検索

phrase: max: clip:
target: order:
Results of 261 - 270 of about 365 for [SIMILAR] 16 1024 4096 WITH 15192 ーid WITH 1403... (0.345 sec.)
はじめに 0
« ダイレクト IO インストール/設定 » PHP Manual ダイレクト IO はじめに はじめに PHP は、POSIX 標準(第 6 章)に記述されたダイレクト IO 関数をサポートします。 これらは、C 言語のストリーム I/O 関数 ( fopen() , fread() ,..) よりも低レベルの I/O 関数の実装です。 DIO 関数の使用は、あるデバイスを ...
https://man.plustar.jp/php/intro.dio.html - [similar]
はじめに 0
« Sync インストール/設定 » PHP Manual Sync はじめに はじめに The 'sync' extension introduces cross-platform synchonization objects into PHP. Named and unnamed Mutex, Semaphore, Event, Reader-Writer, and named Shared Memory objects provide OS-level synchronization on both POSIX (e.g. Linu ...
https://man.plustar.jp/php/intro.sync.html - [similar]
Installation 0
« はじめに Philosophy » PHP Manual parallel Installation Installation 要件 parallel requires a build of PHP with ZTS (Zend Thread Safety) enabled ( --enable-zts , or on non-Windows systems prior to PHP 8.0.0, --enable-maintainer-zts ) 警告 Zend Thread Safety cannot be enabled post build; ...
https://man.plustar.jp/php/parallel.setup.html - [similar]
Parle pattern matching 0
« 定義済み定数 Character representations » PHP Manual Parle Parle pattern matching Parle pattern matching 目次 Character representations Character classes Unicode character classes Alternation and repetition Anchors Grouping Parle supports regex matching similar to flex. Also supported a ...
https://man.plustar.jp/php/parle.pattern.matching.html - [similar]
EvCheck クラス 0
« Ev::verify EvCheck::__construct » PHP Manual Ev EvCheck クラス EvCheck クラス (PECL ev >= 0.2.0) はじめに EvPrepare ウォッチャーと EvCheck ウォッチャーは、 通常はペアで使います。 EvPrepare ウォッチャーはプロセスをブロックする前に起動し、 EvCheck はブロックした後に起動します。 EvLoop::r ...
https://man.plustar.jp/php/class.evcheck.html - [similar]
EvPrepare クラス 0
« EvPeriodic::set EvPrepare::__construct » PHP Manual Ev EvPrepare クラス EvPrepare クラス (PECL ev >= 0.2.0) はじめに EvPrepare ウォッチャーと EvCheck ウォッチャーは、 通常はペアで使います。 EvPrepare ウォッチャーはプロセスをブロックする前に起動し、 EvCheck はブロックした後に起動します。 ...
https://man.plustar.jp/php/class.evprepare.html - [similar]
ふたつの DateTime オブジェクトの差を返す 0
« DateTimeInterface DateTime::format » PHP Manual DateTimeInterface ふたつの DateTime オブジェクトの差を返す DateTime::diff DateTimeImmutable::diff DateTime::diff date_diff (PHP 5 >= 5.3.0, PHP 7, PHP 8) DateTime::diff -- DateTimeImmutable::diff -- DateTime::diff -- date_diff — ふたつの ...
https://man.plustar.jp/php/datetime.diff.html - [similar]
直近の接続から返された SQLSTATE を含む文字列を返す 0
« db2_commit db2_conn_errormsg » PHP Manual IBM DB2 関数 直近の接続から返された SQLSTATE を含む文字列を返す db2_conn_error (PECL ibm_db2 >= 1.0.0) db2_conn_error — 直近の接続から返された SQLSTATE を含む文字列を返す 説明 db2_conn_error ( resource $connection = ? ): string db2_conn_error() ...
https://man.plustar.jp/php/function.db2-conn-error.html - [similar]
シェルのメタ文字をエスケープする 0
« escapeshellarg exec » PHP Manual プログラム実行関数 シェルのメタ文字をエスケープする escapeshellcmd (PHP 4, PHP 5, PHP 7, PHP 8) escapeshellcmd — シェルのメタ文字をエスケープする 説明 escapeshellcmd ( string $command ): string escapeshellcmd() は、文字列中においてシェルコマンドを だまし ...
https://man.plustar.jp/php/function.escapeshellcmd.html - [similar]
ファイルポインタから 1 行取得する 0
« fgetcsv fgetss » PHP Manual ファイルシステム 関数 ファイルポインタから 1 行取得する fgets (PHP 4, PHP 5, PHP 7, PHP 8) fgets — ファイルポインタから 1 行取得する 説明 fgets ( resource $stream , ? int $length = null ): string | false ファイルポインタから 1 行取得します。 パラメータ strea ...
https://man.plustar.jp/php/function.fgets.html - [similar]