検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 1361 for [SIMILAR] 16 1024 4096 WITH 24012 reflectionprop... (0.878 sec.)
空の DOMDocumentType オブジェクトを作成する 0
« DOMImplementation::createDocument DOMImplementation::hasFeature » PHP Manual DOMImplementation 空の DOMDocumentType オブジェクトを作成する DOMImplementation::createDocumentType (PHP 5, PHP 7, PHP 8) DOMImplementation::createDocumentType — 空の DOMDocumentType オブジェクトを作成する 説明 ...
https://man.plustar.jp/php/domimplementation.createdocumenttype.html - [similar]
パターン構文 0
« Perl とは異なる点 はじめに » PHP Manual PCRE のパターン パターン構文 パターン構文 目次 はじめに デリミタ メタ文字 エスケープシーケンス Unicode 文字プロパティ アンカー ドット 文字クラス 選択肢 内部オプション設定 サブパターン 繰り返し 後方参照 言明 再試行無しのサブパターン 条件付きサブパ ...
https://man.plustar.jp/php/reference.pcre.pattern.syntax.html - [similar]
文字列から HTML を読み込む 0
« DOMDocument::load DOMDocument::loadHTMLFile » PHP Manual DOMDocument 文字列から HTML を読み込む DOMDocument::loadHTML (PHP 5, PHP 7, PHP 8) DOMDocument::loadHTML — 文字列から HTML を読み込む 説明 public DOMDocument::loadHTML ( string $source , int $options = 0 ): DOMDocument | bool この ...
https://man.plustar.jp/php/domdocument.loadhtml.html - [similar]
はじめに 0
« pthreads インストール/設定 » PHP Manual pthreads はじめに はじめに pthreads はオブジェクト指向の API で、PHP でマルチスレッド処理を行うのに必要なすべてのツールを提供します。 PHP アプリケーションで、Thread や Worker そして Threaded を作ったり読み書きしたり実行したりできるようになります。 ...
https://man.plustar.jp/php/intro.pthreads.html - [similar]
結果セットから次の行を取得する 0
« PDOStatement::execute PDOStatement::fetchAll » PHP Manual PDOStatement 結果セットから次の行を取得する PDOStatement::fetch (PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 0.1.0) PDOStatement::fetch — 結果セットから次の行を取得する 説明 public PDOStatement::fetch ( int $mode = PDO::FETCH_DEFA ...
https://man.plustar.jp/php/pdostatement.fetch.html - [similar]
変更履歴 0
« 共変性と反変性 名前空間 » PHP Manual クラスとオブジェクト 変更履歴 変更履歴 PHP の OOP モデルの変更履歴をここに記録します。 個々の機能の説明や注意点については、クラスとオブジェクトに関するドキュメントを参照ください。 バージョン 説明 8.1.0 追加: クラスの定数に対して、 final が指定できる ...
https://man.plustar.jp/php/language.oop5.changelog.html - [similar]
SqlStatement クラス 0
« Session::startTransaction SqlStatement::bind » PHP Manual Mysql_xdevapi SqlStatement クラス SqlStatement クラス (PECL mysql-xdevapi >= 8.0.11) はじめに クラス概要 class mysql_xdevapi\SqlStatement { /* Constants */ const int EXECUTE_ASYNC = 1 ; const int BUFFERED = 2 ; /* プロパティ */ ...
https://man.plustar.jp/php/class.mysql-xdevapi-sqlstatement.html - [similar]
MySQL Native Driverプラグイン のアーキテクチャ 0
« mysqlnd plugin APIを取得する mysqlnd のプラグインAPI » PHP Manual MySQL Native Driver プラグインAPI MySQL Native Driverプラグイン のアーキテクチャ MySQL Native Driverプラグイン のアーキテクチャ このセクションでは、 mysqlnd プラグイン のアーキテクチャについての概要を示します。 MySQL Nat ...
https://man.plustar.jp/php/mysqlnd.plugin.architecture.html - [similar]
定義済み定数 0
« リソース型 接続、および接続の管理 » PHP Manual PDO 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 PDO::PARAM_BOOL ( int ) ブールデータ型を表します。 PDO::PAR ...
https://man.plustar.jp/php/pdo.constants.html - [similar]
オブジェクト 0
« Iterable 列挙型 / Enum » PHP Manual 型 オブジェクト オブジェクト オブジェクトの初期化 オブジェクトを初期化するためには、 new 命令によりオブジェクトのインスタンスを変数に作成します。 <?php class foo { function do_foo () { echo "foo を実行します。" ; } } $bar = new foo ; $bar -> do_foo ( ...
https://man.plustar.jp/php/language.types.object.html - [similar]