From ecc71209035f67fde9c0f6a9ac08eb50bc825836 Mon Sep 17 00:00:00 2001 From: irc-html Date: Sat, 12 Jan 2002 16:28:50 +0000 Subject: [PATCH] spelling errors git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67642 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/fbsql.xml | 38 +++++++++++++++++++------------------- functions/fdf.xml | 6 +++--- functions/filesystem.xml | 6 +++--- functions/ftp.xml | 6 +++--- functions/funchand.xml | 6 +++--- 5 files changed, 31 insertions(+), 31 deletions(-) diff --git a/functions/fbsql.xml b/functions/fbsql.xml index b2a13260cf..7bceafba9b 100644 --- a/functions/fbsql.xml +++ b/functions/fbsql.xml @@ -1,5 +1,5 @@ - + FrontBase Functions FrontBase @@ -72,7 +72,7 @@ When using UPDATE, FrontBase will not update columns where the new value is the same as the old value. This creates the - possiblity that fbsql_affected_rows may not + possibility that fbsql_affected_rows may not actually equal the number of rows matched, only the number of rows that were literally affected by the query. @@ -110,7 +110,7 @@ fbsql_autocommit returns the current autocommit status. if the optional OnOff parameter is given the auto commit status will be changed. - With OnOff set to &true; each statement will be commited + With OnOff set to &true; each statement will be committed automatically, if no errors was found. With OnOff set to &false; the user must commit or rollback the transaction using either fbsql_commit or @@ -233,8 +233,8 @@ fbsql_commit ends the current transaction by - writing all insertsm updates and deletes to the disk and - unlucking all row and table locks held by the transaction. This + writing all inserts, updates and deletes to the disk and + unlocking all row and table locks held by the transaction. This command is only needed if autocommit is set to false. See also: @@ -476,7 +476,7 @@ fbsql_database_password - Sets or retreives the password for a FrontBase database + Sets or retrieves the password for a FrontBase database @@ -500,7 +500,7 @@ the link identifier. - fbsql_database_password sets and retreives + fbsql_database_password sets and retrieves the database password for the current database. if the second optional parameter is given the function sets the database password for the database on the server that's associated with @@ -653,7 +653,7 @@ &false; - The exec handler for the host was invalid. This - error will ocour when the link_identifier connects directly to + error will occur when the link_identifier connects directly to a database by using a port number. FBExec can be available on the server but no connection has been made for it. @@ -754,7 +754,7 @@ 0 (zero) if no error occurred. - Errors coming back from the fbsql database backend dont issue + Errors coming back from the fbsql database backend don't issue warnings. Instead, use fbsql_errno to retrieve the error code. Note that this function only returns the error code from the most recently executed fbsql function (not @@ -808,7 +808,7 @@ echo fbsql_errno().": ".fbsql_error()."
"; '' (the empty string) if no error occurred.
- Errors coming back from the fbsql database backend dont issue + Errors coming back from the fbsql database backend don't issue warnings. Instead, use fbsql_error to retrieve the error text. Note that this function only returns the error text from the most recently executed fbsql function (not @@ -1370,7 +1370,7 @@ password - Returns the name of the table that the specifed field is + Returns the name of the table that the specified field is in. @@ -1918,7 +1918,7 @@ $result = fbsql_query ("SELECT my_col FROM my_tbl") Assuming the query succeeds, you can call fbsql_num_rows to find out how many rows - were returned for a SELECT statment or + were returned for a SELECT statement or fbsql_affected_rows to find out how many rows were affected by a DELETE, INSERT, REPLACE, or UPDATE statement. @@ -2156,7 +2156,7 @@ $result = fbsql_query ("SELECT my_col FROM my_tbl") fbsql_set_lob_mode - Set the LOB retreive mode for a FrontBase result set + Set the LOB retrieve mode for a FrontBase result set @@ -2173,15 +2173,15 @@ $result = fbsql_query ("SELECT my_col FROM my_tbl") fbsql_set_lob_mode sets the mode for - retreiving LOB data from the database. When BLOB and CLOB data is + retrieving LOB data from the database. When BLOB and CLOB data is stored in FrontBase it can be stored direct or indirect. Direct - stored LOB data will allways be fetched no matter the setting of + stored LOB data will always be fetched no matter the setting of the lob mode. If the LOB data is less than 512 bytes it will - allways be stored directly. + always be stored directly. - FBSQL_LOB_DIRECT - LOB data is retreived directly. When data + FBSQL_LOB_DIRECT - LOB data is retrieved directly. When data is fetched from the database with fbsql_fetch_row, and other fetch functions, all CLOB and BLOB columns will be returned as @@ -2191,13 +2191,13 @@ $result = fbsql_query ("SELECT my_col FROM my_tbl") - FBSQL_LOB_HANDLE - LOB data is retreived as handles to the + FBSQL_LOB_HANDLE - LOB data is retrieved as handles to the data. When data is fetched from the database with fbsql_fetch_row , and other fetch functions, LOB data will be returned as a handle to the data if the data is stored indirect or the data if it is stored direct. If a handle is returned it will be a 27 byte string - formated as "@'000000000000000000000000'". + formatted as "@'000000000000000000000000'". diff --git a/functions/fdf.xml b/functions/fdf.xml index f3b9fdec14..b1e3be636e 100644 --- a/functions/fdf.xml +++ b/functions/fdf.xml @@ -1,5 +1,5 @@ - + Forms Data Format functions FDF @@ -46,7 +46,7 @@ The most commonly used entries are Fields which points to a list of input fields, and F which contains the filename of the PDF-document this data belongs to. Those entries are - referred to in the FDF documention as /F-Key or /Status-Key. + referred to in the FDF documentation as /F-Key or /Status-Key. Modifying this entries is done by functions like fdf_set_file and fdf_set_status. Fields are modified with @@ -315,7 +315,7 @@ unlink("outtest.fdf"); The fdf_next_field_name function returns the name of the field after the field in fieldname or the field name of the first field - if the second paramter is &null;. + if the second parameter is &null;. See also fdf_set_value, diff --git a/functions/filesystem.xml b/functions/filesystem.xml index da5cab78e8..93c9c9d92f 100644 --- a/functions/filesystem.xml +++ b/functions/filesystem.xml @@ -1,5 +1,5 @@ - + Filesystem functions Filesystem @@ -469,7 +469,7 @@ $df = disk_total_space("/"); // $df contains the total number of This function forces a write of all buffered output to the to the resource pointed to by the file handle - fp. Returns &true; if succesful, &false; + fp. Returns &true; if successful, &false; otherwise. @@ -1771,7 +1771,7 @@ luigi florist it Output using fwrite is normally buffered at - 8K. This means that if there are two processess wanting to write + 8K. This means that if there are two processes wanting to write to the same output stream (a file), each is paused after 8K of data to allow the other to write. set_file_buffer sets the buffering for write operations on the given filepointer diff --git a/functions/ftp.xml b/functions/ftp.xml index 69899ffdc4..c74788d457 100644 --- a/functions/ftp.xml +++ b/functions/ftp.xml @@ -1,5 +1,5 @@ - + FTP functions FTP @@ -92,7 +92,7 @@ ftp_close($conn_id); The timeout parameter specifies the timeout for all - subsequent network operations. If ommited, the default value is 90 + subsequent network operations. If omitted, the default value is 90 seconds. The timeout can be changed and queried anytime with ftp_set_option and ftp_get_option. @@ -696,7 +696,7 @@ $upload = ftp_put($conn_id, $destination_file, $source_file, FTP_ASCII); This function controls various runtime options for the specified FTP stream. The value parameter depends on which - option parameter is choosen to be altered. + option parameter is chosen to be altered. Currently, the following options are supported: Supported runtime FTP options diff --git a/functions/funchand.xml b/functions/funchand.xml index 9f92380670..b5b31df2bb 100755 --- a/functions/funchand.xml +++ b/functions/funchand.xml @@ -1,5 +1,5 @@ - + Function Handling functions Functions @@ -36,7 +36,7 @@ Call a user defined function given by function_name, with - the paramaters in paramarr. + the parameters in paramarr. For example: @@ -412,7 +412,7 @@ foo (1, 2, 3); Returns the number of arguments passed into the current user-defined function. func_num_args will - generate a warning if called from outside of a user-defind function. + generate a warning if called from outside of a user-defined function.