検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 801 for [SIMILAR] 16 1024 4096 WITH 17592 ルポ WITH 1003... (0.789 sec.)
インターネットドメインまたは Unix ドメインのソケット接続を開く 0
« stream_socket_accept stream_socket_enable_crypto » PHP Manual ストリーム 関数 インターネットドメインまたは Unix ドメインのソケット接続を開く stream_socket_client (PHP 5, PHP 7, PHP 8) stream_socket_client — インターネットドメインまたは Unix ドメインのソケット接続を開く 説明 stream_sock ...
https://man.plustar.jp/php/function.stream-socket-client.html - [similar]
リソース型 0
« 実行時設定 定義済み定数 » PHP Manual インストール/設定 リソース型 リソース型 この拡張モジュールでは、ファイルポインタリソースを定義しています。これは gzopen() が返すものです。 PHP 8.0.0 より前のバージョンでは、 zlib.deflate と zlib.inflate リソースも定義されていました。 関連キーワード: ...
https://man.plustar.jp/php/zlib.resources.html - [similar]
出力をファイルにフラッシュする 0
« feof fgetc » PHP Manual ファイルシステム 関数 出力をファイルにフラッシュする fflush (PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8) fflush — 出力をファイルにフラッシュする 説明 fflush ( resource $stream ): bool この関数は、バッファリングされた全ての出力をファイルハンドル stream が指すリソースに強 ...
https://man.plustar.jp/php/function.fflush.html - [similar]
コマンドを実行し、入出力用にファイルポインタを開く 0
« proc_nice proc_terminate » PHP Manual プログラム実行関数 コマンドを実行し、入出力用にファイルポインタを開く proc_open (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) proc_open — コマンドを実行し、入出力用にファイルポインタを開く 説明 proc_open ( array | string $command , array $descriptor_spec , ...
https://man.plustar.jp/php/function.proc-open.html - [similar]
データをファイルに同期する(メタデータも含む) 0
« fstat ftell » PHP Manual ファイルシステム 関数 データをファイルに同期する(メタデータも含む) fsync (PHP 8 >= 8.1.0) fsync — データをファイルに同期する(メタデータも含む) 説明 fsync ( resource $stream ): bool この関数は、 変更をメタデータも含めてファイルに同期します。 fflush() に似ています ...
https://man.plustar.jp/php/function.fsync.html - [similar]
ファイルの現在の行を取得する 0
« SplFileObject::__construct SplFileObject::eof » PHP Manual SplFileObject ファイルの現在の行を取得する SplFileObject::current (PHP 5 >= 5.1.0, PHP 7, PHP 8) SplFileObject::current — ファイルの現在の行を取得する 説明 public SplFileObject::current (): string | array | false ファイルの現在 ...
https://man.plustar.jp/php/splfileobject.current.html - [similar]
バイナリセーフなファイル書き込み処理 0
« ftruncate glob » PHP Manual ファイルシステム 関数 バイナリセーフなファイル書き込み処理 fwrite (PHP 4, PHP 5, PHP 7, PHP 8) fwrite — バイナリセーフなファイル書き込み処理 説明 fwrite ( resource $stream , string $data , ? int $length = null ): int | false fwrite() は data の内容を stream ...
https://man.plustar.jp/php/function.fwrite.html - [similar]
データをファイルに同期する(但しメタデータは除く) 0
« fclose feof » PHP Manual ファイルシステム 関数 データをファイルに同期する(但しメタデータは除く) fdatasync (PHP 8 >= 8.1.0) fdatasync — データをファイルに同期する(但しメタデータは除く) 説明 fdatasync ( resource $stream ): bool この関数は、 stream の内容をストレージに同期します。 fsync() ...
https://man.plustar.jp/php/function.fdatasync.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]
フォーマットに基づきファイルからの入力を処理する 0
« fread fseek » PHP Manual ファイルシステム 関数 フォーマットに基づきファイルからの入力を処理する fscanf (PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8) fscanf — フォーマットに基づきファイルからの入力を処理する 説明 fscanf ( resource $stream , string $format , mixed &...$vars ): array | int | fals ...
https://man.plustar.jp/php/function.fscanf.html - [similar]