mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
No description
![]() $ php --version PHP 8.0.3 (cli) (built: Mar 3 2021 02:12:40) ( NTS ) Copyright (c) The PHP Group Zend Engine v4.0.3, Copyright (c) Zend Technologies with Zend OPcache v8.0.3, Copyright (c), by Zend Technologies with Xdebug v3.0.2, Copyright (c) 2002-2021, by Derick Rethans $ php -r "\$var=[1,2,3,4]; debug_zval_dump(\$var);" array(4) refcount(4){ [0]=> int(1) [1]=> int(2) [2]=> int(3) [3]=> int(4) } |
||
---|---|---|
.github/workflows | ||
appendices | ||
chapters | ||
chmonly | ||
faq | ||
features | ||
install | ||
language | ||
reference | ||
security | ||
.editorconfig | ||
.gitignore | ||
bookinfo.xml | ||
contributors.ent | ||
contributors.xml | ||
extensions.ent | ||
language-defs.ent | ||
language-snippets.ent | ||
make_chm_index.html | ||
preface.xml | ||
README |
---------------------------------------------------------------------- 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)