検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 319 for [SIMILAR] 16 1024 4096 WITH 18434 命令 WITH 1144... (0.298 sec.)
XMLWriter クラス 0
« オブジェクト指向 API の使用 XMLWriter::endAttribute » PHP Manual XMLWriter XMLWriter クラス XMLWriter クラス (PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL xmlwriter >= 0.1.0) はじめに クラス概要 class XMLWriter { /* メソッド */ public endAttribute (): bool public endCdata (): bool public endComm ...
https://man.plustar.jp/php/class.xmlwriter.html - [similar]
新しい PI ノードを作成する 0
« DOMDocument::createEntityReference DOMDocument::createTextNode » PHP Manual DOMDocument 新しい PI ノードを作成する DOMDocument::createProcessingInstruction (PHP 5, PHP 7, PHP 8) DOMDocument::createProcessingInstruction — 新しい PI ノードを作成する 説明 public DOMDocument::createProcess ...
https://man.plustar.jp/php/domdocument.createprocessinginstruction.html - [similar]
UI 0
« GUI用の拡張モジュール はじめに » PHP Manual GUI用の拡張モジュール UI UI はじめに インストール/設定 要件 インストール手順 UI\Point — Represents a position (x,y) UI\Point::at — Size Coercion UI\Point::__construct — Construct a new Point UI\Point::getX — Retrieves X UI\Point::getY — Retri ...
https://man.plustar.jp/php/book.ui.html - [similar]
SessionHandlerInterface クラス 0
« SessionHandler::write SessionHandlerInterface::close » PHP Manual Sessions SessionHandlerInterface クラス SessionHandlerInterface クラス (PHP 5 >= 5.4.0, PHP 7, PHP 8) はじめに SessionHandlerInterface は カスタムセッションハンドラを作成する際の最低限のプロトタイプを定義したインターフェ ...
https://man.plustar.jp/php/class.sessionhandlerinterface.html - [similar]
実行時設定 0
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 DBA 設定オプション 名前 デフォルト 変更可能 変更履歴 dba.default_handler DBA_DEFAULT PHP_INI_ALL 以下に設定ディレクティブに関する 簡単な説明を示します。 dba.default_h ...
https://man.plustar.jp/php/dba.configuration.html - [similar]
HTML からの脱出 0
« PHP タグ 命令の分離 » PHP Manual 基本的な構文 HTML からの脱出 HTML からの脱出 PHP のパーサは、開始タグと終了タグに囲まれていない部分をすべて無視します。 そのおかげで、PHP のファイルにそれ以外のコンテンツを混在させることができるのです。 たとえば PHP を HTML ドキュメントに組み込んで、テン ...
https://man.plustar.jp/php/language.basic-syntax.phpmode.html - [similar]
Reset parser state 0
« Parle\RParser::push Parle\RParser::right » PHP Manual Parle\RParser Reset parser state Parle\RParser::reset (PECL parle >= 0.7.1) Parle\RParser::reset — Reset parser state 説明 public Parle\RParser::reset ( int $tokenId = ? ): void Reset parser state using the given token id. パラメータ ...
https://man.plustar.jp/php/parle-rparser.reset.html - [similar]
Process next parser rule 0
« Parle\RParser Parle\RParser::build » PHP Manual Parle\RParser Process next parser rule Parle\RParser::advance (PECL parle >= 0.7.0) Parle\RParser::advance — Process next parser rule 説明 public Parle\RParser::advance (): void Prosess next parser rule. パラメータ この関数にはパラメータは ...
https://man.plustar.jp/php/parle-rparser.advance.html - [similar]
出力バッファのステータスを取得する 0
« ob_get_level ob_gzhandler » PHP Manual 出力制御 関数 出力バッファのステータスを取得する ob_get_status (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) ob_get_status — 出力バッファのステータスを取得する 説明 ob_get_status ( bool $full_status = false ): array ob_get_status() は、トップレベルの出力バ ...
https://man.plustar.jp/php/function.ob-get-status.html - [similar]
カスタムセッションハンドラ 0
« セッションIDの受渡し セッションのアップロード状況 » PHP Manual 例 カスタムセッションハンドラ カスタムセッションハンドラ セッション情報をデータベースに保存する機能か他の保存法を実装するには、 一連のユーザーレベルの保存関数を作成し、 session_set_save_handler() を使用する必要があります。 ...
https://man.plustar.jp/php/session.customhandler.html - [similar]