From cb08ac869e5ddcb797b07a235a41098d3c4c8aa6 Mon Sep 17 00:00:00 2001 From: Yannick Torres Date: Tue, 16 Nov 2004 20:12:45 +0000 Subject: [PATCH] typo & ws & parse error in exemples git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172807 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pdo/functions/PDO-construct.xml | 48 +++++++++---------- reference/pdo/functions/PDO-setAttribute.xml | 22 ++++----- .../pdo/functions/PDOStatement-execute.xml | 4 +- reference/pdo/reference.xml | 14 +++--- 4 files changed, 44 insertions(+), 44 deletions(-) diff --git a/reference/pdo/functions/PDO-construct.xml b/reference/pdo/functions/PDO-construct.xml index 466acd4681..84589fe519 100644 --- a/reference/pdo/functions/PDO-construct.xml +++ b/reference/pdo/functions/PDO-construct.xml @@ -1,5 +1,5 @@ - + PDO::__construct @@ -25,34 +25,34 @@ Driver invocation - - dsn consists of the PDO driver name, followed - by a colon, followed by the PDO driver-specific connection syntax. - For example, 'odbc:DSN=SAMPLE;UID=db2inst1;PWD=ibmdb2' - would create a PDO_ODBC connection to an ODBC database, while - 'mysql:host=127.0.0.1;dbname=testdb' would create - a PDO_MYSQL connection to a MySQL database. - + + dsn consists of the PDO driver name, followed + by a colon, followed by the PDO driver-specific connection syntax. + For example, 'odbc:DSN=SAMPLE;UID=db2inst1;PWD=ibmdb2' + would create a PDO_ODBC connection to an ODBC database, while + 'mysql:host=127.0.0.1;dbname=testdb' would create + a PDO_MYSQL connection to a MySQL database. + URI invocation - - dsn consists of uri: - followed by a URI that defines the location of a file containing - the DSN string. The URI can specify a local file or a remote URL. - + + dsn consists of uri: + followed by a URI that defines the location of a file containing + the DSN string. The URI can specify a local file or a remote URL. + Aliasing - - dsn consists of a name - name that maps to - pdo.dsn.name in &php.ini; - defining the DSN string. name can not contain - a colon. - + + dsn consists of a name + name that maps to + pdo.dsn.name in &php.ini; + defining the DSN string. name can not contain + a colon. + @@ -64,7 +64,7 @@ - + @@ -24,16 +24,16 @@ PDO_ATTR_CASE: Force column names to a specific case. - - PDO_CASE_LOWER: Force column names to lower case. - - - PDO_CASE_NATURAL: Leave column names as returned by - the database driver. - - - PDO_CASE_UPPER: Force column names to upper case. - + + PDO_CASE_LOWER: Force column names to lower case. + + + PDO_CASE_NATURAL: Leave column names as returned by + the database driver. + + + PDO_CASE_UPPER: Force column names to upper case. + diff --git a/reference/pdo/functions/PDOStatement-execute.xml b/reference/pdo/functions/PDOStatement-execute.xml index 0bbb8855ce..cc37e1cfe3 100644 --- a/reference/pdo/functions/PDOStatement-execute.xml +++ b/reference/pdo/functions/PDOStatement-execute.xml @@ -1,5 +1,5 @@ - + @@ -48,7 +48,7 @@ $sth->execute(); prepare('SELECT name, colour, calories diff --git a/reference/pdo/reference.xml b/reference/pdo/reference.xml index 3d903eeef7..03edb010de 100644 --- a/reference/pdo/reference.xml +++ b/reference/pdo/reference.xml @@ -1,5 +1,5 @@ - + PDO Functions @@ -67,32 +67,32 @@ extension=pdo.dll - PDO_FIREBIRD - Firebird/Interbase 6 + PDO_FIREBIRD - Firebird/Interbase 6 - PDO_MYSQL - MySQL 3.x/4.0 + PDO_MYSQL - MySQL 3.x/4.0 - PDO_OCI - Oracle Call Interface + PDO_OCI - Oracle Call Interface - PDO_ODBC - ODBC v3 (IBM DB2 and unixODBC) + PDO_ODBC - ODBC v3 (IBM DB2 and unixODBC) - PDO_PGSQL - PostgreSQL + PDO_PGSQL - PostgreSQL - PDO_SQLITE - SQLite 3.x + PDO_SQLITE - SQLite 3.x