fs.php
2023-04-05 jj5 - file-system functions.
Tags
Table of Contents
- kickass_crypto_change_dir() : void
- 2023-04-05 jj5 - this function will change the current directory; if there's any sort of problem the program will be immediately aborted with an appropriate error level; this function is for command-line scripts, not web services.
Functions
kickass_crypto_change_dir()
2023-04-05 jj5 - this function will change the current directory; if there's any sort of problem the program will be immediately aborted with an appropriate error level; this function is for command-line scripts, not web services.
kickass_crypto_change_dir(string $dir) : void
Parameters
- $dir : string
-
the directory to change into.