facebook twitter hatena line email

Php/fuelphp/file

提供: 初心者エンジニアの簡易メモ
2015年5月20日 (水) 03:18時点における127.0.0.1 (トーク)による版 (ページの作成:「ファイル系を操作するクラス ==読み込み== $sample = File::read('/tmp/smaple.txt', true); ==書き込み== File::update('/tmp/', 'sample.txt', 'hello worl...」)

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内検索

ファイル系を操作するクラス

読み込み

$sample = File::read('/tmp/smaple.txt', true);

書き込み

File::update('/tmp/', 'sample.txt', 'hello world');

ダウンロード

File::download($apkfile, 'wallpaper.apk', 'application/vnd.android.package-archive');