Universeorange.com/Docs/

R3m/framework Function reference file.exist

{file.exist(String $url)}

{file.exist()} — Checks whether a file or directory exists or not.

Returns true if the file or directory specified by url exists; false otherwise.

Note:

This function will return false for symlinks pointing to non-existing files.

More information:

https://www.php.net/manual/en/function.file-exists.php

Last modified: 2021-06-07

© 2021 universeorange.com