From 0d8c7e83335eded5112c7ac3342777054b490e5e Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Sun, 2 May 2004 15:47:00 +0000 Subject: [PATCH] doc skeletons git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@157791 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/misc/functions/php-check-syntax.xml | 42 +++++++++++++++++++ .../misc/functions/php-strip-whitespace.xml | 40 ++++++++++++++++++ reference/misc/functions/time-nanosleep.xml | 42 +++++++++++++++++++ .../pgsql/functions/pg-parameter-status.xml | 42 +++++++++++++++++++ reference/pgsql/functions/pg-version.xml | 41 ++++++++++++++++++ 5 files changed, 207 insertions(+) create mode 100644 reference/misc/functions/php-check-syntax.xml create mode 100644 reference/misc/functions/php-strip-whitespace.xml create mode 100644 reference/misc/functions/time-nanosleep.xml create mode 100644 reference/pgsql/functions/pg-parameter-status.xml create mode 100644 reference/pgsql/functions/pg-version.xml diff --git a/reference/misc/functions/php-check-syntax.xml b/reference/misc/functions/php-check-syntax.xml new file mode 100644 index 0000000000..8af38a5ab3 --- /dev/null +++ b/reference/misc/functions/php-check-syntax.xml @@ -0,0 +1,42 @@ + + + + + php_check_syntax + + Check the syntax of the specified file + + + + Description + + boolphp_check_syntax + stringfile_name + stringerror_message + + + &warn.undocumented.func; + + + + + diff --git a/reference/misc/functions/php-strip-whitespace.xml b/reference/misc/functions/php-strip-whitespace.xml new file mode 100644 index 0000000000..0c02c66c62 --- /dev/null +++ b/reference/misc/functions/php-strip-whitespace.xml @@ -0,0 +1,40 @@ + + + + + php_strip_whitespace + + Return source with stripped comments and whitespace + + + + Description + + stringphp_strip_whitespace + stringfile_name + + &warn.undocumented.func; + + + + + diff --git a/reference/misc/functions/time-nanosleep.xml b/reference/misc/functions/time-nanosleep.xml new file mode 100644 index 0000000000..ebb4be4fae --- /dev/null +++ b/reference/misc/functions/time-nanosleep.xml @@ -0,0 +1,42 @@ + + + + + time_nanosleep + + Delay for a number of seconds and nano seconds + + + + Description + + mixedtime_nanosleep + intseconds + intnanoseconds + + + &warn.undocumented.func; + + + + + diff --git a/reference/pgsql/functions/pg-parameter-status.xml b/reference/pgsql/functions/pg-parameter-status.xml new file mode 100644 index 0000000000..87156ed98d --- /dev/null +++ b/reference/pgsql/functions/pg-parameter-status.xml @@ -0,0 +1,42 @@ + + + + + pg_parameter_status + + Returns the value of a server parameter + + + + Description + + string|falsepg_parameter_status + resourceconnection + stringparam_name + + + &warn.undocumented.func; + + + + + diff --git a/reference/pgsql/functions/pg-version.xml b/reference/pgsql/functions/pg-version.xml new file mode 100644 index 0000000000..645df47626 --- /dev/null +++ b/reference/pgsql/functions/pg-version.xml @@ -0,0 +1,41 @@ + + + + + pg_version + + Returns an array with client, protocol and server version (when available) + + + + Description + + arraypg_version + resourceconnection + + + &warn.undocumented.func; + + + + +