diff options
| author | Urban Müller | 2023-03-13 18:24:36 +0100 |
|---|---|---|
| committer | Urban Müller | 2023-03-13 18:24:36 +0100 |
| commit | a8e931ec2f491d5650113cce725e785694b7cacd (patch) | |
| tree | df69714503b059f6236a79200d9647efaf07b1fa | |
| parent | b715a6be7b3b19f0bbd6f47336d2c014c43334ad (diff) | |
| download | itools-a8e931ec2f491d5650113cce725e785694b7cacd.tar.gz itools-a8e931ec2f491d5650113cce725e785694b7cacd.tar.bz2 itools-a8e931ec2f491d5650113cce725e785694b7cacd.zip | |
docs
| -rw-r--r-- | it.class | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1183,6 +1183,7 @@ static function file_get($filename, $p = array()) * @param $p['json'] write array as json * @param $p['mkdir'] create parent directory (one level) * @param $p['cdist'] distribute saved file + * @return falsey for write errors */ static function file_put($filename, $data, $p = array()) { |