<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Vacation Rentals Advertising and Marketing &#187; php</title>
	<atom:link href="http://www.goweb99.com/blog/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.goweb99.com/blog</link>
	<description>Vacation Rentals Solution &#124; Vacation Rentals Websites &#124; Vacation Rentals Network</description>
	<lastBuildDate>Thu, 03 Feb 2011 22:23:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>PHP Zip File Functions</title>
		<link>http://www.goweb99.com/blog/php-tutorial/php-zip-file-functions/</link>
		<comments>http://www.goweb99.com/blog/php-tutorial/php-zip-file-functions/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 12:00:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Tutorial]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[PHP Zip File Functions]]></category>

		<guid isPermaLink="false">http://www.goweb99.com/blog/php-tutorial/php-zip-file-functions/</guid>
		<description><![CDATA[Function Description PHP Version zip_close() Closes a ZIP file 4 zip_entry_close() Closes an entry in the ZIP file 4 zip_entry_compressedsize() Returns the compressed size of an entry in the ZIP file 4 zip_entry_compressionmethod() Returns the compression method of an entry in the ZIP file 4 zip_entry_filesize() Returns the actual file size of an entry in [...]]]></description>
			<content:encoded><![CDATA[<table border="1" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td width="39%" valign="top"><strong>Function</strong></td>
<td width="54%" valign="top"><strong>Description</strong></td>
<td width="5%" valign="top"><strong>PHP Version</strong></td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_zip_close.asp">zip_close()</a></td>
<td valign="top">Closes a ZIP file</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_zip_entry_close.asp">zip_entry_close()</a></td>
<td valign="top">Closes an entry in the ZIP file</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_zip_entry_compressedsize.asp">zip_entry_compressedsize()</a></td>
<td valign="top">Returns the compressed size of an entry   in the ZIP file</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_zip_entry_compressionmethod.asp">zip_entry_compressionmethod()</a></td>
<td valign="top">Returns the compression method of an   entry in the ZIP file</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_zip_entry_filesize.asp">zip_entry_filesize()</a></td>
<td valign="top">Returns the actual file size of an entry   in the ZIP file</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_zip_entry_name.asp">zip_entry_name()</a></td>
<td valign="top">Returns the name of an entry in the ZIP   file</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_zip_entry_open.asp">zip_entry_open()</a></td>
<td valign="top">Opens an entry in the ZIP file for   reading</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_zip_entry_read.asp">zip_entry_read()</a></td>
<td valign="top">Reads from an open entry in the ZIP file</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_zip_open.asp">zip_open()</a></td>
<td valign="top">Opens a ZIP file</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_zip_read.asp">zip_read()</a></td>
<td valign="top">Reads the next entry in a ZIP file</td>
<td valign="top">4</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.goweb99.com/blog/php-tutorial/php-zip-file-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installation</title>
		<link>http://www.goweb99.com/blog/php-tutorial/installation-17/</link>
		<comments>http://www.goweb99.com/blog/php-tutorial/installation-17/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 11:59:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Tutorial]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.goweb99.com/blog/php-tutorial/installation-17/</guid>
		<description><![CDATA[For the Zip file functions to work on your server, these libraries must be installed: The ZZIPlib library by Guido Draheim: Download the ZZIPlib library The Zip PELC extension: Download the Zip PELC extension Installation on Linux Systems PHP 5+: Zip functions and the Zip library is not enabled by default and must be downloaded [...]]]></description>
			<content:encoded><![CDATA[<p>For the Zip file functions to work on your server, these libraries must be installed:</p>
<ul>
<li>The ZZIPlib      library by Guido Draheim: <a href="http://zziplib.sourceforge.net/download.html" target="_blank">Download the      ZZIPlib library</a></li>
<li>The Zip PELC      extension: <a href="http://snaps.php.net/" target="_blank">Download the Zip PELC extension</a></li>
</ul>
<p><strong>Installation on Linux Systems</strong></p>
<p><strong>PHP 5+:</strong> Zip functions and the Zip library is not enabled by default and must be downloaded from the links above. Use the <em>&#8211;with-zip=DIR</em> configure option to include Zip support.</p>
<p><strong>Installation on Windows Systems</strong></p>
<p><strong>PHP 5+:</strong> Zip functions is not enabled by default, so the php_zip.dll and the ZZIPlib library must be downloaded from the link above. php_zip.dll must be enabled inside of php.ini.</p>
<p>To enable any PHP extension, the PHP extension_dir setting (in the php.ini file) should be set to the directory where the PHP extensions are located. An example extension_dir value is c:\php\ext.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.goweb99.com/blog/php-tutorial/installation-17/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Zip File Introduction</title>
		<link>http://www.goweb99.com/blog/php-tutorial/php-zip-file-introduction/</link>
		<comments>http://www.goweb99.com/blog/php-tutorial/php-zip-file-introduction/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 11:58:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Tutorial]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[PHP Zip File Introduction]]></category>

		<guid isPermaLink="false">http://www.goweb99.com/blog/?p=1433</guid>
		<description><![CDATA[The Zip files functions allows you to read ZIP files.]]></description>
			<content:encoded><![CDATA[<p>The Zip files functions allows you to read ZIP files.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.goweb99.com/blog/php-tutorial/php-zip-file-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP XML Parser Constants</title>
		<link>http://www.goweb99.com/blog/php-tutorial/php-xml-parser-constants/</link>
		<comments>http://www.goweb99.com/blog/php-tutorial/php-xml-parser-constants/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 11:57:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Tutorial]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[PHP XML Parser Constants]]></category>

		<guid isPermaLink="false">http://www.goweb99.com/blog/?p=1431</guid>
		<description><![CDATA[Constant XML_ERROR_NONE (integer) XML_ERROR_NO_MEMORY (integer) XML_ERROR_SYNTAX (integer) XML_ERROR_NO_ELEMENTS (integer) XML_ERROR_INVALID_TOKEN (integer) XML_ERROR_UNCLOSED_TOKEN (integer) XML_ERROR_PARTIAL_CHAR (integer) XML_ERROR_TAG_MISMATCH (integer) XML_ERROR_DUPLICATE_ATTRIBUTE (integer) XML_ERROR_JUNK_AFTER_DOC_ELEMENT (integer) XML_ERROR_PARAM_ENTITY_REF (integer) XML_ERROR_UNDEFINED_ENTITY (integer) XML_ERROR_RECURSIVE_ENTITY_REF (integer) XML_ERROR_ASYNC_ENTITY (integer) XML_ERROR_BAD_CHAR_REF (integer) XML_ERROR_BINARY_ENTITY_REF (integer) XML_ERROR_ATTRIBUTE_EXTERNAL_ENTITY_REF (integer) XML_ERROR_MISPLACED_XML_PI (integer) XML_ERROR_UNKNOWN_ENCODING (integer) XML_ERROR_INCORRECT_ENCODING (integer) XML_ERROR_UNCLOSED_CDATA_SECTION (integer) XML_ERROR_EXTERNAL_ENTITY_HANDLING (integer) XML_OPTION_CASE_FOLDING (integer) XML_OPTION_TARGET_ENCODING (integer) XML_OPTION_SKIP_TAGSTART (integer) XML_OPTION_SKIP_WHITE (integer)]]></description>
			<content:encoded><![CDATA[<table border="1" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td width="100%" valign="top"><strong>Constant</strong></td>
</tr>
<tr>
<td valign="top">XML_ERROR_NONE (integer)</td>
</tr>
<tr>
<td valign="top">XML_ERROR_NO_MEMORY (integer)</td>
</tr>
<tr>
<td valign="top">XML_ERROR_SYNTAX (integer)</td>
</tr>
<tr>
<td valign="top">XML_ERROR_NO_ELEMENTS (integer)</td>
</tr>
<tr>
<td valign="top">XML_ERROR_INVALID_TOKEN (integer)</td>
</tr>
<tr>
<td valign="top">XML_ERROR_UNCLOSED_TOKEN (integer)</td>
</tr>
<tr>
<td valign="top">XML_ERROR_PARTIAL_CHAR (integer)</td>
</tr>
<tr>
<td valign="top">XML_ERROR_TAG_MISMATCH (integer)</td>
</tr>
<tr>
<td valign="top">XML_ERROR_DUPLICATE_ATTRIBUTE (integer)</td>
</tr>
<tr>
<td valign="top">XML_ERROR_JUNK_AFTER_DOC_ELEMENT   (integer)</td>
</tr>
<tr>
<td valign="top">XML_ERROR_PARAM_ENTITY_REF (integer)</td>
</tr>
<tr>
<td valign="top">XML_ERROR_UNDEFINED_ENTITY (integer)</td>
</tr>
<tr>
<td valign="top">XML_ERROR_RECURSIVE_ENTITY_REF (integer)</td>
</tr>
<tr>
<td valign="top">XML_ERROR_ASYNC_ENTITY (integer)</td>
</tr>
<tr>
<td valign="top">XML_ERROR_BAD_CHAR_REF (integer)</td>
</tr>
<tr>
<td valign="top">XML_ERROR_BINARY_ENTITY_REF (integer)</td>
</tr>
<tr>
<td valign="top">XML_ERROR_ATTRIBUTE_EXTERNAL_ENTITY_REF   (integer)</td>
</tr>
<tr>
<td valign="top">XML_ERROR_MISPLACED_XML_PI (integer)</td>
</tr>
<tr>
<td valign="top">XML_ERROR_UNKNOWN_ENCODING (integer)</td>
</tr>
<tr>
<td valign="top">XML_ERROR_INCORRECT_ENCODING (integer)</td>
</tr>
<tr>
<td valign="top">XML_ERROR_UNCLOSED_CDATA_SECTION   (integer)</td>
</tr>
<tr>
<td valign="top">XML_ERROR_EXTERNAL_ENTITY_HANDLING   (integer)</td>
</tr>
<tr>
<td valign="top">XML_OPTION_CASE_FOLDING (integer)</td>
</tr>
<tr>
<td valign="top">XML_OPTION_TARGET_ENCODING (integer)</td>
</tr>
<tr>
<td valign="top">XML_OPTION_SKIP_TAGSTART (integer)</td>
</tr>
<tr>
<td valign="top">XML_OPTION_SKIP_WHITE (integer)</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.goweb99.com/blog/php-tutorial/php-xml-parser-constants/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP XML Parser Functions</title>
		<link>http://www.goweb99.com/blog/php-tutorial/php-xml-parser-functions/</link>
		<comments>http://www.goweb99.com/blog/php-tutorial/php-xml-parser-functions/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 11:56:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Tutorial]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[PHP XML Parser Functions]]></category>

		<guid isPermaLink="false">http://www.goweb99.com/blog/?p=1429</guid>
		<description><![CDATA[Function Description PHP Version utf8_decode() Decodes an UTF-8 string to ISO-8859-1 3 utf8_encode() Encodes an ISO-8859-1 string to UTF-8 3 xml_error_string() Gets an error string from the XML parser 3 xml_get_current_byte_index() Gets the current byte index from the XML parser 3 xml_get_current_column_number() Gets the current column number from the XML parser 3 xml_get_current_line_number() Gets the [...]]]></description>
			<content:encoded><![CDATA[<table border="1" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td width="50%" valign="top"><strong>Function</strong></td>
<td width="40%" valign="top"><strong>Description</strong></td>
<td width="8%" valign="top"><strong>PHP Version</strong></td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_xml_utf8_decode.asp">utf8_decode()</a></td>
<td valign="top">Decodes an UTF-8 string to ISO-8859-1</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_xml_utf8_encode.asp">utf8_encode()</a></td>
<td valign="top">Encodes an ISO-8859-1 string to UTF-8</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_xml_error_string.asp">xml_error_string()</a></td>
<td valign="top">Gets an error string from the XML parser</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_xml_get_current_byte_index.asp">xml_get_current_byte_index()</a></td>
<td valign="top">Gets the current byte index from the XML   parser</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_xml_get_current_column_number.asp">xml_get_current_column_number()</a></td>
<td valign="top">Gets the current column number from the   XML parser</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_xml_get_current_line_number.asp">xml_get_current_line_number()</a></td>
<td valign="top">Gets the current line number from the XML   parser</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_xml_get_error_code.asp">xml_get_error_code()</a></td>
<td valign="top">Gets an error code from the XML parser</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_xml_parse.asp">xml_parse()</a></td>
<td valign="top">Parses an XML document</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_xml_parse_into_struct.asp">xml_parse_into_struct()</a></td>
<td valign="top">Parse XML data into an array</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_xml_parser_create_ns.asp">xml_parser_create_ns()</a></td>
<td valign="top">Create an XML parser with namespace   support</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_xml_parser_create.asp">xml_parser_create()</a></td>
<td valign="top">Create an XML parser</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_xml_parser_free.asp">xml_parser_free()</a></td>
<td valign="top">Free an XML parser</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_xml_parser_get_option.asp">xml_parser_get_option()</a></td>
<td valign="top">Get options from an XML parser</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_xml_parser_set_option.asp">xml_parser_set_option()</a></td>
<td valign="top">Set options in an XML parser</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_xml_set_character_data_handler.asp">xml_set_character_data_handler()</a></td>
<td valign="top">Set handler function for character data</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_xml_set_default_handler.asp">xml_set_default_handler()</a></td>
<td valign="top">Set default handler function</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_xml_set_element_handler.asp">xml_set_element_handler()</a></td>
<td valign="top">Set handler function for start and end   element of elements</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top">xml_set_end_namespace_decl_handler()</td>
<td valign="top">Set handler function for the end of   namespace declarations</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_xml_set_external_entity_ref_handler.asp">xml_set_external_entity_ref_handler()</a></td>
<td valign="top">Set handler function for external   entities</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_xml_set_notation_decl_handler.asp">xml_set_notation_decl_handler()</a></td>
<td valign="top">Set handler function for notation   declarations</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_xml_set_object.asp">xml_set_object()</a></td>
<td valign="top">Use XML Parser within an object</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_xml_set_processing_instruction_handler.asp">xml_set_processing_instruction_handler()</a></td>
<td valign="top">Set handler function for processing   instruction</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top">xml_set_start_namespace_decl_handler()</td>
<td valign="top">Set handler function for the start of   namespace declarations</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_xml_set_unparsed_entity_decl_handler.asp">xml_set_unparsed_entity_decl_handler()</a></td>
<td valign="top">Set handler function for unparsed entity   declarations</td>
<td valign="top">3</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.goweb99.com/blog/php-tutorial/php-xml-parser-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installation</title>
		<link>http://www.goweb99.com/blog/goweb99/installation-16/</link>
		<comments>http://www.goweb99.com/blog/goweb99/installation-16/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 11:55:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GoWeb99]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[PHP Tutorial]]></category>

		<guid isPermaLink="false">http://www.goweb99.com/blog/?p=1427</guid>
		<description><![CDATA[The XML functions are part of the PHP core. There is no installation needed to use these functions.]]></description>
			<content:encoded><![CDATA[<p>The XML functions are part of the PHP core. There is no installation needed to use these functions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.goweb99.com/blog/goweb99/installation-16/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP XML Parser Introduction</title>
		<link>http://www.goweb99.com/blog/php-tutorial/php-xml-parser-introduction/</link>
		<comments>http://www.goweb99.com/blog/php-tutorial/php-xml-parser-introduction/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 11:54:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Tutorial]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[PHP XML Parser Introduction]]></category>

		<guid isPermaLink="false">http://www.goweb99.com/blog/?p=1425</guid>
		<description><![CDATA[The XML functions lets you parse, but not validate, XML documents. XML is a data format for standardized structured document exchange. More information on XML can be found in our XML Tutorial. This extension uses the Expat XML parser. Expat is an event-based parser, it views an XML document as a series of events. When [...]]]></description>
			<content:encoded><![CDATA[<p>The XML functions lets you parse, but not validate, XML documents.</p>
<p>XML is a data format for standardized structured document exchange. More information on XML can be found in our <a href="http://www.w3schools.com/xml/default.asp" target="_blank">XML Tutorial</a>.</p>
<p>This extension uses the Expat XML parser.</p>
<p>Expat is an event-based parser, it views an XML document as a series of events. When an event occurs, it calls a specified function to handle it.</p>
<p>Expat is a non-validating parser, and ignores any DTDs linked to a document. However, if the document is not well formed it will end with an error message.</p>
<p>Because it is an event-based, non validating parser, Expat is fast and well suited for web applications.</p>
<p>The XML parser functions lets you create XML parsers and define handlers for XML events.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.goweb99.com/blog/php-tutorial/php-xml-parser-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP String Constants</title>
		<link>http://www.goweb99.com/blog/php-tutorial/php-string-constants/</link>
		<comments>http://www.goweb99.com/blog/php-tutorial/php-string-constants/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 11:51:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Tutorial]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[PHP String Constants]]></category>

		<guid isPermaLink="false">http://www.goweb99.com/blog/?p=1422</guid>
		<description><![CDATA[Constant Description PHP Version CRYPT_SALT_LENGTH Contains the length of the default encryption method for the system. For standard DES encryption, the length is 2 CRYPT_STD_DES Set to 1 if the standard DES-based encryption with a 2 character salt is supported, 0 otherwise CRYPT_EXT_DES Set to 1 if the extended DES-based encryption with a 9 character [...]]]></description>
			<content:encoded><![CDATA[<table border="1" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td width="36%" valign="top"><strong>Constant</strong></td>
<td width="55%" valign="top"><strong>Description</strong></td>
<td width="8%" valign="top"><strong>PHP Version</strong></td>
</tr>
<tr>
<td valign="top">CRYPT_SALT_LENGTH</td>
<td valign="top">Contains the length of the default   encryption method for the<br />
system. For standard DES encryption, the length is 2</td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top">CRYPT_STD_DES</td>
<td valign="top">Set to 1 if the standard DES-based   encryption with a 2 character salt is supported, 0 otherwise</td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top">CRYPT_EXT_DES</td>
<td valign="top">Set to 1 if the extended DES-based encryption   with a 9 character salt is supported, 0 otherwise</td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top">CRYPT_MD5</td>
<td valign="top">Set to 1 if the MD5 encryption with a 12   character salt starting with $1$ is supported, 0 otherwise</td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top">CRYPT_BLOWFISH</td>
<td valign="top">Set to 1 if the Blowfish encryption with   a 16 character salt starting with $2$ or $2a$ is supported, 0 otherwise0</td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top">HTML_SPECIALCHARS</td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top">HTML_ENTITIES</td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top">ENT_COMPAT</td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top">ENT_QUOTES</td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top">ENT_NOQUOTES</td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top">CHAR_MAX</td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top">LC_CTYPE</td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top">LC_NUMERIC</td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top">LC_TIME</td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top">LC_COLLATE</td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top">LC_MONETARY</td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top">LC_ALL</td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top">LC_MESSAGES</td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top">STR_PAD_LEFT</td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top">STR_PAD_RIGHT</td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top">STR_PAD_BOTH</td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.goweb99.com/blog/php-tutorial/php-string-constants/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP String Functions</title>
		<link>http://www.goweb99.com/blog/php-tutorial/php-string-functions/</link>
		<comments>http://www.goweb99.com/blog/php-tutorial/php-string-functions/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 11:50:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Tutorial]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[PHP String Functions]]></category>

		<guid isPermaLink="false">http://www.goweb99.com/blog/?p=1420</guid>
		<description><![CDATA[Function Description PHP Version addcslashes() Returns a string with backslashes in front of the specified characters 4 addslashes() Returns a string with backslashes in front of predefined characters 3 bin2hex() Converts a string of ASCII characters to hexadecimal values 3 chop() Alias of rtrim() 3 chr() Returns a character from a specified ASCII value 3 [...]]]></description>
			<content:encoded><![CDATA[<table border="1" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td width="36%" valign="top"><strong>Function</strong></td>
<td width="55%" valign="top"><strong>Description</strong></td>
<td width="8%" valign="top"><strong>PHP Version</strong></td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_addcslashes.asp">addcslashes()</a></td>
<td valign="top">Returns a string with backslashes in   front of the specified characters</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_addslashes.asp">addslashes()</a></td>
<td valign="top">Returns a string with backslashes in   front of predefined characters</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_bin2hex.asp">bin2hex()</a></td>
<td valign="top">Converts a string of ASCII characters to   hexadecimal values</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_chop.asp">chop()</a></td>
<td valign="top">Alias of rtrim()</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_chr.asp">chr()</a></td>
<td valign="top">Returns a character from a specified   ASCII value</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_chunk_split.asp">chunk_split()</a></td>
<td valign="top">Splits a string into a series of smaller   parts</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_convert_cyr_string.asp">convert_cyr_string()</a></td>
<td valign="top">Converts a string from one Cyrillic   character-set to another</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_convert_uudecode.asp">convert_uudecode()</a></td>
<td valign="top">Decodes a uuencoded string</td>
<td valign="top">5</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_convert_uuencode.asp">convert_uuencode()</a></td>
<td valign="top">Encodes a string using the uuencode   algorithm</td>
<td valign="top">5</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_count_chars.asp">count_chars()</a></td>
<td valign="top">Returns how many times an ASCII character   occurs within a string and returns the information</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_crc32.asp">crc32()</a></td>
<td valign="top">Calculates a 32-bit CRC for a string</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_crypt.asp">crypt()</a></td>
<td valign="top">One-way string encryption (hashing)</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_echo.asp">echo()</a></td>
<td valign="top">Outputs strings</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_explode.asp">explode()</a></td>
<td valign="top">Breaks a string into an array</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_fprintf.asp">fprintf()</a></td>
<td valign="top">Writes a formatted string to a specified   output stream</td>
<td valign="top">5</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_get_html_translation_table.asp">get_html_translation_table()</a></td>
<td valign="top">Returns the translation table used by   htmlspecialchars() and htmlentities()</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_hebrev.asp">hebrev()</a></td>
<td valign="top">Converts Hebrew text to visual text</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_hebrevc.asp">hebrevc()</a></td>
<td valign="top">Converts Hebrew text to visual text and   new lines (\n) into &lt;br /&gt;</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_html_entity_decode.asp">html_entity_decode()</a></td>
<td valign="top">Converts HTML entities to characters</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_htmlentities.asp">htmlentities()</a></td>
<td valign="top">Converts characters to HTML entities</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_htmlspecialchars_decode.asp">htmlspecialchars_decode()</a></td>
<td valign="top">Converts some predefined HTML entities to   characters</td>
<td valign="top">5</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_htmlspecialchars.asp">htmlspecialchars()</a></td>
<td valign="top">Converts some predefined characters to   HTML entities</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_implode.asp">implode()</a></td>
<td valign="top">Returns a string from the elements of an   array</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_join.asp">join()</a></td>
<td valign="top">Alias of implode()</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_levenshtein.asp">levenshtein()</a></td>
<td valign="top">Returns the Levenshtein distance between   two strings</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_localeconv.asp">localeconv()</a></td>
<td valign="top">Returns locale numeric and monetary   formatting information</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_ltrim.asp">ltrim()</a></td>
<td valign="top">Strips whitespace from the left side of a   string</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_md5.asp">md5()</a></td>
<td valign="top">Calculates the MD5 hash of a string</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_md5_file.asp">md5_file()</a></td>
<td valign="top">Calculates the MD5 hash of a file</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_metaphone.asp">metaphone()</a></td>
<td valign="top">Calculates the metaphone key of a string</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_money_format.asp">money_format()</a></td>
<td valign="top">Returns a string formatted as a currency   string</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_nl_langinfo.asp">nl_langinfo()</a></td>
<td valign="top">Returns specific local information</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_nl2br.asp">nl2br()</a></td>
<td valign="top">Inserts HTML line breaks in front of each   newline in a string</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_number_format.asp">number_format()</a></td>
<td valign="top">Formats a number with grouped thousands</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_ord.asp">ord()</a></td>
<td valign="top">Returns the ASCII value of the first   character of a string</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_parse_str.asp">parse_str()</a></td>
<td valign="top">Parses a query string into variables</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_print.asp">print()</a></td>
<td valign="top">Outputs a string</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_printf.asp">printf()</a></td>
<td valign="top">Outputs a formatted string</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_quoted_printable_decode.asp">quoted_printable_decode()</a></td>
<td valign="top">Decodes a quoted-printable string</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_quotemeta.asp">quotemeta()</a></td>
<td valign="top">Quotes meta characters</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_rtrim.asp">rtrim()</a></td>
<td valign="top">Strips whitespace from the right side of   a string</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_setlocale.asp">setlocale()</a></td>
<td valign="top">Sets locale information</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_sha1.asp">sha1()</a></td>
<td valign="top">Calculates the SHA-1 hash of a string</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_sha1_file.asp">sha1_file()</a></td>
<td valign="top">Calculates the SHA-1 hash of a file</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_similar_text.asp">similar_text()</a></td>
<td valign="top">Calculates the similarity between two   strings</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_soundex.asp">soundex()</a></td>
<td valign="top">Calculates the soundex key of a string</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_sprintf.asp">sprintf()</a></td>
<td valign="top">Writes a formatted string to a variable</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_sscanf.asp">sscanf()</a></td>
<td valign="top">Parses input from a string according to a   format</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_str_ireplace.asp">str_ireplace()</a></td>
<td valign="top">Replaces some characters in a string   (case-insensitive)</td>
<td valign="top">5</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_str_pad.asp">str_pad()</a></td>
<td valign="top">Pads a string to a new length</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_str_repeat.asp">str_repeat()</a></td>
<td valign="top">Repeats a string a specified number of   times</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_str_replace.asp">str_replace()</a></td>
<td valign="top">Replaces some characters in a string   (case-sensitive)</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_str_rot13.asp">str_rot13()</a></td>
<td valign="top">Performs the ROT13 encoding on a string</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_str_shuffle.asp">str_shuffle()</a></td>
<td valign="top">Randomly shuffles all characters in a   string</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_str_split.asp">str_split()</a></td>
<td valign="top">Splits a string into an array</td>
<td valign="top">5</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_str_word_count.asp">str_word_count()</a></td>
<td valign="top">Count the number of words in a string</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_strcasecmp.asp">strcasecmp()</a></td>
<td valign="top">Compares two strings (case-insensitive)</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_strchr.asp">strchr()</a></td>
<td valign="top">Finds the first occurrence of a string   inside another string (alias of strstr())</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_strcmp.asp">strcmp()</a></td>
<td valign="top">Compares two strings (case-sensitive)</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_strcoll.asp">strcoll()</a></td>
<td valign="top">Locale based string comparison</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_strcspn.asp">strcspn()</a></td>
<td valign="top">Returns the number of characters found in   a string before any part of some specified characters are found</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_strip_tags.asp">strip_tags()</a></td>
<td valign="top">Strips HTML and PHP tags from a string</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_stripcslashes.asp">stripcslashes()</a></td>
<td valign="top">Unquotes a string quoted with   addcslashes()</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_stripslashes.asp">stripslashes()</a></td>
<td valign="top">Unquotes a string quoted with   addslashes()</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_stripos.asp">stripos()</a></td>
<td valign="top">Returns the position of the first   occurrence of a string inside another string (case-insensitive)</td>
<td valign="top">5</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_stristr.asp">stristr()</a></td>
<td valign="top">Finds the first occurrence of a string   inside another string (case-insensitive)</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_strlen.asp">strlen()</a></td>
<td valign="top">Returns the length of a string</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_strnatcasecmp.asp">strnatcasecmp()</a></td>
<td valign="top">Compares two strings using a   &#8220;natural order&#8221; algorithm (case-insensitive)</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_strnatcmp.asp">strnatcmp()</a></td>
<td valign="top">Compares two strings using a   &#8220;natural order&#8221; algorithm (case-sensitive)</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_strncasecmp.asp">strncasecmp()</a></td>
<td valign="top">String comparison of the first n   characters (case-insensitive)</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_strncmp.asp">strncmp()</a></td>
<td valign="top">String comparison of the first n characters   (case-sensitive)</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_strpbrk.asp">strpbrk()</a></td>
<td valign="top">Searches a string for any of a set of   characters</td>
<td valign="top">5</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_strpos.asp">strpos()</a></td>
<td valign="top">Returns the position of the first   occurrence of a string inside another string (case-sensitive)</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_strrchr.asp">strrchr()</a></td>
<td valign="top">Finds the last occurrence of a string   inside another string</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_strrev.asp">strrev()</a></td>
<td valign="top">Reverses a string</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_strripos.asp">strripos()</a></td>
<td valign="top">Finds the position of the last occurrence   of a string inside another string (case-insensitive)</td>
<td valign="top">5</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_strrpos.asp">strrpos()</a></td>
<td valign="top">Finds the position of the last occurrence   of a string inside another string (case-sensitive)</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_strspn.asp">strspn()</a></td>
<td valign="top">Returns the number of characters found in   a string that contains only characters from a specified charlist</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_strstr.asp">strstr()</a></td>
<td valign="top">Finds the first occurrence of a string   inside another string (case-sensitive)</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_strtok.asp">strtok()</a></td>
<td valign="top">Splits a string into smaller strings</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_strtolower.asp">strtolower()</a></td>
<td valign="top">Converts a string to lowercase letters</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_strtoupper.asp">strtoupper()</a></td>
<td valign="top">Converts a string to uppercase letters</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_strtr.asp">strtr()</a></td>
<td valign="top">Translates certain characters in a string</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_substr.asp">substr()</a></td>
<td valign="top">Returns a part of a string</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_substr_compare.asp">substr_compare()</a></td>
<td valign="top">Compares two strings from a specified   start position (binary safe and optionally case-sensitive)</td>
<td valign="top">5</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_substr_count.asp">substr_count()</a></td>
<td valign="top">Counts the number of times a substring   occurs in a string</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_substr_replace.asp">substr_replace()</a></td>
<td valign="top">Replaces a part of a string with another   string</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_trim.asp">trim()</a></td>
<td valign="top">Strips whitespace from both sides of a   string</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_ucfirst.asp">ucfirst()</a></td>
<td valign="top">Converts the first character of a string   to uppercase</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_ucwords.asp">ucwords()</a></td>
<td valign="top">Converts the first character of each word   in a string to uppercase</td>
<td valign="top">3</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_vfprintf.asp">vfprintf()</a></td>
<td valign="top">Writes a formatted string to a specified   output stream</td>
<td valign="top">5</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_vprintf.asp">vprintf()</a></td>
<td valign="top">Outputs a formatted string</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_vsprintf.asp">vsprintf()</a></td>
<td valign="top">Writes a formatted string to a variable</td>
<td valign="top">4</td>
</tr>
<tr>
<td valign="top"><a href="http://www.w3schools.com/php/func_string_wordwrap.asp">wordwrap()</a></td>
<td valign="top">Wraps a string to a given number of   characters</td>
<td valign="top">4</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.goweb99.com/blog/php-tutorial/php-string-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installation</title>
		<link>http://www.goweb99.com/blog/php-tutorial/installation-15/</link>
		<comments>http://www.goweb99.com/blog/php-tutorial/installation-15/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 11:48:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Tutorial]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.goweb99.com/blog/?p=1418</guid>
		<description><![CDATA[The string functions are part of the PHP core. There is no installation needed to use these functions.]]></description>
			<content:encoded><![CDATA[<p>The string functions are part of the PHP core. There is no installation needed to use these functions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.goweb99.com/blog/php-tutorial/installation-15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

