<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.php5script.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.php5script.com/feed.php">
        <title>PHP Script</title>
        <description></description>
        <link>http://www.php5script.com/</link>
        <image rdf:resource="http://www.php5script.com/lib/images/favicon.ico" />
       <dc:date>2012-05-20T07:17:17-04:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.php5script.com/doku.php?id=herethefirst_title&amp;rev=1317170539&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.php5script.com/doku.php?id=wiki_editing_title&amp;rev=1311628914&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.php5script.com/doku.php?id=sha1_file&amp;rev=1298068855&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.php5script.com/doku.php?id=setlocale&amp;rev=1298068556&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.php5script.com/doku.php?id=rtrim&amp;rev=1298067602&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.php5script.com/doku.php?id=quotemeta&amp;rev=1298066819&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.php5script.com/doku.php?id=quoted_printable_decode&amp;rev=1298066426&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.php5script.com/doku.php?id=parse_str&amp;rev=1297879950&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.php5script.com/doku.php?id=ord&amp;rev=1297879572&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.php5script.com/doku.php?id=number_format&amp;rev=1297879414&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.php5script.com/doku.php?id=nl2br&amp;rev=1297879073&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.php5script.com/doku.php?id=nl_langinfo&amp;rev=1297818651&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.php5script.com/doku.php?id=metaphone&amp;rev=1297710035&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.php5script.com/doku.php?id=md5&amp;rev=1297451206&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.php5script.com/doku.php?id=md5_file&amp;rev=1297451047&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.php5script.com/doku.php?id=ltrim&amp;rev=1297448919&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.php5script.com/doku.php?id=localeconv&amp;rev=1297447074&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.php5script.com/doku.php?id=levenshtein&amp;rev=1297445958&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.php5script.com/doku.php?id=join&amp;rev=1297445427&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.php5script.com/doku.php?id=implode&amp;rev=1297445319&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.php5script.com/lib/images/favicon.ico">
        <title>PHP Script</title>
        <link>http://www.php5script.com/</link>
        <url>http://www.php5script.com/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.php5script.com/doku.php?id=herethefirst_title&amp;rev=1317170539&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-09-27T20:42:19-04:00</dc:date>
        <dc:creator>aokunpumab</dc:creator>
        <title>herethefirst_title - created</title>
        <link>http://www.php5script.com/doku.php?id=herethefirst_title&amp;rev=1317170539&amp;do=diff</link>
        <description>Hi to all on this site its content</description>
    </item>
    <item rdf:about="http://www.php5script.com/doku.php?id=wiki_editing_title&amp;rev=1311628914&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-07-25T17:21:54-04:00</dc:date>
        <dc:creator>aterui</dc:creator>
        <title>wiki_editing_title - created</title>
        <link>http://www.php5script.com/doku.php?id=wiki_editing_title&amp;rev=1311628914&amp;do=diff</link>
        <description>wiki editing content</description>
    </item>
    <item rdf:about="http://www.php5script.com/doku.php?id=sha1_file&amp;rev=1298068855&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-02-18T17:40:55-04:00</dc:date>
        <dc:creator>orvado</dc:creator>
        <title>sha1_file - created</title>
        <link>http://www.php5script.com/doku.php?id=sha1_file&amp;rev=1298068855&amp;do=diff</link>
        <description>Syntax

string sha1_file(string $filename [, bool $raw_output = false] )

(PHP 4 &gt;= 4.3.0, PHP 5)

 $filename  A file located on the local machine.  $raw_output  If set to true, function returns a raw binary string containing the computed digest.  RETURNS  Computes a checksum using the Secure Hash Algorithm and returns this as a string or a raw binary data. 
What it Does


The sha1_file method computes a secure hash algorithm on a file which is commonly used as a checksum for a file.  This funct…</description>
    </item>
    <item rdf:about="http://www.php5script.com/doku.php?id=setlocale&amp;rev=1298068556&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-02-18T17:35:56-04:00</dc:date>
        <dc:creator>orvado</dc:creator>
        <title>setlocale - created</title>
        <link>http://www.php5script.com/doku.php?id=setlocale&amp;rev=1298068556&amp;do=diff</link>
        <description>Syntax

string setlocale( string $category, string $locale [, string $... )

(PHP 4, PHP 5)

 $category  The category of locale information to set.  $locale  If NULL or empty string, the locale names modified will be set based upon environment variables.  If $locale is “0”, no settings are affected and instead the current setting is returned.  If you pass an array for the $locale, the system will attempt to set each value from the array and the list of parameters which follows it.  RETURNS  The …</description>
    </item>
    <item rdf:about="http://www.php5script.com/doku.php?id=rtrim&amp;rev=1298067602&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-02-18T17:20:02-04:00</dc:date>
        <dc:creator>orvado</dc:creator>
        <title>rtrim - created</title>
        <link>http://www.php5script.com/doku.php?id=rtrim&amp;rev=1298067602&amp;do=diff</link>
        <description>Syntax

string rtrim( string $text [, string $characterList )

(PHP 4, PHP 5)

 $text  The source string to escape pattern characters.  $characterList  A list of characters to be removed.  RETURNS  The source string with invalid characters stripped from the end. 
What it Does


This method takes the source string ($text) and strips any whitespace characters from the end.  This whitespace characters are shown below:</description>
    </item>
    <item rdf:about="http://www.php5script.com/doku.php?id=quotemeta&amp;rev=1298066819&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-02-18T17:06:59-04:00</dc:date>
        <dc:creator>orvado</dc:creator>
        <title>quotemeta - created</title>
        <link>http://www.php5script.com/doku.php?id=quotemeta&amp;rev=1298066819&amp;do=diff</link>
        <description>Syntax

string quotemeta( string $text )

(PHP 4, PHP 5)

 $text  The source string to escape pattern characters.  RETURNS  The string with special pattern characters escaped with a backslash. 
What it Does


This method was originally intended for escaping characters that are commonly used in a regular expression pattern.  This will excape the following characters with a backslash:</description>
    </item>
    <item rdf:about="http://www.php5script.com/doku.php?id=quoted_printable_decode&amp;rev=1298066426&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-02-18T17:00:26-04:00</dc:date>
        <dc:creator>orvado</dc:creator>
        <title>quoted_printable_decode - created</title>
        <link>http://www.php5script.com/doku.php?id=quoted_printable_decode&amp;rev=1298066426&amp;do=diff</link>
        <description>Syntax

string quoted_printable_decode(string $text)

(PHP 4, PHP 5)

 $text  The source string to decode.  RETURNS  A binary string which represents an e-mail attachment. 
What it Does


Converts a quoted printable string which is commonly used in e-mail messages to a binary string.  Quoted printable is a way to encode attachments to e-mails which may be binary or text-based files.</description>
    </item>
    <item rdf:about="http://www.php5script.com/doku.php?id=parse_str&amp;rev=1297879950&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-02-16T13:12:30-04:00</dc:date>
        <dc:creator>orvado</dc:creator>
        <title>parse_str - created</title>
        <link>http://www.php5script.com/doku.php?id=parse_str&amp;rev=1297879950&amp;do=diff</link>
        <description>Syntax

void parse_str(string $queryString [, array &amp;$arr])

(PHP 4, PHP 5)

 $queryString  A querystring which should be parsed into variables.  $arr  If provided, key-value pairs will populate this local array instead of using local variables.  RETURNS  Nothing, side-effect is that local variables are created for each key-value pair. 
What it Does


This function parses a string that is in the same format as a URI query string and places the
key-value pairs into variables within the local scop…</description>
    </item>
    <item rdf:about="http://www.php5script.com/doku.php?id=ord&amp;rev=1297879572&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-02-16T13:06:12-04:00</dc:date>
        <dc:creator>orvado</dc:creator>
        <title>ord - created</title>
        <link>http://www.php5script.com/doku.php?id=ord&amp;rev=1297879572&amp;do=diff</link>
        <description>Syntax

int ord(string $text)

(PHP 4, PHP 5)

 $text  The source string to read.  RETURNS  The ASCII character code (as an integer) for the first character of $text. 
What it Does


This function interprets the ASCII character code for the first character of the source string
($text) and returns this as an integer.</description>
    </item>
    <item rdf:about="http://www.php5script.com/doku.php?id=number_format&amp;rev=1297879414&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-02-16T13:03:34-04:00</dc:date>
        <dc:creator>orvado</dc:creator>
        <title>number_format - created</title>
        <link>http://www.php5script.com/doku.php?id=number_format&amp;rev=1297879414&amp;do=diff</link>
        <description>Syntax

string number_format(float $number [, int $decimals = 0])

string number_format(float $number , int $decimals = 0, string $decimal_point = '.', string $thousands_sep = ',')

(PHP 4, PHP 5)

 $number  The number we want to format.  $decimals  The number of decimals shown after the decimal point.  $decimal_point  The character string to use in place of the decimal point.  $thousands_sep  The character string to use in place of the thousands separator.  RETURNS  The number formatted accordi…</description>
    </item>
    <item rdf:about="http://www.php5script.com/doku.php?id=nl2br&amp;rev=1297879073&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-02-16T12:57:53-04:00</dc:date>
        <dc:creator>orvado</dc:creator>
        <title>nl2br - created</title>
        <link>http://www.php5script.com/doku.php?id=nl2br&amp;rev=1297879073&amp;do=diff</link>
        <description>Syntax

string nl2br(string $text [, bool $use_xhtml_tags = true])

(PHP 4, PHP 5)

 $text  The source string to convert.  $use_xhtml_tags  Should we use XHTML break tags (&lt;br/&gt;) or normal HTML tags (&lt;br&gt;).  RETURNS  The source string with breaks inserted before all newlines. 
What it Does


Inserts an XHTML (or HTML) break element before all newlines in the source string.</description>
    </item>
    <item rdf:about="http://www.php5script.com/doku.php?id=nl_langinfo&amp;rev=1297818651&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-02-15T20:10:51-04:00</dc:date>
        <dc:creator>orvado</dc:creator>
        <title>nl_langinfo - created</title>
        <link>http://www.php5script.com/doku.php?id=nl_langinfo&amp;rev=1297818651&amp;do=diff</link>
        <description>Syntax

string nl_langinfo( int $element )

(PHP 4 &gt;= 4.1.0, PHP 5)

 $element  A code indicating which local element to retrieve.  RETURNS  A local element using the currently defined locale setting. 
What it Does


Retrieves locale information for the currently set locale.  Many different
locale information may be retrieved from the system as shown below.</description>
    </item>
    <item rdf:about="http://www.php5script.com/doku.php?id=metaphone&amp;rev=1297710035&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-02-14T14:00:35-04:00</dc:date>
        <dc:creator>orvado</dc:creator>
        <title>metaphone - created</title>
        <link>http://www.php5script.com/doku.php?id=metaphone&amp;rev=1297710035&amp;do=diff</link>
        <description>Syntax

string metaphone(string $text [, int $phonemes = 0])

(PHP 4 &gt;= 4.01, PHP 5)

 $text  Source text or binary string for the metaphone analysis.  $phonemes  Restrict the length of consequtive phonetic characters to this amount, zero denotes no limit.  RETURNS  Phonetic code for the supplied source string $text or false on error. 
What it Does


Calculates the metaphone key for the provided string $text.  This is similar to the soundex function which uses phonetics to create code for common…</description>
    </item>
    <item rdf:about="http://www.php5script.com/doku.php?id=md5&amp;rev=1297451206&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-02-11T14:06:46-04:00</dc:date>
        <dc:creator>orvado</dc:creator>
        <title>md5 - created</title>
        <link>http://www.php5script.com/doku.php?id=md5&amp;rev=1297451206&amp;do=diff</link>
        <description>Syntax


string md5(string $input [, bool $rawOutput = false ])


(PHP 4, PHP 5)

 $input  The source content from which to compute an MD5 hash.  $rawOutput  If this is set to true, output the result as raw binary.  RETURNS  A message digest hash for the source content defined by $input or false if an error occurs. 
What it Does


Computes a message digest hash (MD5) for the contents defined by $input.  If any error
occurs, this method will return false.</description>
    </item>
    <item rdf:about="http://www.php5script.com/doku.php?id=md5_file&amp;rev=1297451047&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-02-11T14:04:07-04:00</dc:date>
        <dc:creator>orvado</dc:creator>
        <title>md5_file - created</title>
        <link>http://www.php5script.com/doku.php?id=md5_file&amp;rev=1297451047&amp;do=diff</link>
        <description>Syntax


string md5_file(string $fileName [, bool $rawOutput = false ])


(PHP 4, PHP 5)

 $fileName  The source file from which to compute an MD5 hash.  $rawOutput  If this is set to true, output the result as raw binary.  RETURNS  A message digest hash for the file referenced by $fileName or false if an error occurs (such as file not found). 
What it Does


Computes a message digest hash (MD5) for the contents of the specified file ($fileName).  This
file must exists on the local filesystem (w…</description>
    </item>
    <item rdf:about="http://www.php5script.com/doku.php?id=ltrim&amp;rev=1297448919&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-02-11T13:28:39-04:00</dc:date>
        <dc:creator>orvado</dc:creator>
        <title>ltrim - created</title>
        <link>http://www.php5script.com/doku.php?id=ltrim&amp;rev=1297448919&amp;do=diff</link>
        <description>Syntax


string ltrim(string $source [, string $trimCharacters])


(PHP 4, PHP 5)

 $source  The source string from which characters should be stripped.  $trimCharacters  A list of characters which should be stripped (optional).  RETURNS  The source string with characters stripped from the left side only. 
What it Does


Trims whitespace characters from the left side (beginning) of the $source string.
The user may specify a list of characters to strip by specifying the optional
$trimCharacters p…</description>
    </item>
    <item rdf:about="http://www.php5script.com/doku.php?id=localeconv&amp;rev=1297447074&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-02-11T12:57:54-04:00</dc:date>
        <dc:creator>orvado</dc:creator>
        <title>localeconv - created</title>
        <link>http://www.php5script.com/doku.php?id=localeconv&amp;rev=1297447074&amp;do=diff</link>
        <description>Syntax


array localeconv()


(PHP 4, PHP 5)

 RETURNS  An associative array containing currency settings for the current locale. 
What it Does


Retrieves an associative array containing all of the currency settings as defined by
the current locale.  These settings include the following:</description>
    </item>
    <item rdf:about="http://www.php5script.com/doku.php?id=levenshtein&amp;rev=1297445958&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-02-11T12:39:18-04:00</dc:date>
        <dc:creator>orvado</dc:creator>
        <title>levenshtein - created</title>
        <link>http://www.php5script.com/doku.php?id=levenshtein&amp;rev=1297445958&amp;do=diff</link>
        <description>Syntax


int levenshtein(string $left, array $right)


(PHP 4, PHP 5)

 $left  The first string to compare for Levenschtein distance.  $right  The second string to compare for Levenschtein distance.  RETURNS  The combined parts from the array as a single string with the $separator between the parts. 
What it Does


Levenschtein compares two strings by using a character-by-character comparison.  It determines the
number of characters which need to be deleted, replaced, or inserted to transform on…</description>
    </item>
    <item rdf:about="http://www.php5script.com/doku.php?id=join&amp;rev=1297445427&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-02-11T12:30:27-04:00</dc:date>
        <dc:creator>orvado</dc:creator>
        <title>join - created</title>
        <link>http://www.php5script.com/doku.php?id=join&amp;rev=1297445427&amp;do=diff</link>
        <description>Syntax


This method is simply an alias of implode


string join(string $separator, array $parts)


(PHP 4, PHP 5)

 $separator  A string which is inserted between the individual parts to make a single string.  $parts  An array of strings which will be combined.  RETURNS  The combined parts from the array as a single string with the $separator between the parts. 
What it Does


Join converts an array of strings ($parts) into one single string by placing the $separator
text between each of the pa…</description>
    </item>
    <item rdf:about="http://www.php5script.com/doku.php?id=implode&amp;rev=1297445319&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-02-11T12:28:39-04:00</dc:date>
        <dc:creator>orvado</dc:creator>
        <title>implode - created</title>
        <link>http://www.php5script.com/doku.php?id=implode&amp;rev=1297445319&amp;do=diff</link>
        <description>Syntax


string implode(string $separator, array $parts)


(PHP 4, PHP 5)

 $separator  A string which is inserted between the individual parts to make a single string.  $parts  An array of strings which will be combined.  RETURNS  The combined parts from the array as a single string with the $separator between the parts. 
What it Does


Implode converts an array of strings ($parts) into one single string by placing the $separator
text between each of the parts.  An array is ordered by its index…</description>
    </item>
</rdf:RDF>

