From 647ee5c6a26e0512972ee8a53135c2c477fc0fa9 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 3 Aug 2004 17:25:34 +0000 Subject: [PATCH] Nuke tabs git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165127 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/com/functions/variant-get-type.xml | 4 ++-- reference/dir/functions/chdir.xml | 10 +++++----- .../DomElement-get-elements-by-tagname.xml | 6 +++--- .../domxml/functions/DomNode-get-content.xml | 6 +++--- reference/domxml/reference.xml | 6 +++--- reference/filesystem/functions/fwrite.xml | 4 ++-- .../filesystem/functions/is-executable.xml | 4 ++-- .../ibase/functions/ibase-name-result.xml | 14 +++++++------- .../functions/ibase-set-event-handler.xml | 6 +++--- reference/ibase/ini.xml | 4 ++-- reference/id3/reference.xml | 4 ++-- .../mbstring/functions/mb-convert-kana.xml | 10 +++++----- reference/mbstring/reference.xml | 18 +++++++++--------- reference/mcve/functions/mcve-preauth.xml | 4 ++-- .../msession/functions/msession-count.xml | 4 ++-- .../msession/functions/msession-disconnect.xml | 4 ++-- reference/msession/functions/msession-list.xml | 4 ++-- reference/msql/functions/msql-fetch-field.xml | 14 +++++++------- .../mssql/functions/mssql-field-length.xml | 12 ++++++------ .../mysqli/functions/mysqli-change-user.xml | 14 +++++++------- .../mysqli/functions/mysqli-fetch-lengths.xml | 4 ++-- .../functions/mysqli-stmt-affected-rows.xml | 6 +++--- reference/network/constants.xml | 4 ++-- reference/nis/functions/yp-next.xml | 4 ++-- reference/oci8/functions/oci-connect.xml | 4 ++-- reference/oci8/functions/ocibindbyname.xml | 12 ++++++------ reference/oci8/functions/ocicolumnisnull.xml | 6 +++--- reference/oci8/functions/ocicolumnsize.xml | 6 +++--- reference/oci8/functions/ocinewdescriptor.xml | 14 +++++++------- reference/oci8/functions/ociresult.xml | 10 +++++----- reference/oci8/functions/ocirowcount.xml | 8 ++++---- reference/openssl/functions/openssl-sign.xml | 4 ++-- reference/openssl/functions/openssl-verify.xml | 4 ++-- .../outcontrol/functions/ob-gzhandler.xml | 4 ++-- .../outcontrol/functions/ob-implicit-flush.xml | 4 ++-- reference/pdf/functions/pdf-circle.xml | 4 ++-- reference/pdf/reference.xml | 4 ++-- reference/regex/functions/ereg.xml | 4 ++-- reference/sesam/functions/sesam-diagnostic.xml | 4 ++-- .../sesam/functions/sesam-fetch-result.xml | 4 ++-- reference/sesam/functions/sesam-fetch-row.xml | 4 ++-- .../sesam/functions/sesam-field-array.xml | 6 +++--- reference/snmp/functions/snmpwalk.xml | 4 ++-- reference/snmp/functions/snmpwalkoid.xml | 4 ++-- .../sockets/functions/socket-create-pair.xml | 16 ++++++++-------- .../sockets/functions/socket-get-option.xml | 10 +++++----- reference/sqlite/ini.xml | 4 ++-- reference/sqlite/reference.xml | 8 ++++---- .../sybase/functions/sybase-fetch-field.xml | 12 ++++++------ reference/sybase/ini.xml | 6 +++--- reference/tidy/functions/tidy-getopt.xml | 4 ++-- reference/tokenizer/ini.xml | 6 +++--- 52 files changed, 175 insertions(+), 175 deletions(-) diff --git a/reference/com/functions/variant-get-type.xml b/reference/com/functions/variant-get-type.xml index b47cab541b..651c2f297d 100644 --- a/reference/com/functions/variant-get-type.xml +++ b/reference/com/functions/variant-get-type.xml @@ -1,5 +1,5 @@ - + variant_get_type @@ -9,7 +9,7 @@ Description intvariant_get_type - objectvariant + objectvariant This function returns an integer value that indicates the type of diff --git a/reference/dir/functions/chdir.xml b/reference/dir/functions/chdir.xml index fcf920806b..a62f944d0c 100644 --- a/reference/dir/functions/chdir.xml +++ b/reference/dir/functions/chdir.xml @@ -1,5 +1,5 @@ - + @@ -22,15 +22,15 @@ ]]> diff --git a/reference/domxml/functions/DomElement-get-elements-by-tagname.xml b/reference/domxml/functions/DomElement-get-elements-by-tagname.xml index 46e28c5f10..220c440485 100644 --- a/reference/domxml/functions/DomElement-get-elements-by-tagname.xml +++ b/reference/domxml/functions/DomElement-get-elements-by-tagname.xml @@ -1,5 +1,5 @@ - + @@ -35,8 +35,8 @@ $root = $dom->document_element(); $node_array = $root->get_elements_by_tagname("element"); for ($i = 0; $iget_content(); + $node = $node_array[$i]; + echo "The element[$i] is: " . $node->get_content(); } ?> diff --git a/reference/domxml/functions/DomNode-get-content.xml b/reference/domxml/functions/DomNode-get-content.xml index a58cd7e320..1fc6b2f524 100644 --- a/reference/domxml/functions/DomNode-get-content.xml +++ b/reference/domxml/functions/DomNode-get-content.xml @@ -1,5 +1,5 @@ - + @@ -33,8 +33,8 @@ $root = $dom->document_element(); $node_array = $root->get_elements_by_tagname("element"); for ($i = 0; $iget_content(); + $node = $node_array[$i]; + echo "The element[$i] is: " . $node->get_content(); } ?> diff --git a/reference/domxml/reference.xml b/reference/domxml/reference.xml index 8a295542ce..83b4d0497b 100644 --- a/reference/domxml/reference.xml +++ b/reference/domxml/reference.xml @@ -1,5 +1,5 @@ - + DOM XML Functions DOM XML @@ -402,8 +402,8 @@ DomElement_set_attribute_node ---> - +--> + get_elements_by_tagname DomElement_get_elements_by_tagname diff --git a/reference/filesystem/functions/fwrite.xml b/reference/filesystem/functions/fwrite.xml index b3a72fd51d..b56d4e29be 100644 --- a/reference/filesystem/functions/fwrite.xml +++ b/reference/filesystem/functions/fwrite.xml @@ -1,5 +1,5 @@ - + @@ -70,7 +70,7 @@ if (is_writable($filename)) { echo "Success, wrote ($somecontent) to file ($filename)"; fclose($handle); - + } else { echo "The file $filename is not writable"; } diff --git a/reference/filesystem/functions/is-executable.xml b/reference/filesystem/functions/is-executable.xml index 8d1a8e46de..92276b5696 100644 --- a/reference/filesystem/functions/is-executable.xml +++ b/reference/filesystem/functions/is-executable.xml @@ -1,5 +1,5 @@ - + @@ -42,7 +42,7 @@ if (is_executable($file)) { ¬e.clearstatcache; - &tip.fopen-wrapper.stat; + &tip.fopen-wrapper.stat; See also is_file and diff --git a/reference/ibase/functions/ibase-name-result.xml b/reference/ibase/functions/ibase-name-result.xml index 9e1287ec7b..94fa4d10da 100644 --- a/reference/ibase/functions/ibase-name-result.xml +++ b/reference/ibase/functions/ibase-name-result.xml @@ -1,5 +1,5 @@ - + ibase_name_result @@ -23,13 +23,13 @@ ]]> diff --git a/reference/ibase/functions/ibase-set-event-handler.xml b/reference/ibase/functions/ibase-set-event-handler.xml index 767903a2dc..009c37c2c2 100644 --- a/reference/ibase/functions/ibase-set-event-handler.xml +++ b/reference/ibase/functions/ibase-set-event-handler.xml @@ -1,5 +1,5 @@ - + ibase_set_event_handler @@ -22,8 +22,8 @@ events. The callback is called with the event name and the link resource as arguments whenever one of the specified events is posted by the database. The callback must return &false; if the event handler should be canceled. Any other return value is ignored. - - + + - +
&reftitle.runtime; &extension.runtime; @@ -72,7 +72,7 @@ ini_set. - &ini.descriptions.title; + &ini.descriptions.title; diff --git a/reference/id3/reference.xml b/reference/id3/reference.xml index 9c54eb9108..8aa56c4295 100644 --- a/reference/id3/reference.xml +++ b/reference/id3/reference.xml @@ -1,5 +1,5 @@ - + ID3 Functions id3 @@ -39,7 +39,7 @@ &no.resource;
- &reference.id3.constants; + &reference.id3.constants; &reference.id3.functions; diff --git a/reference/mbstring/functions/mb-convert-kana.xml b/reference/mbstring/functions/mb-convert-kana.xml index 74c80078d2..b83f8a6ce6 100644 --- a/reference/mbstring/functions/mb-convert-kana.xml +++ b/reference/mbstring/functions/mb-convert-kana.xml @@ -1,5 +1,5 @@ - + @@ -31,8 +31,8 @@ omitted, internal character encoding is used.
- Specify with combination of following options. Default - value is KV. + Specify with combination of following options. Default + value is KV. Applicable Conversion Options @@ -77,8 +77,8 @@ A Convert "han-kaku" alphabets and numbers to "zen-kaku" - (Characters included in "a", "A" options are - U+0021 - U+007E excluding U+0022, U+0027, U+005C, U+007E) + (Characters included in "a", "A" options are + U+0021 - U+007E excluding U+0022, U+0027, U+005C, U+007E) diff --git a/reference/mbstring/reference.xml b/reference/mbstring/reference.xml index d434bff380..eec929bd48 100644 --- a/reference/mbstring/reference.xml +++ b/reference/mbstring/reference.xml @@ -1,5 +1,5 @@ - + Multibyte String Functions Multibyte String @@ -459,14 +459,14 @@ ob_start('mb_output_handler');
- - - It is not recommended to use the function overloading option in - the per-directory context, because it's not confirmed yet to be - stable enough in a production environment and may lead to undefined - behaviour. - - + + + It is not recommended to use the function overloading option in + the per-directory context, because it's not confirmed yet to be + stable enough in a production environment and may lead to undefined + behaviour. + +
diff --git a/reference/mcve/functions/mcve-preauth.xml b/reference/mcve/functions/mcve-preauth.xml index a03fa45339..38146a8824 100644 --- a/reference/mcve/functions/mcve-preauth.xml +++ b/reference/mcve/functions/mcve-preauth.xml @@ -1,5 +1,5 @@ - + @@ -23,7 +23,7 @@ stringzip stringcv stringcomments - stringclerkid + stringclerkid stringstationid intptrannum diff --git a/reference/msession/functions/msession-count.xml b/reference/msession/functions/msession-count.xml index 6713b1eca1..bd6df2d0e1 100644 --- a/reference/msession/functions/msession-count.xml +++ b/reference/msession/functions/msession-count.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description intmsession_count - + &warn.undocumented.func; diff --git a/reference/msession/functions/msession-disconnect.xml b/reference/msession/functions/msession-disconnect.xml index 5ef8bc6a2d..77a64aa0fa 100644 --- a/reference/msession/functions/msession-disconnect.xml +++ b/reference/msession/functions/msession-disconnect.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description voidmsession_disconnect - + &warn.undocumented.func; diff --git a/reference/msession/functions/msession-list.xml b/reference/msession/functions/msession-list.xml index ba252593fa..4af972a47c 100644 --- a/reference/msession/functions/msession-list.xml +++ b/reference/msession/functions/msession-list.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description arraymsession_list - + &warn.undocumented.func; diff --git a/reference/msql/functions/msql-fetch-field.xml b/reference/msql/functions/msql-fetch-field.xml index b55df06ae0..e0bcf8c777 100644 --- a/reference/msql/functions/msql-fetch-field.xml +++ b/reference/msql/functions/msql-fetch-field.xml @@ -1,5 +1,5 @@ - + @@ -27,32 +27,32 @@ - name - column name + name - column name - table - name of the table the column belongs to + table - name of the table the column belongs to - not_null - 1 if the column cannot be &null; + not_null - 1 if the column cannot be &null; - primary_key - 1 if the column is a primary key + primary_key - 1 if the column is a primary key - unique - 1 if the column is a unique key + unique - 1 if the column is a unique key - type - the type of the column + type - the type of the column diff --git a/reference/mssql/functions/mssql-field-length.xml b/reference/mssql/functions/mssql-field-length.xml index 4da3951a70..b4c980a224 100644 --- a/reference/mssql/functions/mssql-field-length.xml +++ b/reference/mssql/functions/mssql-field-length.xml @@ -1,5 +1,5 @@ - + @@ -13,11 +13,11 @@ resourceresult intoffset - - This function returns the length of field no. offset in - result result. If offset is omitted, - the current field is used. - + + This function returns the length of field no. offset in + result result. If offset is omitted, + the current field is used. + Note to Win32 Users diff --git a/reference/mysqli/functions/mysqli-change-user.xml b/reference/mysqli/functions/mysqli-change-user.xml index 0305534218..9bbaabd1eb 100644 --- a/reference/mysqli/functions/mysqli-change-user.xml +++ b/reference/mysqli/functions/mysqli-change-user.xml @@ -1,5 +1,5 @@ - + mysqli_change_user @@ -96,9 +96,9 @@ if ($result = $mysqli->query("SELECT DATABASE()")) { if ($result = $mysqli->query("SELECT @a")) { $row = $result->fetch_row(); - if ($row[0] === NULL) { - printf("Value of variable a is NULL\n"); - } + if ($row[0] === NULL) { + printf("Value of variable a is NULL\n"); + } $result->close(); } @@ -136,9 +136,9 @@ if ($result = mysqli_query($link, "SELECT DATABASE()")) { if ($result = mysqli_query($link, "SELECT @a")) { $row = mysqli_fetch_row($result); - if ($row[0] === NULL) { - printf("Value of variable a is NULL\n"); - } + if ($row[0] === NULL) { + printf("Value of variable a is NULL\n"); + } mysqli_free_result($result); } diff --git a/reference/mysqli/functions/mysqli-fetch-lengths.xml b/reference/mysqli/functions/mysqli-fetch-lengths.xml index 6ab8845347..38c6fc2a43 100644 --- a/reference/mysqli/functions/mysqli-fetch-lengths.xml +++ b/reference/mysqli/functions/mysqli-fetch-lengths.xml @@ -1,5 +1,5 @@ - + mysqli_fetch_lengths @@ -88,7 +88,7 @@ $query = "SELECT * from Country ORDER BY Code LIMIT 1"; if ($result = mysqli_query($link, $query)) { - $row = mysqli_fetch_row($result); + $row = mysqli_fetch_row($result); /* display column lengths */ $lengths = mysqli_fetch_lengths($result); diff --git a/reference/mysqli/functions/mysqli-stmt-affected-rows.xml b/reference/mysqli/functions/mysqli-stmt-affected-rows.xml index 3ec9d44caf..1227258be4 100644 --- a/reference/mysqli/functions/mysqli-stmt-affected-rows.xml +++ b/reference/mysqli/functions/mysqli-stmt-affected-rows.xml @@ -1,5 +1,5 @@ - + mysqli_stmt_affected_rows @@ -82,7 +82,7 @@ if ($stmt = $mysqli->prepare($query)) { /* execute statement */ $stmt->execute(); - printf("rows inserted: %d\n", $stmt->affected_rows); + printf("rows inserted: %d\n", $stmt->affected_rows); /* close statement */ $stmt->close(); @@ -122,7 +122,7 @@ if ($stmt = mysqli_prepare($link, $query)) { /* execute statement */ mysqli_stmt_execute($stmt); - printf("rows inserted: %d\n", mysqli_stmt_affected_rows($stmt)); + printf("rows inserted: %d\n", mysqli_stmt_affected_rows($stmt)); /* close statement */ mysqli_stmt_close($stmt); diff --git a/reference/network/constants.xml b/reference/network/constants.xml index a82e3f732a..6663e26539 100644 --- a/reference/network/constants.xml +++ b/reference/network/constants.xml @@ -1,5 +1,5 @@ - +
&reftitle.constants; &extension.constants.core; @@ -209,7 +209,7 @@ Any Resource Record. On most systems this returns all resource records, however it should not be counted upon for critical - uses. Try DNS_ALL instead. + uses. Try DNS_ALL instead. DNS_AAAA diff --git a/reference/nis/functions/yp-next.xml b/reference/nis/functions/yp-next.xml index 16646f2bd1..928f93acfa 100644 --- a/reference/nis/functions/yp-next.xml +++ b/reference/nis/functions/yp-next.xml @@ -1,5 +1,5 @@ - + @@ -27,7 +27,7 @@ $entry = yp_next($domain, "passwd.byname", "joe"); if (!$entry) { - echo "No more entries found\n"; + echo "No more entries found\n"; echo ""; } diff --git a/reference/oci8/functions/oci-connect.xml b/reference/oci8/functions/oci-connect.xml index 76bb26369d..b84f927d10 100644 --- a/reference/oci8/functions/oci-connect.xml +++ b/reference/oci8/functions/oci-connect.xml @@ -1,5 +1,5 @@ - + oci_connect @@ -12,7 +12,7 @@ stringusername stringpassword stringdb - stringcharset + stringcharset oci_connect returns a connection identifier diff --git a/reference/oci8/functions/ocibindbyname.xml b/reference/oci8/functions/ocibindbyname.xml index 4564e88675..3fe9947463 100644 --- a/reference/oci8/functions/ocibindbyname.xml +++ b/reference/oci8/functions/ocibindbyname.xml @@ -1,5 +1,5 @@ - + + + + + + + @@ -14,7 +14,7 @@ string&signature mixedpriv_key_id - &warn.experimental.func; + &warn.experimental.func; &return.success; If successful the signature is returned in diff --git a/reference/openssl/functions/openssl-verify.xml b/reference/openssl/functions/openssl-verify.xml index 75c4243f72..0f3e128baa 100644 --- a/reference/openssl/functions/openssl-verify.xml +++ b/reference/openssl/functions/openssl-verify.xml @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ stringsignature mixedpub_key_id - &warn.experimental.func; + &warn.experimental.func; Returns 1 if the signature is correct, 0 if it is incorrect, and -1 on error. diff --git a/reference/outcontrol/functions/ob-gzhandler.xml b/reference/outcontrol/functions/ob-gzhandler.xml index 6e64df42c8..a796b0f3ad 100644 --- a/reference/outcontrol/functions/ob-gzhandler.xml +++ b/reference/outcontrol/functions/ob-gzhandler.xml @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ stringob_gzhandler stringbuffer - intmode + intmode ob_gzhandler is intended to be used as a diff --git a/reference/outcontrol/functions/ob-implicit-flush.xml b/reference/outcontrol/functions/ob-implicit-flush.xml index 9de7d65047..fd18c7bffa 100644 --- a/reference/outcontrol/functions/ob-implicit-flush.xml +++ b/reference/outcontrol/functions/ob-implicit-flush.xml @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ Description voidob_implicit_flush - intflag + intflag ob_implicit_flush will turn implicit diff --git a/reference/pdf/functions/pdf-circle.xml b/reference/pdf/functions/pdf-circle.xml index 1704ba0a10..81ff42e9f0 100644 --- a/reference/pdf/functions/pdf-circle.xml +++ b/reference/pdf/functions/pdf-circle.xml @@ -1,5 +1,5 @@ - + @@ -39,7 +39,7 @@ pdf_begin_page($pdf, 595, 842); pdf_circle($pdf, 200, 700, 100); pdf_stroke($pdf); - // a filled circle +// a filled circle pdf_circle($pdf, 200, 700, 50); pdf_fill($pdf); diff --git a/reference/pdf/reference.xml b/reference/pdf/reference.xml index 7cf29c5159..13020df4dc 100644 --- a/reference/pdf/reference.xml +++ b/reference/pdf/reference.xml @@ -1,5 +1,5 @@ - + PDF functions PDF @@ -293,7 +293,7 @@ echo "finished"; Outputting a precalculated PDF - + - + @@ -35,7 +35,7 @@ which starts at the first left parenthesis; $regs[2] will contain the substring starting at the second, and so on. $regs[0] will contain a copy of the complete string matched. - + Up to (and including) PHP 4.1.0 $regs will be diff --git a/reference/sesam/functions/sesam-diagnostic.xml b/reference/sesam/functions/sesam-diagnostic.xml index 5a73daf376..9401b0a91d 100644 --- a/reference/sesam/functions/sesam-diagnostic.xml +++ b/reference/sesam/functions/sesam-diagnostic.xml @@ -1,5 +1,5 @@ - + @@ -92,7 +92,7 @@ function PrintReturncode($exec_str) --$colspan; echo "\n"; echo "\n"; + htmlspecialchars($err["errmsg"]) . "\n"; if ($err["errcol"] >= 0) { echo "
ERROR: ". - htmlspecialchars($err["errmsg"]) . "
\n";
         $errstmt = $exec_str . "\n";
diff --git a/reference/sesam/functions/sesam-fetch-result.xml b/reference/sesam/functions/sesam-fetch-result.xml
index 1ff9ede213..baa4aeeee8 100644
--- a/reference/sesam/functions/sesam-fetch-result.xml
+++ b/reference/sesam/functions/sesam-fetch-result.xml
@@ -1,5 +1,5 @@
 
-
+
 
   
    
@@ -55,7 +55,7 @@
          
         
         
-        	mixed $arr[col][row]
+         mixed $arr[col][row]
          
           result data for all the fields at
           row(row) and
diff --git a/reference/sesam/functions/sesam-fetch-row.xml b/reference/sesam/functions/sesam-fetch-row.xml
index 4e167ba489..a8c50ff64d 100644
--- a/reference/sesam/functions/sesam-fetch-row.xml
+++ b/reference/sesam/functions/sesam-fetch-row.xml
@@ -1,5 +1,5 @@
 
-
+
 
   
    
@@ -90,7 +90,7 @@
         
          5
          SESAM_SEEK_RELATIVE
-        	
+         
           seek relative to current scroll position, where
           offset can be a positive or negative
           offset value.
diff --git a/reference/sesam/functions/sesam-field-array.xml b/reference/sesam/functions/sesam-field-array.xml
index 1ded14fa8e..b6f5fc6778 100644
--- a/reference/sesam/functions/sesam-field-array.xml
+++ b/reference/sesam/functions/sesam-field-array.xml
@@ -1,5 +1,5 @@
 
-
+
 
   
    
@@ -58,8 +58,8 @@
          
         
         
-        	string $arr[col]["count"]
-        	
+         string $arr[col]["count"]
+         
           The "count" attribute describes the repetition factor when
           the column has been declared as a "multiple field". Usually,
           the "count" attribute is 1. The first column of a "multiple
diff --git a/reference/snmp/functions/snmpwalk.xml b/reference/snmp/functions/snmpwalk.xml
index cf379b472f..1d90aec2ce 100644
--- a/reference/snmp/functions/snmpwalk.xml
+++ b/reference/snmp/functions/snmpwalk.xml
@@ -1,5 +1,5 @@
 
-
+
 
   
    
@@ -61,7 +61,7 @@ for ($i=0; $i < count($a); $i++) {
       
      
     
-	
+
    
   
 
diff --git a/reference/snmp/functions/snmpwalkoid.xml b/reference/snmp/functions/snmpwalkoid.xml
index b326960b03..5879a8fd34 100644
--- a/reference/snmp/functions/snmpwalkoid.xml
+++ b/reference/snmp/functions/snmpwalkoid.xml
@@ -1,5 +1,5 @@
 
-
+
 
   
    
@@ -69,7 +69,7 @@ for (reset($a); $i = key($a); next($a)) {
       
      
     
-	
+
    
   
 
diff --git a/reference/sockets/functions/socket-create-pair.xml b/reference/sockets/functions/socket-create-pair.xml
index a50d04e3b2..dac8a3e566 100644
--- a/reference/sockets/functions/socket-create-pair.xml
+++ b/reference/sockets/functions/socket-create-pair.xml
@@ -1,5 +1,5 @@
 
-
+
 
   
    
@@ -17,8 +17,8 @@
      
      &warn.experimental.func;
     
-	 socket_create_pair creates two connected and indistinguishable sockets, and stores
-	 them in &fd. This function is commonly used in IPC (InterProcess Communication).
+     socket_create_pair creates two connected and indistinguishable sockets, and stores
+     them in &fd. This function is commonly used in IPC (InterProcess Communication).
     
     
      The domain parameter specifies the protocol
@@ -167,7 +167,7 @@
      
- + <function>socket_create_pair</function> example @@ -176,7 +176,7 @@ $sockets = array(); $uniqid = uniqid(''); if (file_exists("/tmp/$uniqid.sock")) { - die('Temporary socket already exists.'); + die('Temporary socket already exists.'); } /* Setup socket pair */ if (!socket_create_pair(AF_UNIX, SOCK_STREAM, 0, $sockets)) { @@ -218,12 +218,12 @@ if ($pid == -1) { /*parent*/ socket_close($ary[0]); if (!socket_write($ary[1], $strone, strlen($strone))) { - echo socket_strerror(socket_last_error()); + echo socket_strerror(socket_last_error()); } if (socket_read($ary[1], strlen($strtwo), PHP_BINARY_READ) == $strtwo) { echo "Recieved $strtwo\n"; } - socket_close($ary[1]); + socket_close($ary[1]); } else { /*child*/ socket_close($ary[1]); @@ -233,7 +233,7 @@ if ($pid == -1) { if (socket_read($ary[0], strlen($strone), PHP_BINARY_READ) == $strone) { echo "Recieved $strone\n"; } - socket_close($ary[0]); + socket_close($ary[0]); } ?> ]]> diff --git a/reference/sockets/functions/socket-get-option.xml b/reference/sockets/functions/socket-get-option.xml index 741e52b1fa..b93065ba36 100644 --- a/reference/sockets/functions/socket-get-option.xml +++ b/reference/sockets/functions/socket-get-option.xml @@ -1,5 +1,5 @@ - + @@ -23,10 +23,10 @@ The level parameter specifies the protocol level at - which the option resides. For example, to retrieve options at the socket level, - a level parameter of SOL_SOCKET would be used. Other - levels, such as TCP, can be used by specifying the protocol number of that level. - Protocol numbers can be found by using the getprotobyname function. + which the option resides. For example, to retrieve options at the socket level, + a level parameter of SOL_SOCKET would be used. Other + levels, such as TCP, can be used by specifying the protocol number of that level. + Protocol numbers can be found by using the getprotobyname function. Available Socket Options diff --git a/reference/sqlite/ini.xml b/reference/sqlite/ini.xml index a5c4a9b9b6..8d7ace1c5e 100644 --- a/reference/sqlite/ini.xml +++ b/reference/sqlite/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -26,7 +26,7 @@ For further details and definition of the PHP_INI_* constants see ini_set. - &ini.descriptions.title; + &ini.descriptions.title; diff --git a/reference/sqlite/reference.xml b/reference/sqlite/reference.xml index ee430eac26..0e421b3796 100644 --- a/reference/sqlite/reference.xml +++ b/reference/sqlite/reference.xml @@ -1,5 +1,5 @@ - + SQLite SQLite @@ -60,10 +60,10 @@
- &reference.sqlite.constants; - &reference.sqlite.ini; + &reference.sqlite.constants; + &reference.sqlite.ini; - + &reference.sqlite.functions; diff --git a/reference/sybase/functions/sybase-fetch-field.xml b/reference/sybase/functions/sybase-fetch-field.xml index dc5715fa7f..b8218591b8 100644 --- a/reference/sybase/functions/sybase-fetch-field.xml +++ b/reference/sybase/functions/sybase-fetch-field.xml @@ -1,5 +1,5 @@ - + @@ -28,23 +28,23 @@ - name - column name. if the column is a result of a function, this - property is set to computed#N, where #N is a serial number. + name - column name. if the column is a result of a function, this + property is set to computed#N, where #N is a serial number. - column_source - the table from which the column was taken + column_source - the table from which the column was taken - max_length - maximum length of the column + max_length - maximum length of the column - numeric - 1 if the column is numeric + numeric - 1 if the column is numeric diff --git a/reference/sybase/ini.xml b/reference/sybase/ini.xml index 7d264d9c8a..1b9bd8baae 100644 --- a/reference/sybase/ini.xml +++ b/reference/sybase/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -353,8 +353,8 @@ - Allows you to to define how often deadlocks are to be retried. The default - is -1, or "forever". + Allows you to to define how often deadlocks are to be retried. The default + is -1, or "forever". diff --git a/reference/tidy/functions/tidy-getopt.xml b/reference/tidy/functions/tidy-getopt.xml index bc8bc30779..0fba7daeff 100644 --- a/reference/tidy/functions/tidy-getopt.xml +++ b/reference/tidy/functions/tidy-getopt.xml @@ -1,5 +1,5 @@ - + tidy_getopt @@ -44,7 +44,7 @@ $html =' '; $config = array('accessibility-check' => 3, - 'alt-text' => 'some text'); + 'alt-text' => 'some text'); $tidy = new tidy(); $tidy->parseString($html, $config); diff --git a/reference/tokenizer/ini.xml b/reference/tokenizer/ini.xml index f9871416da..6e29418819 100644 --- a/reference/tokenizer/ini.xml +++ b/reference/tokenizer/ini.xml @@ -1,11 +1,11 @@ - +