検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 544 for [SIMILAR] 16 1024 4096 WITH 25029 ーサ WITH 1170... (0.513 sec.)
データベースを持続的にオープンする 0
« dba_optimize dba_replace » PHP Manual DBA 関数 データベースを持続的にオープンする dba_popen (PHP 4, PHP 5, PHP 7, PHP 8) dba_popen — データベースを持続的にオープンする 説明 dba_popen ( string $path , string $mode , string $handler = ? , mixed ...$args ): resource | false dba_popen() は ...
https://man.plustar.jp/php/function.dba-popen.html - [similar]
実行時設定 0
« インストール手順 Igbinary 関数 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 Igbinary 設定オプション 名前 デフォルト 変更可能 変更履歴 igbinary.compact_strings 1 PHP_INI_ALL Igbinary の振る舞いに影響する、セッションの設定オプション 名前 デフ ...
https://man.plustar.jp/php/igbinary.configuration.html - [similar]
新しい DOMDocument オブジェクトを作成する 0
« DOMDocument DOMDocument::createAttribute » PHP Manual DOMDocument 新しい DOMDocument オブジェクトを作成する DOMDocument::__construct (PHP 5, PHP 7, PHP 8) DOMDocument::__construct — 新しい DOMDocument オブジェクトを作成する 説明 public DOMDocument::__construct ( string $version = "1.0" ...
https://man.plustar.jp/php/domdocument.construct.html - [similar]
Constructing signal events 0
« Event callbacks Event » PHP Manual Event Constructing signal events Constructing signal events Event can also watch for POSIX-style signals. To construct a handler for a signal, use Event::__construct() constructor with Event::SIGNAL flag, or Event::signal() factory method. 例1 Handlin ...
https://man.plustar.jp/php/event.constructing.signal.events.html - [similar]
基本的な使用法 0
« 例 PCNTL 関数 » PHP Manual 例 基本的な使用法 基本的な使用法 この例は、シグナルハンドラを有するデーモンプロセスをフォークします。 例1 プロセス制御の例 <?php declare( ticks = 1 ); $pid = pcntl_fork (); if ( $pid == - 1 ) { die( "fork できません" ); } else if ( $pid ) { exit(); // 親プロセ ...
https://man.plustar.jp/php/pcntl.example.html - [similar]
Firebird/InterBase 関数 0
« 定義済み定数 fbird_add_user » PHP Manual Firebird/InterBase Firebird/InterBase 関数 Firebird/InterBase 関数 目次 fbird_add_user — のエイリアス ibase_add_user fbird_affected_rows — のエイリアス ibase_affected_rows fbird_backup — のエイリアス ibase_backup fbird_blob_add — のエイリアス ib ...
https://man.plustar.jp/php/ref.ibase.html - [similar]
Readline 関数 0
« 定義済み定数 readline_add_history » PHP Manual Readline Readline 関数 Readline 関数 目次 readline_add_history — ヒストリに 1 行追加する readline_callback_handler_install — readline コールバックインターフェイスと端末を初期化し、 プロンプトを表示して結果をすぐに返す readline_callback_han ...
https://man.plustar.jp/php/ref.readline.html - [similar]
文字列で要素の内容を返す 0
« SimpleXMLElement::saveXML SimpleXMLElement::xpath » PHP Manual SimpleXMLElement 文字列で要素の内容を返す SimpleXMLElement::__toString (PHP 5 >= 5.3.0, PHP 7, PHP 8) SimpleXMLElement::__toString — 文字列で要素の内容を返す 説明 public SimpleXMLElement::__toString (): string この要素に直接 ...
https://man.plustar.jp/php/simplexmlelement.tostring.html - [similar]
定義済み定数 0
« リソース型 XML-RPC 関数 » PHP Manual XML-RPC 定義済み定数 定義済み定数 定数は定義されていません。 関連キーワード: 定義 , 定数 , リソース , 関数 , ...
https://man.plustar.jp/php/xmlrpc.constants.html - [similar]
id に対応する要素を検索する 0
« DOMDocument::createTextNode DOMDocument::getElementsByTagName » PHP Manual DOMDocument id に対応する要素を検索する DOMDocument::getElementById (PHP 5, PHP 7, PHP 8) DOMDocument::getElementById — id に対応する要素を検索する 説明 public DOMDocument::getElementById ( string $elementId ): ...
https://man.plustar.jp/php/domdocument.getelementbyid.html - [similar]