facebook twitter hatena line email

「Php/fuelphp/file」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「ファイル系を操作するクラス ==読み込み== $sample = File::read('/tmp/smaple.txt', true); ==書き込み== File::update('/tmp/', 'sample.txt', 'hello worl...」)
 
(相違点なし)

2015年5月20日 (水) 03:18時点における最新版

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

読み込み

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

書き込み

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

ダウンロード

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