From d3d74d26a27b69ef3eeabeb1e4032fefcb30d5aa Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Wed, 2 May 2018 23:05:35 +0000 Subject: [PATCH] Fixes and clarifications; sorry for mixing in whitespace changes but this shouldn't be translated yet git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344929 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../mysql_xdevapi/collection/getschema.xml | 18 ++++++++++++- .../mysql_xdevapi/collection/getsession.xml | 16 +++++++++++ .../mysql_xdevapi/collectionfind/execute.xml | 8 +++--- .../collectionmodify/replace.xml | 4 +-- .../mysql_xdevapi/collectionmodify/unset.xml | 8 +++--- .../mysql_xdevapi/schema/dropcollection.xml | 13 ++------- .../mysql_xdevapi/schema/getsession.xml | 4 +-- .../session/releasesavepoint.xml | 8 +++--- .../mysql_xdevapi/session/rollbackto.xml | 8 +++--- .../mysql_xdevapi/table/select.xml | 27 ++++++++++++++++--- 10 files changed, 78 insertions(+), 36 deletions(-) diff --git a/reference/mysql_xdevapi/mysql_xdevapi/collection/getschema.xml b/reference/mysql_xdevapi/mysql_xdevapi/collection/getschema.xml index b0ef217fbe..f729864a3d 100644 --- a/reference/mysql_xdevapi/mysql_xdevapi/collection/getschema.xml +++ b/reference/mysql_xdevapi/mysql_xdevapi/collection/getschema.xml @@ -27,11 +27,27 @@ &reftitle.returnvalues; - The schema object on success, or &null; if the object cannot be retrieved + The schema object on success, or &null; if the object cannot be retrieved for the given collection. + + &reftitle.examples; + + <function>mysql_xdevapi\Collection::getSchema</function> example + +getSchema(); + +?> +]]> + + + +