検索

phrase: max: clip:
target: order:
Results of 291 - 300 of about 1435 for [SIMILAR] 16 1024 4096 WITH 132252 mysqlnd WITH ... (2.781 sec.)
The XMLDiff\DOM class 0
« XMLDiff\Base::merge XMLDiff\DOM::diff » PHP Manual XMLDiff The XMLDiff\DOM class The XMLDiff\DOM class (PECL xmldiff >= 0.8.0) はじめに クラス概要 class XMLDiff\DOM extends XMLDiff\Base { /* メソッド */ public diff ( DOMDocument $from , DOMDocument $to ): DOMDocument public merge ( DOM ...
https://man.plustar.jp/php/class.xmldiff-dom.html - [similar]
The XMLDiff\File class 0
« XMLDiff\Memory::merge XMLDiff\File::diff » PHP Manual XMLDiff The XMLDiff\File class The XMLDiff\File class (PECL xmldiff >= 0.8.0) はじめに クラス概要 class XMLDiff\File extends XMLDiff\Base { /* メソッド */ public diff ( string $from , string $to ): string public merge ( string $src ...
https://man.plustar.jp/php/class.xmldiff-file.html - [similar]
The XMLDiff\Memory class 0
« XMLDiff\DOM::merge XMLDiff\Memory::diff » PHP Manual XMLDiff The XMLDiff\Memory class The XMLDiff\Memory class (PECL xmldiff >= 0.8.0) はじめに クラス概要 class XMLDiff\Memory extends XMLDiff\Base { /* メソッド */ public diff ( string $from , string $to ): string public merge ( string ...
https://man.plustar.jp/php/class.xmldiff-memory.html - [similar]
列挙型(Enum) 0
« FAQ: 名前空間について知っておくべきこと 列挙型の概要 » PHP Manual 言語リファレンス 列挙型(Enum) 列挙型(Enum) 目次 列挙型の概要 列挙型の基礎 値に依存した列挙型(Backed Enum) 列挙型とメソッド 列挙型と static メソッド 列挙型と定数 トレイト 定数式における列挙型の値 オブジェクトとの違い 値の ...
https://man.plustar.jp/php/language.enumerations.html - [similar]
SplFileObject::fgets のエイリアス 0
« SplFileObject::setMaxLineLen SplFileObject::valid » PHP Manual SplFileObject SplFileObject::fgets のエイリアス SplFileObject::__toString (PHP 5 >= 5.1.0, PHP 7, PHP 8) SplFileObject::__toString — SplFileObject::fgets() のエイリアス 説明 このメソッドは次のメソッドのエイリアスです。 SplF ...
https://man.plustar.jp/php/splfileobject.tostring.html - [similar]
ファイルあるいはディレクトリの名前を変える 0
« streamWrapper::mkdir streamWrapper::rmdir » PHP Manual streamWrapper ファイルあるいはディレクトリの名前を変える streamWrapper::rename (PHP 5, PHP 7, PHP 8) streamWrapper::rename — ファイルあるいはディレクトリの名前を変える 説明 public streamWrapper::rename ( string $path_from , string ...
https://man.plustar.jp/php/streamwrapper.rename.html - [similar]
待つかフォークした子プロセスのステータスを返す 0
« pcntl_wait pcntl_wexitstatus » PHP Manual PCNTL 関数 待つかフォークした子プロセスのステータスを返す pcntl_waitpid (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) pcntl_waitpid — 待つかフォークした子プロセスのステータスを返す 説明 pcntl_waitpid ( int $process_id , int &$status , int $flags = 0 , ...
https://man.plustar.jp/php/function.pcntl-waitpid.html - [similar]
テーブルに配列を挿入する 0
« pg_host pg_last_error » PHP Manual PostgreSQL 関数 テーブルに配列を挿入する pg_insert (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) pg_insert — テーブルに配列を挿入する 説明 pg_insert ( PgSql\Connection $connection , string $table_name , array $values , int $flags = PGSQL_DML_EXEC ): PgSql\Res ...
https://man.plustar.jp/php/function.pg-insert.html - [similar]
配列からテーブルに挿入する 0
« pg_convert pg_copy_to » PHP Manual PostgreSQL 関数 配列からテーブルに挿入する pg_copy_from (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_copy_from — 配列からテーブルに挿入する 説明 pg_copy_from ( PgSql\Connection $connection , string $table_name , array $rows , string $separator = "\t" , st ...
https://man.plustar.jp/php/function.pg-copy-from.html - [similar]
オブジェクトとの違い 0
« 定数式における列挙型の値 値のリスト » PHP Manual 列挙型(Enum) オブジェクトとの違い オブジェクトとの違い 列挙型はクラスやオブジェクトの上に構築されていますが、 オブジェクトに関連する機能を全てサポートしているわけではありません。 特に、列挙型では状態を持つことが禁止されています。 コンスト ...
https://man.plustar.jp/php/language.enumerations.object-differences.html - [similar]