From d23e8c74fc24360558eef4f25d1ba487be9c9baf Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Sun, 7 Jan 2007 21:19:57 +0000 Subject: [PATCH] Clean up docs and add missing returnvalues git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@226685 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../pdo/functions/PDO-beginTransaction.xml | 9 +- reference/pdo/functions/PDO-commit.xml | 9 +- reference/pdo/functions/PDO-rollBack.xml | 9 +- reference/pdo/functions/PDO-setAttribute.xml | 10 +- .../pdo/functions/PDOStatement-bindColumn.xml | 9 +- .../pdo/functions/PDOStatement-bindParam.xml | 9 +- .../pdo/functions/PDOStatement-bindValue.xml | 9 +- .../functions/PDOStatement-closeCursor.xml | 35 +------ .../functions/PDOStatement-getAttribute.xml | 53 +--------- .../pdo/functions/PDOStatement-rowCount.xml | 10 +- .../functions/PDOStatement-setAttribute.xml | 96 +------------------ 11 files changed, 74 insertions(+), 184 deletions(-) diff --git a/reference/pdo/functions/PDO-beginTransaction.xml b/reference/pdo/functions/PDO-beginTransaction.xml index 765024c658..b72be8dfbe 100644 --- a/reference/pdo/functions/PDO-beginTransaction.xml +++ b/reference/pdo/functions/PDO-beginTransaction.xml @@ -1,5 +1,5 @@ - + PDO->beginTransaction() @@ -34,6 +34,13 @@ + + &reftitle.returnvalues; + + &return.success; + + + &reftitle.examples; diff --git a/reference/pdo/functions/PDO-commit.xml b/reference/pdo/functions/PDO-commit.xml index 7c67d14906..1074c8569b 100644 --- a/reference/pdo/functions/PDO-commit.xml +++ b/reference/pdo/functions/PDO-commit.xml @@ -1,5 +1,5 @@ - + PDO->commit() @@ -24,6 +24,13 @@ + + &reftitle.returnvalues; + + &return.success; + + + &reftitle.examples; diff --git a/reference/pdo/functions/PDO-rollBack.xml b/reference/pdo/functions/PDO-rollBack.xml index 7a972f446c..914601089f 100644 --- a/reference/pdo/functions/PDO-rollBack.xml +++ b/reference/pdo/functions/PDO-rollBack.xml @@ -1,5 +1,5 @@ - + PDO->rollBack() @@ -36,6 +36,13 @@ + + &reftitle.returnvalues; + + &return.success; + + + &reftitle.examples; diff --git a/reference/pdo/functions/PDO-setAttribute.xml b/reference/pdo/functions/PDO-setAttribute.xml index d436bcb9d5..694e86397c 100644 --- a/reference/pdo/functions/PDO-setAttribute.xml +++ b/reference/pdo/functions/PDO-setAttribute.xml @@ -1,5 +1,5 @@ - + PDO->setAttribute() @@ -80,6 +80,14 @@ + + + &reftitle.returnvalues; + + &return.success; + + + + PDOStatement->bindColumn() @@ -69,6 +69,13 @@ + + &reftitle.returnvalues; + + &return.success; + + + &reftitle.examples; diff --git a/reference/pdo/functions/PDOStatement-bindParam.xml b/reference/pdo/functions/PDOStatement-bindParam.xml index 3260b0b1e6..d60c59ef2a 100644 --- a/reference/pdo/functions/PDOStatement-bindParam.xml +++ b/reference/pdo/functions/PDOStatement-bindParam.xml @@ -1,5 +1,5 @@ - + PDOStatement->bindParam() @@ -94,6 +94,13 @@ + + &reftitle.returnvalues; + + &return.success; + + + &reftitle.examples; Execute a prepared statement with named placeholders diff --git a/reference/pdo/functions/PDOStatement-bindValue.xml b/reference/pdo/functions/PDOStatement-bindValue.xml index fb79f68136..b2d123f370 100644 --- a/reference/pdo/functions/PDOStatement-bindValue.xml +++ b/reference/pdo/functions/PDOStatement-bindValue.xml @@ -1,5 +1,5 @@ - + PDOStatement->bindValue() @@ -61,6 +61,13 @@ + + &reftitle.returnvalues; + + &return.success; + + + &reftitle.examples; Execute a prepared statement with named placeholders diff --git a/reference/pdo/functions/PDOStatement-closeCursor.xml b/reference/pdo/functions/PDOStatement-closeCursor.xml index 02534e6f0c..d66ca39d32 100644 --- a/reference/pdo/functions/PDOStatement-closeCursor.xml +++ b/reference/pdo/functions/PDOStatement-closeCursor.xml @@ -1,5 +1,5 @@ - + PDOStatement->closeCursor() @@ -50,39 +50,12 @@ do { - - - - &reftitle.examples; diff --git a/reference/pdo/functions/PDOStatement-getAttribute.xml b/reference/pdo/functions/PDOStatement-getAttribute.xml index a5ce587074..cf813209c8 100644 --- a/reference/pdo/functions/PDOStatement-getAttribute.xml +++ b/reference/pdo/functions/PDOStatement-getAttribute.xml @@ -1,5 +1,5 @@ - + PDOStatement->getAttribute() @@ -29,61 +29,12 @@ - - - &reftitle.seealso; diff --git a/reference/pdo/functions/PDOStatement-rowCount.xml b/reference/pdo/functions/PDOStatement-rowCount.xml index 8291400c66..0e9c270ecf 100644 --- a/reference/pdo/functions/PDOStatement-rowCount.xml +++ b/reference/pdo/functions/PDOStatement-rowCount.xml @@ -1,5 +1,5 @@ - + PDOStatement->rowCount() @@ -30,6 +30,14 @@ on for portable applications. + + + &reftitle.returnvalues; + + Returns the number of rows. + + + &reftitle.examples; diff --git a/reference/pdo/functions/PDOStatement-setAttribute.xml b/reference/pdo/functions/PDOStatement-setAttribute.xml index 2e68a0a765..91c17f3f9f 100644 --- a/reference/pdo/functions/PDOStatement-setAttribute.xml +++ b/reference/pdo/functions/PDOStatement-setAttribute.xml @@ -1,5 +1,5 @@ - + PDOStatement->setAttribute() @@ -30,104 +30,12 @@ - - - - - - - - - &reftitle.seealso;