diff --git a/reference/errorfunc/ini.xml b/reference/errorfunc/ini.xml index 57b9451175..c6a0944141 100644 --- a/reference/errorfunc/ini.xml +++ b/reference/errorfunc/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -192,8 +192,8 @@ - Although display_errors may be set at runtime (with ini_set - ), it won't have any affect if the script has fatal errors. + Although display_errors may be set at runtime (with ini_set), + it won't have any affect if the script has fatal errors. This is because the desired runtime action does not get executed. diff --git a/reference/fbsql/functions/fbsql-set-lob-mode.xml b/reference/fbsql/functions/fbsql-set-lob-mode.xml index dcddbee82f..d61eb8d1e6 100644 --- a/reference/fbsql/functions/fbsql-set-lob-mode.xml +++ b/reference/fbsql/functions/fbsql-set-lob-mode.xml @@ -1,5 +1,5 @@ - + @@ -40,7 +40,7 @@ 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 + 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 diff --git a/reference/ibase/constants.xml b/reference/ibase/constants.xml index 210cbd418f..9b61e86c02 100644 --- a/reference/ibase/constants.xml +++ b/reference/ibase/constants.xml @@ -1,5 +1,5 @@ - +
&reftitle.constants; &extension.constants; @@ -115,9 +115,9 @@ The following constants are used to pass requests and options to the service - API functions (ibase_server_info, ibase_db_info - , ibase_backup, ibase_restore - and ibase_maintain_db). Please refer to + API functions (ibase_server_info, ibase_db_info, + ibase_backup, ibase_restore + and ibase_maintain_db). Please refer to the Firebird/InterBase manuals for the meaning of these options. diff --git a/reference/sdodasrel/reference.xml b/reference/sdodasrel/reference.xml index cce2f9e66a..9f0c35acbf 100644 --- a/reference/sdodasrel/reference.xml +++ b/reference/sdodasrel/reference.xml @@ -1,5 +1,5 @@ - + @@ -1450,7 +1450,7 @@ echo "Deleted the company, departments and employees all in one go.\n"; executeQuery call to obtain a data graph containing data from a relational database, and the - applyChanges + applyChanges call to write changes made to a data graph back to the relational database. diff --git a/reference/sqlite/functions/sqlite-array-query.xml b/reference/sqlite/functions/sqlite-array-query.xml index e1f62a7b2b..2b81cda648 100644 --- a/reference/sqlite/functions/sqlite-array-query.xml +++ b/reference/sqlite/functions/sqlite-array-query.xml @@ -1,5 +1,5 @@ - + sqlite_array_query @@ -67,8 +67,8 @@ dbhandle - The SQLite Database resource; returned from sqlite_open - when used procedurally. This parameter is not required + The SQLite Database resource; returned from sqlite_open + when used procedurally. This parameter is not required when using the object-oriented method. diff --git a/reference/sqlite/functions/sqlite-busy-timeout.xml b/reference/sqlite/functions/sqlite-busy-timeout.xml index 64a18d5c84..d194b9da6d 100644 --- a/reference/sqlite/functions/sqlite-busy-timeout.xml +++ b/reference/sqlite/functions/sqlite-busy-timeout.xml @@ -1,5 +1,5 @@ - + sqlite_busy_timeout @@ -36,8 +36,8 @@ dbhandle - The SQLite Database resource; returned from sqlite_open - when used procedurally. This parameter is not required + The SQLite Database resource; returned from sqlite_open + when used procedurally. This parameter is not required when using the object-oriented method. diff --git a/reference/sqlite/functions/sqlite-changes.xml b/reference/sqlite/functions/sqlite-changes.xml index f8e83d8af9..de9e3c18e3 100644 --- a/reference/sqlite/functions/sqlite-changes.xml +++ b/reference/sqlite/functions/sqlite-changes.xml @@ -1,5 +1,5 @@ - + sqlite_changes @@ -39,8 +39,8 @@ dbhandle - The SQLite Database resource; returned from sqlite_open - when used procedurally. This parameter is not required + The SQLite Database resource; returned from sqlite_open + when used procedurally. This parameter is not required when using the object-oriented method. diff --git a/reference/sqlite/functions/sqlite-close.xml b/reference/sqlite/functions/sqlite-close.xml index ad8c1c8873..25d53ff989 100644 --- a/reference/sqlite/functions/sqlite-close.xml +++ b/reference/sqlite/functions/sqlite-close.xml @@ -1,5 +1,5 @@ - + sqlite_close @@ -27,8 +27,8 @@ dbhandle - The SQLite Database resource; returned from sqlite_open - when used procedurally. + The SQLite Database resource; returned from sqlite_open + when used procedurally. diff --git a/reference/sqlite/functions/sqlite-create-aggregate.xml b/reference/sqlite/functions/sqlite-create-aggregate.xml index 02a4de447a..654c7fd3fa 100644 --- a/reference/sqlite/functions/sqlite-create-aggregate.xml +++ b/reference/sqlite/functions/sqlite-create-aggregate.xml @@ -1,5 +1,5 @@ - + sqlite_create_aggregate @@ -56,8 +56,8 @@ dbhandle - The SQLite Database resource; returned from sqlite_open - when used procedurally. This parameter is not required + The SQLite Database resource; returned from sqlite_open + when used procedurally. This parameter is not required when using the object-oriented method. diff --git a/reference/sqlite/functions/sqlite-create-function.xml b/reference/sqlite/functions/sqlite-create-function.xml index 1e790f8d19..6315aaea80 100644 --- a/reference/sqlite/functions/sqlite-create-function.xml +++ b/reference/sqlite/functions/sqlite-create-function.xml @@ -1,5 +1,5 @@ - + sqlite_create_function @@ -47,8 +47,8 @@ dbhandle - The SQLite Database resource; returned from sqlite_open - when used procedurally. This parameter is not required + The SQLite Database resource; returned from sqlite_open + when used procedurally. This parameter is not required when using the object-oriented method. diff --git a/reference/sqlite/functions/sqlite-fetch-column-types.xml b/reference/sqlite/functions/sqlite-fetch-column-types.xml index d2b2791775..a343150483 100755 --- a/reference/sqlite/functions/sqlite-fetch-column-types.xml +++ b/reference/sqlite/functions/sqlite-fetch-column-types.xml @@ -1,5 +1,5 @@ - + sqlite_fetch_column_types @@ -48,8 +48,8 @@ dbhandle - The SQLite Database resource; returned from sqlite_open - when used procedurally. This parameter is not required + The SQLite Database resource; returned from sqlite_open + when used procedurally. This parameter is not required when using the object-oriented method. diff --git a/reference/sqlite/functions/sqlite-last-error.xml b/reference/sqlite/functions/sqlite-last-error.xml index ebddd91835..3bcee0d490 100644 --- a/reference/sqlite/functions/sqlite-last-error.xml +++ b/reference/sqlite/functions/sqlite-last-error.xml @@ -1,5 +1,5 @@ - + sqlite_last_error @@ -37,8 +37,8 @@ dbhandle - The SQLite Database resource; returned from sqlite_open - when used procedurally. This parameter is not required + The SQLite Database resource; returned from sqlite_open + when used procedurally. This parameter is not required when using the object-oriented method. diff --git a/reference/sqlite/functions/sqlite-last-insert-rowid.xml b/reference/sqlite/functions/sqlite-last-insert-rowid.xml index 6639743044..3df9226ce6 100644 --- a/reference/sqlite/functions/sqlite-last-insert-rowid.xml +++ b/reference/sqlite/functions/sqlite-last-insert-rowid.xml @@ -1,5 +1,5 @@ - + sqlite_last_insert_rowid @@ -42,8 +42,8 @@ dbhandle - The SQLite Database resource; returned from sqlite_open - when used procedurally. This parameter is not required + The SQLite Database resource; returned from sqlite_open + when used procedurally. This parameter is not required when using the object-oriented method. diff --git a/reference/strings/functions/stripos.xml b/reference/strings/functions/stripos.xml index 0fbd7ce1e1..52984685b1 100755 --- a/reference/strings/functions/stripos.xml +++ b/reference/strings/functions/stripos.xml @@ -1,5 +1,5 @@ - + stripos @@ -18,7 +18,7 @@ Returns the numeric position of the first occurrence of needle in the haystack - string. Unlike strpos, + string. Unlike strpos, stripos is case-insensitive. diff --git a/reference/swf/functions/swf-ortho2.xml b/reference/swf/functions/swf-ortho2.xml index d28865b797..5231c35c3f 100644 --- a/reference/swf/functions/swf-ortho2.xml +++ b/reference/swf/functions/swf-ortho2.xml @@ -1,5 +1,5 @@ - + @@ -23,7 +23,7 @@ dimensional orthographic mapping of user coordinates onto the current viewport, this defaults to one to one mapping of the area of the Flash movie. If a perspective transformation is desired, - the swf_perspective function can be used. + the swf_perspective function can be used.