No description
Find a file
Jeremy Mikola 7daf344fd8
Revise MongoDB\Driver\Manager var_dump() example
The previous example was incorrect, as "cluster" is an array of server descriptions (not an associative array).

The "cluster" array in the example is empty because the Manager has not performed IO and initialized SDAM; however, doing so would produce very verbose output, which seems unnecessary.
2021-07-16 14:54:12 -04:00
.github/workflows Add QA script to CI 2021-06-13 23:23:33 +01:00
appendices Fixed the link to magic constants (#784) 2021-07-14 12:03:30 +01:00
chapters Some cleanup in FAQ section 2021-03-23 14:19:44 +01:00
chmonly Fix other typos outside of php module docs 2020-04-27 06:59:43 +00:00
faq Remove legacy Windows docs (#661) 2021-06-13 23:20:58 +01:00
features Remove legacy Windows docs (#661) 2021-06-13 23:20:58 +01:00
install Fix minor issues in Apache2 config guide (#785) 2021-07-14 13:06:01 +01:00
language Fix typo in Stringable example 2021-07-03 12:02:31 +02:00
reference Revise MongoDB\Driver\Manager var_dump() example 2021-07-16 14:54:12 -04:00
security Remove obsolete PHP 5 specific info from appendices 2021-05-23 16:50:50 +02:00
.editorconfig Add editorconfig file 2020-08-18 14:04:18 +00:00
.gitignore Add .gitignore to ignore generated entities.*.xml files 2020-12-30 18:26:10 +01:00
bookinfo.xml Wrap Copyright page title in <info> tag to use h1 header 2015-04-08 20:41:29 +00:00
contributors.ent Upgraded the Editor :) 2015-05-27 00:16:49 +00:00
contributors.xml Credit Yoshinari Takaoka 2021-01-24 17:53:37 +01:00
extensions.ent Convert entity files to UTF-8 to please strict standards check in OE 2013-09-09 14:32:44 +00:00
language-defs.ent Show inherited constants 2018-09-20 15:10:00 +00:00
language-snippets.ent Move mysqli SQL injection warning to a snippet (#703) 2021-07-12 15:08:55 +01:00
make_chm_index.html Fix doc-level encoding declaration in make_chm_index.html 2013-09-18 12:26:38 +00:00
preface.xml Capitalisation fix in preface 2014-09-01 16:39:55 +00:00
README ws 2017-06-27 05:15:25 +00:00

----------------------------------------------------------------------
README
----------------------------------------------------------------------

Please refer to the README file within the doc-base/ directory. Your
directory structure is probably like:

  phpdoc/en            (DocBook files for the English language)
  phpdoc/doc-base      (Tools and resources used for all languages)