検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 444 for [SIMILAR] 16 1024 4096 WITH 14956 splfileobject ... (0.373 sec.)
下位互換性のない変更点 0
« 新しいグローバル定数 PHP 7.4.x で推奨されなくなる機能 » PHP Manual PHP 7.3.x から PHP 7.4.x への移行 下位互換性のない変更点 下位互換性のない変更点 PHP コア 配列でない値を配列スタイルでアクセスした場合 null , bool , int , float または resource 型を ( $null["key"] のように) 配列としてアク ...
https://man.plustar.jp/php/migration74.incompatible.html - [similar]
汎用のファイルロックを行う 0
« filetype fnmatch » PHP Manual ファイルシステム 関数 汎用のファイルロックを行う flock (PHP 4, PHP 5, PHP 7, PHP 8) flock — 汎用のファイルロックを行う 説明 flock ( resource $stream , int $operation , int &$would_block = null ): bool flock() を使うと、(ほとんどの Unix、そして Windows さえ ...
https://man.plustar.jp/php/function.flock.html - [similar]
バイナリセーフなファイルの読み込み 0
« fputs fscanf » PHP Manual ファイルシステム 関数 バイナリセーフなファイルの読み込み fread (PHP 4, PHP 5, PHP 7, PHP 8) fread — バイナリセーフなファイルの読み込み 説明 fread ( resource $stream , int $length ): string | false fread() は、 stream が指すファイルポインタから最高 length バイト ...
https://man.plustar.jp/php/function.fread.html - [similar]
ストリームにフィルタを付加する 0
« stream_copy_to_stream stream_filter_prepend » PHP Manual ストリーム 関数 ストリームにフィルタを付加する stream_filter_append (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) stream_filter_append — ストリームにフィルタを付加する 説明 stream_filter_append ( resource $stream , string $filtername , i ...
https://man.plustar.jp/php/function.stream-filter-append.html - [similar]
実行時設定 0
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 PHP オプション/情報設定オプション 名前 デフォルト 変更可能 変更履歴 assert.active "1" PHP_INI_ALL assert.bail "0" PHP_INI_ALL assert.warning "1" PHP_INI_ALL assert.ca ...
https://man.plustar.jp/php/info.configuration.html - [similar]
バイナリセーフな gz ファイル書き込み 0
« gzuncompress inflate_add » PHP Manual Zlib 関数 バイナリセーフな gz ファイル書き込み gzwrite (PHP 4, PHP 5, PHP 7, PHP 8) gzwrite — バイナリセーフな gz ファイル書き込み 説明 gzwrite ( resource $stream , string $data , ? int $length = null ): int | false gzwrite() は data の内容を与えら ...
https://man.plustar.jp/php/function.gzwrite.html - [similar]
SplFileInfo クラス 0
« ファイル操作 SplFileInfo::__construct » PHP Manual ファイル操作 SplFileInfo クラス SplFileInfo クラス (PHP 5 >= 5.1.2, PHP 7, PHP 8) はじめに SplFileInfo クラスは、各ファイルの情報を取得するための上位レベルのオブジェクト指向インターフェイスです。 クラス概要 class SplFileInfo implements ...
https://man.plustar.jp/php/class.splfileinfo.html - [similar]
バイナリ対応の bzip2 ファイルへの書き込み 0
« bzread LZF » PHP Manual Bzip2 関数 バイナリ対応の bzip2 ファイルへの書き込み bzwrite (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) bzwrite — バイナリ対応の bzip2 ファイルへの書き込み 説明 bzwrite ( resource $bz , string $data , ? int $length = null ): int | false bzwrite() は、文字列を与えられ ...
https://man.plustar.jp/php/function.bzwrite.html - [similar]
オプションで丸め長さを指定してデータを書き込む 0
« dio_truncate ディレクトリ » PHP Manual ダイレクト IO 関数 オプションで丸め長さを指定してデータを書き込む dio_write (PHP 4 >= 4.2.0, PHP 5 < 5.1.0) dio_write — オプションで丸め長さを指定してデータを書き込む 説明 dio_write ( resource $fd , string $data , int $len = 0 ): int dio_write() は ...
https://man.plustar.jp/php/function.dio-write.html - [similar]
サンプル 0
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Example#0 - 初歩的な例 Example#1 - 初めての PHP スクリプト: hello.php Example#2 - PHP からシステムに関する情報を取得する Example#3 - 変数を出力する (配列要素) Example#4 - 制御構造 および 関数の使 ...
https://man.plustar.jp/php/indexes.examples.html - [similar]