PHP Tutorial Example
Example
PHP Mail
PHP Libxml
PHP HTTP
PHP Filter
PHP Zip
PHP Directory
PHP Error
PHP SimpleXML
PHP Calendar
PHP Date
PHP Misc
PHP XML
PHP FTP
PHP Math
PHP MySQL
PHP Filesystem
PHP Array
PHP String
PHP Tutorial
PHP Introduction
PHP Installation
PHP Syntax
PHP Variables
PHP Echo
PHP Strings
PHP Operators
PHP Comments
PHP Include File
PHP Require
PHP If Statement
PHP If Else
PHP Elseif
PHP Switch
PHP Forms
PHP Functions
PHP Array
PHP While Loop
PHP For Loop
PHP For Each
PHP Do While
PHP POST and GET
PHP Magic Quotes
PHP htmlentities
PHP Files
PHP File
PHP File Create
PHP File Open
PHP File Close
PHP File Write
PHP File Read
PHP File Delete
PHP File Append
PHP File Truncate
PHP File Upload
PHP Strings
PHP strpos
PHP str replace
PHP substrreplace
PHP Capitalization
PHP explode
PHP implode
PHP Advanced
PHP Date
PHP Session
PHP Cookies
PHP Include
PHP Email
PHP Secure Email
PHP Error
PHP Exception
PHP Filter
PHP and AJAX
AJAX Intro
AJAX PHP
AJAX Database
AJAX XML
AJAX Live Search
AJAX RSS Reader
AJAX Poll
PHP XML
XML Expat Parser
XML DOM
XML SimpleXML
PHP Database
MySQL Introduction
MySQL Connect
MySQL Create
MySQL Insert
MySQL Select
MySQL Where
MySQL Order By
MySQL Update
MySQL Delete
PHP ODBC
PHP Misc
PHP connection aborted Function
| Name | Description |
|---|---|
| PHP utf8_decode() Function | Decodes an UTF-8 string to ISO-8859-1 |
| PHP utf8_encode() Function | Encodes an ISO-8859-1 string to UTF-8 |
| PHP xml_error_string() Function | Gets an error string from the XML parser |
| PHP xml_get_current_byte_index() Function | Gets the current byte index from the XML parser |
| PHP xml_get_current_column_number() Function | Gets the current column number from the XML parser |
| PHP xml_get_current_line_number() Function | Gets the current line number from the XML parser |
| PHP xml_get_error_code() Function | Gets an error code from the XML parser |
| PHP xml_parse() Function | Parses an XML document |
| PHP xml_parse_into_struct() Function | Parse XML data into an array |
| PHP xml_parser_create_ns() Function | Create an XML parser with namespace support |
| PHP xml_parser_create() Function | Create an XML parser |
| PHP xml_parser_free() Function | Free an XML parser |
| PHP xml_parser_get_option() Function | Get options from an XML parser |
| PHP xml_parser_set_option() Function | Set options in an XML parser |
| PHP xml_set_character_data_handler() Function | Set handler function for character data |
| PHP xml_set_default_handler() Function | Set default handler function |
| PHP xml_set_element_handler() Function | Set handler function for start and end element of elements |
| xml_set_end_namespace_decl_handler() | Set handler function for the end of namespace declarations |
| PHP xml_set_external_entity_ref_handler() Function | Set handler function for external entities |
| PHP xml_set_notation_decl_handler() Function | Set handler function for notation declarations |
| PHP xml_set_object() Function | Use XML Parser within an object |
| PHP xml_set_processing_instruction_handler() Function | Set handler function for processing instruction |
| xml_set_start_namespace_decl_handler() | Set handler function for the start of namespace declarations |
| PHP xml_set_unparsed_entity_decl_handler() Function | Set handler function for unparsed entity declarations |

