<?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>2008-07-08T02:43:26-04:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.php5script.com/htmlspecialchars_decode?rev=1197482348&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.php5script.com/htmlspecialchars?rev=1197482174&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.php5script.com/htmlentities?rev=1197481982&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.php5script.com/html_entity_decode?rev=1197481670&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.php5script.com/hebrevc?rev=1197480885&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.php5script.com/atan2?rev=1195248199&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.php5script.com/asinh?rev=1195247862&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.php5script.com/asin?rev=1195247755&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.php5script.com/acosh?rev=1195247678&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.php5script.com/acos?rev=1195247553&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.php5script.com/preg_quote?rev=1195242145&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.php5script.com/preg_match?rev=1195241743&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.php5script.com/blackfriday?rev=1195163042&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.php5script.com/kellyproj1?rev=1194807762&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.php5script.com/preg_match_all?rev=1194805371&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.php5script.com/preg_last_error?rev=1194801362&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/htmlspecialchars_decode?rev=1197482348&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-12-12T12:59:08-04:00</dc:date>
        <dc:creator>Orvado Technologies</dc:creator>
        <title>htmlspecialchars_decode - created</title>
        <link>http://www.php5script.com/htmlspecialchars_decode?rev=1197482348&amp;do=diff</link>
        <description>Syntax


string htmlspecialchars_decode(string $text [, int $quoting_style ])


(PHP 5 &gt;= 5.10) 
 $text  Source string to decode special HTML characters.  $quoting_style  Controls the encoding of quote characters (see below).  RETURNS  The source string with HTML encodings decoded (removed). 
 Possible values for $quoting_style</description>
    </item>
    <item rdf:about="http://www.php5script.com/htmlspecialchars?rev=1197482174&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-12-12T12:56:14-04:00</dc:date>
        <dc:creator>Orvado Technologies</dc:creator>
        <title>htmlspecialchars - created</title>
        <link>http://www.php5script.com/htmlspecialchars?rev=1197482174&amp;do=diff</link>
        <description>Syntax


string htmlspecialchars(string $text [, int $quoting_style [, string $characters [, bool $doubleencode] ] ])


(PHP 4 , PHP 5) 
 $text  Source string to encode special HTML characters.  $quoting_style  Controls the encoding of quote characters (see below).  $characters  The character set to use when encoding the string (see below).  $doubleencode  Turn this off (pass false) to prevent the encoding from re-encoding text that has already been encoded.  RETURNS  The source string with HTML…</description>
    </item>
    <item rdf:about="http://www.php5script.com/htmlentities?rev=1197481982&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-12-12T12:53:02-04:00</dc:date>
        <dc:creator>Orvado Technologies</dc:creator>
        <title>htmlentities</title>
        <link>http://www.php5script.com/htmlentities?rev=1197481982&amp;do=diff</link>
        <description>Syntax


string htmlentities(string $text [, int $quoting_style [, string $characters [, bool $doubleencode] ] ])


(PHP 4 , PHP 5) 
 $text  Source string to encode HTML entities.  $quoting_style  Controls the encoding of quote characters (see below).  $characters  The character set to use when encoding the string (see below).  $doubleencode  Turn this off (pass false) to prevent the encoding from re-encoding text that has already been encoded.  RETURNS  The source string with HTML encodings. 
 …</description>
    </item>
    <item rdf:about="http://www.php5script.com/html_entity_decode?rev=1197481670&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-12-12T12:47:50-04:00</dc:date>
        <dc:creator>Orvado Technologies</dc:creator>
        <title>html_entity_decode</title>
        <link>http://www.php5script.com/html_entity_decode?rev=1197481670&amp;do=diff</link>
        <description>Syntax


string html_entity_decode(string $text [, int $quoting_style [, string $characters] ])


(PHP 4 &gt;= 4.3.0, PHP 5) 
 $text  Source string to decode HTML entities.  $quoting_style  Controls the decoding of quote characters (see below).  $characters  The character set to use when decoding the string (see below).  RETURNS  The source string with HTML encodings removed (decoded). 
 Possible values for $quoting_style</description>
    </item>
    <item rdf:about="http://www.php5script.com/hebrevc?rev=1197480885&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-12-12T12:34:45-04:00</dc:date>
        <dc:creator>Orvado Technologies</dc:creator>
        <title>hebrevc - created</title>
        <link>http://www.php5script.com/hebrevc?rev=1197480885&amp;do=diff</link>
        <description>Syntax


string hebrevc(string $hebrewtext [, int $charsperline])


(PHP 4, PHP 5) 
 $hebrewtext  Source string containing Hebrew characters.  $charsperline  Maximum number of characters per line.  RETURNS  The source string ($hebrewtext) with Hebrew characters converted to visual characters and newlines converted to an HTML line break. 
What it Does

 Takes a source string containing Hebrew text ($hebrewtext), and converts Hebrew characters to a visual style.  Unlike the hebrev function, this f…</description>
    </item>
    <item rdf:about="http://www.php5script.com/atan2?rev=1195248199&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-11-16T16:23:19-04:00</dc:date>
        <dc:creator>Orvado Technologies</dc:creator>
        <title>atan2 - created</title>
        <link>http://www.php5script.com/atan2?rev=1195248199&amp;do=diff</link>
        <description>Syntax


float atan2(float $y, float $x)


(PHP 4, PHP 5) 
 $y  Numerator of a fraction (y / x) which is the argument for the arc tangent.  $x  Numerator of a fraction (y / x) which is the argument for the arc tangent.  RETURNS  The arc tangent of the fraction ($y / $x).  This result will be between -PI and PI. 
What it Does

 This function computes the arc tangent for the arguments $y and $x which represent the numerator and denominator of the fraction (y / x).  The result of this trigonometry …</description>
    </item>
    <item rdf:about="http://www.php5script.com/asinh?rev=1195247862&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-11-16T16:17:42-04:00</dc:date>
        <dc:creator>Orvado Technologies</dc:creator>
        <title>asinh - created</title>
        <link>http://www.php5script.com/asinh?rev=1195247862&amp;do=diff</link>
        <description>Syntax


float asinh(float $val)


(PHP 4 &gt;= 4.07, PHP 5) 
 $val  Value to compute the inverse hyperbolic sine for.  RETURNS  Computes the trigonometry function inverse hyperbolic sine for the degree in radians ($val). 
What it Does

 This function computes the inverse hyperbolic sine for the argument $val which is the degree in radians.</description>
    </item>
    <item rdf:about="http://www.php5script.com/asin?rev=1195247755&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-11-16T16:15:55-04:00</dc:date>
        <dc:creator>Orvado Technologies</dc:creator>
        <title>asin - created</title>
        <link>http://www.php5script.com/asin?rev=1195247755&amp;do=diff</link>
        <description>Syntax


float asin(float $val)


(PHP 4, PHP 5) 
 $val  Value to compute the arc sine for.  RETURNS  Computes the trigonometry function arc sine for the degree in radians ($val). 
What it Does

 This function computes the arc sine for the argument $val which is the degree in radians.</description>
    </item>
    <item rdf:about="http://www.php5script.com/acosh?rev=1195247678&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-11-16T16:14:38-04:00</dc:date>
        <dc:creator>Orvado Technologies</dc:creator>
        <title>acosh - created</title>
        <link>http://www.php5script.com/acosh?rev=1195247678&amp;do=diff</link>
        <description>Syntax


float acos(float $val)


(PHP 4 &gt;= 4.07, PHP 5) 
 $val  Value to compute the arc cosine for.  RETURNS  Computes the trigonometry function inverse hyperbolic cosine for the degree in radians ($val). 
What it Does

 This function computes the inverse hyperbolic cosine for the argument $val which is the degree in radians.</description>
    </item>
    <item rdf:about="http://www.php5script.com/acos?rev=1195247553&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-11-16T16:12:33-04:00</dc:date>
        <dc:creator>Orvado Technologies</dc:creator>
        <title>acos - created</title>
        <link>http://www.php5script.com/acos?rev=1195247553&amp;do=diff</link>
        <description>Syntax


float acos(float $val)


(PHP 4, PHP 5) 
 $val  Value to compute the arc cosine for.  RETURNS  Computes the trigonometry function arc cosine for the degree in radians ($val). 
What it Does

 This function computes the arc cosine for the argument $val which is the degree in radians.</description>
    </item>
    <item rdf:about="http://www.php5script.com/preg_quote?rev=1195242145&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-11-16T14:42:25-04:00</dc:date>
        <dc:creator>Orvado Technologies</dc:creator>
        <title>preg_quote - created</title>
        <link>http://www.php5script.com/preg_quote?rev=1195242145&amp;do=diff</link>
        <description>Syntax


string preg_quote(string $str [, string $delimiter])


(PHP 4, PHP 5) 
 $str  The source string that you want to quote.  $delimiter  An additional (non-standard) character which should be escaped.  This is normally used to escape the character which delimits the start and end of the pattern (see example below).  RETURNS  The quoted pattern string with special characters escaped (normally, this is done with a backslash character (\). 
What it Does

 This function adds special escape code…</description>
    </item>
    <item rdf:about="http://www.php5script.com/preg_match?rev=1195241743&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-11-16T14:35:43-04:00</dc:date>
        <dc:creator>Orvado Technologies</dc:creator>
        <title>preg_match - created</title>
        <link>http://www.php5script.com/preg_match?rev=1195241743&amp;do=diff</link>
        <description>Syntax


int preg_match(string $pattern, string $source, array &amp;$matches [, int $flags [, int $offset]])


(PHP 4, PHP 5) 
 $pattern  A POSIX regular expression string.  $source  The source string to perform the match operation against.  $matches  The output of the regular expression match operation.  $flags  Options for the type of pattern matching to perform (see below).  $offset  Offset (character position) within the source string to start the pattern matching from.  RETURNS  The total numbe…</description>
    </item>
    <item rdf:about="http://www.php5script.com/blackfriday?rev=1195163042&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-11-15T16:44:02-04:00</dc:date>
        <dc:creator>Orvado Technologies</dc:creator>
        <title>blackfriday - created</title>
        <link>http://www.php5script.com/blackfriday?rev=1195163042&amp;do=diff</link>
        <description>Camcorders
 PRODUCT  STORE  REBATE  PRICE  Sony 5.0 Megapixel Ultra compact MPEG4 CamCorder  CompUSA  $0.00  $199.99 
Monitor
 PRODUCT  STORE  REBATE  PRICE  Acer 17” Wide-Screen LCD Monitor  Staples  $60.00  $89.98  Envision 19” Wide-Screen LCD Monitor  Best Buy  $0.00  $99.99  Acer 22” Wide-Screen LCD Monitor  Circuit City  $60.00  $169.99  Acer 22” Wide-Screen LCD Monitor  Circuit City  $60.00  $169.99  Envision 22” Wide-Screen LCD Monitor  CompUSA  $130.00  $149.99 
Hard Drive
 PRO…</description>
    </item>
    <item rdf:about="http://www.php5script.com/kellyproj1?rev=1194807762&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-11-11T14:02:42-04:00</dc:date>
        <dc:creator>Orvado Technologies</dc:creator>
        <title>kellyproj1</title>
        <link>http://www.php5script.com/kellyproj1?rev=1194807762&amp;do=diff</link>
        <description>void establish_l1(FILE *fptr, int divisor_num)
{
   int i;
   node1 *current;
    node1 *search;
    node1 *previous;
    node1 *newnode1;


   current = create_node1();
   divisor = current;
   for(i = 1; i &lt;= divisor_num; i++){
        newnode1 = create_node1();
        fscanf(fptr,&quot;%d&quot;,&amp;newnode1-&gt;op1);
        search = divisor;
        previous = NULL;
        while (search != NULL &amp;&amp; search-&gt;op1 &lt; newnode1-&gt;op1)
        {
           previous = search;
           search = search-&gt;next;
      …</description>
    </item>
    <item rdf:about="http://www.php5script.com/preg_match_all?rev=1194805371&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-11-11T13:22:51-04:00</dc:date>
        <dc:creator>Orvado Technologies</dc:creator>
        <title>preg_match_all - created</title>
        <link>http://www.php5script.com/preg_match_all?rev=1194805371&amp;do=diff</link>
        <description>Syntax


int preg_match_all(string $pattern, string $source, array &amp;$matches [, int $flags [, int $offset]])


(PHP 4, PHP 5) 
 $pattern  A POSIX regular expression string.  $source  The source string to perform the match operation against.  $matches  The output of the regular expression match operation.  $flags  Options for the type of pattern matching to perform (see below).  $offset  Offset (character position) within the source string to start the pattern matching from.  RETURNS  The total n…</description>
    </item>
    <item rdf:about="http://www.php5script.com/preg_last_error?rev=1194801362&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-11-11T12:16:02-04:00</dc:date>
        <dc:creator>Orvado Technologies</dc:creator>
        <title>preg_last_error - created</title>
        <link>http://www.php5script.com/preg_last_error?rev=1194801362&amp;do=diff</link>
        <description>Syntax


int preg_last_error(void)


(PHP 5 &gt;= 5.20) 
 RETURNS  An error code indicating the last error that was generated by the regular expression. 
 Possible Return Values 
 PREG_NO_ERROR  No error occurred.  PREG_INTERNAL_ERROR  An internal regex error occurred.  PREG_BACKTRACK_LIMIT_ERROR  The maximum number of backtracks was exceeded.  PREG_RECURSION_LIMIT_ERROR  The maximum number of recursions was exceeded.  PREG_BAD_UTF8_ERROR  The pattern contains bad character data that doesn't confor…</description>
    </item>
</rdf:RDF>
