diff --git a/functions/curl.xml b/functions/curl.xml index 5974ccdc9b..d9aba3b603 100644 --- a/functions/curl.xml +++ b/functions/curl.xml @@ -1,5 +1,5 @@ - + CURL, Client URL Library Functions CURL @@ -200,7 +200,7 @@ curl_close ($ch); CURLOPT_FAILONERROR: Set this option to a non-zero value if you want PHP to fail silently if the HTTP - code returned is greater than 300. The default behaviour is + code returned is greater than 300. The default behavior is to return the page normally, ignoring the code. @@ -368,7 +368,7 @@ curl_close ($ch); CURLOPT_RANGE: Pass the specified range you want. It should be in the "X-Y" format, where X or Y may be left out. The HTTP transfers also support several - intervals, seperated with commas as in X-Y,N-M. + intervals, separated with commas as in X-Y,N-M. @@ -424,7 +424,7 @@ curl_close ($ch); CURLOPT_COOKIEFILE: Pass a string - containing the name of the file containing the cookiee data. + containing the name of the file containing the cookie data. The cookie file can be in Netscape format, or just plain HTTP-style headers dumped into a file. @@ -566,7 +566,7 @@ curl_close ($ch); - This functions closes a CURL session and frees all ressources. + This functions closes a CURL session and frees all res sources. The CURL handle, ch, is also deleted. diff --git a/functions/cybermut.xml b/functions/cybermut.xml index ced0163561..c5666e615b 100755 --- a/functions/cybermut.xml +++ b/functions/cybermut.xml @@ -1,5 +1,5 @@ - + Crédit Mutuel CyberMUT functions CyberMUT @@ -204,11 +204,11 @@ if ($mac_ok) { cybermut_creerreponsecm returns a string containing - delivery aknowledgement message. + delivery acknowledgement message. The parameter is "OK" if the message of confirmation of the payment - were correctly auhentified by cybermut_testmac. + were correctly identified by cybermut_testmac. Any other chain is regarded as an error message. diff --git a/functions/datetime.xml b/functions/datetime.xml index 7633ab3c40..33ef55b9f5 100644 --- a/functions/datetime.xml +++ b/functions/datetime.xml @@ -1,5 +1,5 @@ - + Date and Time functions Date/time @@ -303,7 +303,7 @@ $nextyear = mktime (0,0,0,date("m"), date("d"), date("Y")+1); - This can be more reliable than simply adding or substracting the number + This can be more reliable than simply adding or subtracting the number of seconds in a day or month to a timestamp because of daylight savings time. @@ -314,7 +314,7 @@ $nextyear = mktime (0,0,0,date("m"), date("d"), date("Y")+1); you should escape any other characters, as any which currently have a special meaning will produce undesirable results, and other characters may be assigned meaning in future PHP versions. - When escaping, bu sure to use single quotes to prevent characters + When escaping, be sure to use single quotes to prevent characters like \n from become newlines. @@ -647,7 +647,7 @@ echo gmstrftime ("%b %d %Y %H:%M:%S", mktime (20,0,0,12,31,98))."\n"; </listitem> <listitem> <simpara> - "tm_mon" - month of the year, starting with 0 for january + "tm_mon" - month of the year, starting with 0 for January </simpara> </listitem> <listitem> @@ -819,7 +819,7 @@ echo strftime ("Last day in Feb 2000 is: %d", $lastday); <simpara> Date with year, month and day equal to zero is considered illegal (otherwise it what be regarded as 30.11.1999, which would be strange - behaviour). + behavior). </simpara> <para> See also <function>date</function> and <function>time</function>. diff --git a/functions/dbm.xml b/functions/dbm.xml index 3bfa634c23..8ff32253b7 100644 --- a/functions/dbm.xml +++ b/functions/dbm.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.15 $ --> +<!-- $Revision: 1.16 $ --> <reference id="ref.dbm"> <title>DBM Functions DBM @@ -56,7 +56,7 @@ dbmclose ($dbm); respectively. - Returns an identifer to be passed to the other DBM functions on + Returns an identifier to be passed to the other DBM functions on success, or &false; on failure.