diff options
author | Urban Müller | 2023-03-27 15:08:59 +0200 |
---|---|---|
committer | Urban Müller | 2023-03-27 15:08:59 +0200 |
commit | d9b90715c7b8cfa9c876e2fc161e67f34e2c5427 (patch) | |
tree | 62ce47d2272cc917c6b9892864f36701692462ec /it.class | |
parent | 01af1fa85c3da32b6b08469bd2adcd8f41f9c579 (diff) | |
download | itools-d9b90715c7b8cfa9c876e2fc161e67f34e2c5427.tar.gz itools-d9b90715c7b8cfa9c876e2fc161e67f34e2c5427.tar.bz2 itools-d9b90715c7b8cfa9c876e2fc161e67f34e2c5427.zip |
docs
Diffstat (limited to 'it.class')
-rw-r--r-- | it.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1180,7 +1180,7 @@ static function file_get($filename, $p = array()) * @param $data data to write, string by default * @param $p['keyval'] $data must be an assoc array and is written as tab-separated lines * @param $p['lines'] write array of lines, appending newline - * @param $p['json'] write array as json + * @param $p['json'] write array as json (prettyprints on devel) * @param $p['mkdir'] create parent directory (one level) * @param $p['cdist'] distribute saved file * @return falsey for write errors |