検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 1068 for file (0.035 sec.)
インストール手順 3290
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 The SQLSRV ex ... tension is enabled by adding appropriate DLL file to your PHP extension directory and the correspond ... ing entry to the php.ini file. The SQLSRV download comes with 8 driver files, fo ... , extension , download , 設定 , driver , version , file , information ...
https://man.plustar.jp/php/sqlsrv.installation.html - [similar]
ファイルをコピーする 3272
« clearstatcache delete » PHP Manual ファイルシステム 関数 ファイルをコピーする copy (PHP 4, PHP ... 場合に false を返します。 例 例1 copy() の例 <?php $file = 'example.txt' ; $newfile = 'example.txt.bak' ; i ... f (! copy ( $file , $newfile )) { echo "failed to copy $file ...\n" ... ; } ?> 参考 move_uploaded_file() - アップロードされたファイルを新しい位置に移動す ...
https://man.plustar.jp/php/function.copy.html - [similar]
ファイルをパースする 3272
« mailparse_msg_get_structure mailparse_msg_parse » PHP Manual Mailparse 関数 ファイルをパースす ... る mailparse_msg_parse_file (PECL mailparse >= 0.9.0) mailparse_msg_parse_file ... — ファイルをパースする 説明 mailparse_msg_parse_file ( string $filename ): resource ファイルをパースしま ... ァイルをパースするための最良の方法です。 パラメータ filename メッセージを保持するファイルへのパス。 このファ ... れ、ストリームとしてパーサに流し込まれます。 注意 : filename が保持するメッセージは、 改行コード( CRLF ) で ...
https://man.plustar.jp/php/function.mailparse-msg-parse-file.html - [similar]
spl_autoload 用のデフォルトの拡張子を登録し、それを返す 3272
« spl_autoload_call spl_autoload_functions » PHP Manual SPL 関数 spl_autoload 用のデフォルトの拡 ... それを返す 説明 spl_autoload_extensions ( ? string $file_extensions = null ): string この関数は、 __autoloa ... 間にスペースを入れるべきではありません。 パラメータ file_extensions null を指定した場合、現在の拡張子一覧を ... 切り形式で返します。 変更履歴 バージョン 説明 8.0.0 file_extensions は、nullable になりました。 例 例1 spl_ ... autoload , 登録 , extensions , デフォルト , 関数 , file , カンマ , 変更 , string , 区切り ...
https://man.plustar.jp/php/function.spl-autoload-extensions.html - [similar]
__autoload() のデフォルト実装 3272
« spl_autoload_unregister spl_classes » PHP Manual SPL 関数 __autoload() のデフォルト実装 spl_au ... ト実装 説明 spl_autoload ( string $class , ? string $file_extensions = null ): void この関数は、 __autoload( ... インスタンスを作成するクラス名 (および名前空間名)。 file_extensions デフォルトでは、クラス名を小文字にして ... on をスローします。 変更履歴 バージョン 説明 8.0.0 file_extensions は、nullable になりました。 関連キーワー ... ド: autoload , 実装 , デフォルト , file , extensions , クラス , 関数 , string , パラメータ ...
https://man.plustar.jp/php/function.spl-autoload.html - [similar]
Returns the values most recently detected by Ev 3248
« EvStat EvStat::__construct » PHP Manual EvStat Returns the values most recently detected by Ev ... tr() Key Description 'dev' ID of device containing file 'ino' inode number 'mode' protection 'nlink' numbe ... id' group ID of owner 'rdev' device ID (if special file) 'blksize' blocksize for file system I/O 'blocks' ... mtime' ]); } else { fprintf ( STDERR , "`messages` file is not there!" ); $w -> stop (); } }); Ev :: run ( ...
https://man.plustar.jp/php/evstat.attr.html - [similar]
PHP スクリプトを、実行せずにコンパイルしてキャッシュする 3248
« OPcache 関数 opcache_get_configuration » PHP Manual OPcache 関数 PHP スクリプトを、実行せずにコ ... ンパイルしてキャッシュする opcache_compile_file (PHP 5 >= 5.5.5, PHP 7, PHP 8, PECL ZendOpcache > ... 7.0.2) opcache_compile_file — PHP スクリプトを、実行せずにコンパイルしてキャッ ... シュする 説明 opcache_compile_file ( string $filename ): bool この関数は、PHP スクリプ ... にそのキャッシュを使えるようになります。 パラメータ filename コンパイルしたい PHP スクリプトへのパス。 戻り ...
https://man.plustar.jp/php/function.opcache-compile-file.html - [similar]
バイナリ diff を適用して作成するファイルのサイズを読み込む 3248
« xdiff_file_rabdiff xdiff_string_bdiff » PHP Manual xdiff 関数 バイナリ diff を適用して作成する ... ァイルのサイズを読み込みます。 <?php $binary_patch = file_get_contents ( 'file.bdiff' ); $length = xdiff_str ... ing_bdiff_size ( $binary_patch ); echo "Resulting file will be $length bytes long" ; ?> 参考 xdiff_string ...
https://man.plustar.jp/php/function.xdiff-string-bdiff-size.html - [similar]
YAML 形式にした値をファイルに送る 3248
« Yaml 関数 yaml_emit » PHP Manual Yaml 関数 YAML 形式にした値をファイルに送る yaml_emit_file (P ... ECL yaml >= 0.5.0) yaml_emit_file — YAML 形式にした値をファイルに送る 説明 yaml_emit ... _file ( string $filename , mixed $data , int $encoding = ... null ): bool data で渡したデータを YAML 形式にして filename に書き込みます。 パラメータ filename ファイルへ ... ード: 形式 , した値 , ファイル , emit , callbacks , file , filename , data , 出力 , パラメータ ...
https://man.plustar.jp/php/function.yaml-emit-file.html - [similar]
ファイルから行を取り出し CSV フィールドとして処理する 3248
« SplFileObject::fgetc SplFileObject::fgets » PHP Manual SplFileObject ファイルから行を取り出し ... CSV フィールドとして処理する SplFileObject::fgetcsv (PHP 5 >= 5.1.0, PHP 7, PHP 8) SplF ... 取り出し CSV フィールドとして処理する 説明 public SplFileObject::fgetcsv ( string $separator = "," , string ... イト文字 1 文字のみ)。 デフォルトはカンマもしくは SplFileObject::setCsvControl() を使ってセットされた値です。 ... 文字のみ)。 デフォルトはダブルクォートもしくは SplFileObject::setCsvControl() を使ってセットされた値です。 ...
https://man.plustar.jp/php/splfileobject.fgetcsv.html - [similar]