mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
No description
![]() And update the list of values that can be returned by getType based on php 8.0 ext/standard/filestat.c SplFileInfo is the only way to do some things, such as 1. Check for the existence of a file that may or may not be readable without emitting a notice that is caught by whatever error handler the project uses. (e.g. file_exists can return false for unix sockets) 2. Check for file types such as unix sockets (e.g. `$info->getType() === 'socket'`) Recently, I was looking for how to check if a given path was a unix socket and the filesystem functions didn't have any links to that information. Closes GH-319. |
||
---|---|---|
.github/workflows | ||
appendices | ||
chapters | ||
chmonly | ||
faq | ||
features | ||
install | ||
internals2 | ||
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)