Skip to content

Commit

Permalink
Docs: Complete functions lists
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar committed Apr 10, 2023
1 parent 1b5b248 commit 87053ef
Showing 1 changed file with 46 additions and 1 deletion.
47 changes: 46 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,55 @@ List of knowingly supported functions (see [known limitations](#known-limitation

Cannot be implemented, because stream wrapper is not supported by PHP:

- `chdir()`
- `chdir()`, `chroot()`
- `ini_set('error_log')`
- `glob()` ([here](https://wiki.php.net/rfc/glob_streamwrapper_support) is an RFC to support it)
- `realpath()`, `SplFileInfo::getRealPath()`
- `link()`, `symlink()`, `readlink()`, `linkinfo()`
- `tempnam()`
- `ext/zip`

Unverified:

- `basename()`
- `dirname()`
- `fclose()`
- `fdatasync()`
- `feof()`
- `fgetc()`
- `fgetcsv()`
- `fgets()`
- `fgetss()`
- `file_exists()`
- `file()`
- `fileinode()`
- `filetype()`
- `fnmatch()`
- `fpassthru()`
- `fputcsv()`
- `fputs()`
- `fscanf()`
- `fstat()`
- `fsync()`
- `is_dir()`
- `lchgrp()`
- `lstat()`
- `parse_ini_file()`
- `pathinfo()`
- `pclose()`
- `popen()`
- `readfile()`
- `rewind()`
- `closedir()`
- `dir()`
- `opendir()`
- `readdir()`
- `rewinddir()`
- `scandir()`

Pointless:

- `disk_free_space()`
- `disk_total_space()`
- `is_uploaded_file()`
- `move_uploaded_file()`

0 comments on commit 87053ef

Please sign in to comment.