検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 179 for fopen (0.131 sec.)
ファイルシステム 4555
« finfo::set_flags はじめに » PHP Manual ファイルシステム ファイルシステム ファイルシステム はじ ... fnmatch — ファイル名がパターンにマッチするか調べる fopen — ファイルまたは URL をオープンする fpassthru — フ ...
https://man.plustar.jp/php/book.filesystem.html - [similar]
4555
« 定義済み定数 Eio 関数 » PHP Manual Eio 例 例 例1 リクエストの取り消し <?php /* eio_nop() が終わ ... e = dirname ( __FILE__ ) . "/eio-file.tmp" ; $fp = fopen ( $temp_filename , "w" ); fwrite ( $fp , "some dat ...
https://man.plustar.jp/php/eio.examples.html - [similar]
画像の大きさを取得する 4555
« gd_info getimagesizefromstring » PHP Manual GD および Image 関数 画像の大きさを取得する getima ... 型 <?php $size = getimagesize ( $filename ); $fp = fopen ( $filename , "rb" ); if ( $size && $fp ) { header ...
https://man.plustar.jp/php/function.getimagesize.html - [similar]
フォーマットされた文字列をストリームに書き込む 4555
« utf8_encode vprintf » PHP Manual String 関数 フォーマットされた文字列をストリームに書き込む vf ... 例1 vfprintf() : 数値のゼロ埋め <?php if (!( $fp = fopen ( 'date.txt' , 'w' ))) return; vfprintf ( $fp , "% ...
https://man.plustar.jp/php/function.vfprintf.html - [similar]
コア php.ini ディレクティブに関する説明 4555
« php.ini のセクション一覧 拡張モジュールの一覧/分類 » PHP Manual php.ini ディレクティブ コア ph ... 示します。 include_path string require 、 include 、 fopen() 、 file() 、 readfile() および file_get_contents ... には影響を 受けません 。 スクリプトから include や fopen() などでファイルシステムにアクセスしようとしたとき ...
https://man.plustar.jp/php/ini.core.html - [similar]
はじめに 4555
« Phar インストール/設定 » PHP Manual Phar はじめに はじめに phar 拡張モジュールは、PHP アプリケ ... アーカイブは外部ディスクと同様に扱うことができます。 fopen() 系の関数や opendir() 、そして mkdir() 系の関数を ...
https://man.plustar.jp/php/intro.phar.html - [similar]
ブラウザからのリクエストを、phar アーカイブ内部のファイルに転送する 4555
« Phar::unlinkArchive PharData » PHP Manual Phar ブラウザからのリクエストを、phar アーカイブ内部 ... 数を実行時に変更させる Phar::interceptFileFuncs() - fopen、file_get_contents、opendir などの stat 関連の関数を ...
https://man.plustar.jp/php/phar.webphar.html - [similar]
ファイルシステム 関数 4555
« 定義済み定数 basename » PHP Manual ファイルシステム ファイルシステム 関数 ファイルシステム 関数 ... fnmatch — ファイル名がパターンにマッチするか調べる fopen — ファイルまたは URL をオープンする fpassthru — フ ...
https://man.plustar.jp/php/ref.filesystem.html - [similar]
ファイルシステムのセキュリティ 4555
« セッションのセキュリティ Null バイト関連の問題 » PHP Manual セキュリティ ファイルシステムのセキ ... ng = " $filepath の削除に失敗しました\n" ; } $fp = fopen ( "/home/logging/filedelete.log" , "a" ); fwrite ( ...
https://man.plustar.jp/php/security.filesystem.html - [similar]
Phar 4455
« lzf_optimized_for はじめに » PHP Manual 圧縮およびアーカイブ Phar Phar はじめに インストール/設 ... ータを持つかどうかを返す Phar::interceptFileFuncs — fopen、file_get_contents、opendir などの stat 関連の関数を ...
https://man.plustar.jp/php/book.phar.html - [similar]