検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 667 for ALL (0.029 sec.)
実行時設定 3983
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... 更可能 変更履歴 mbstring.language "neutral" PHP_INI_ALL mbstring.detect_order NULL PHP_INI_ALL mbstring.ht ... tp_input "pass" PHP_INI_ALL 非推奨になりました。 mbstring.http_output "pass" P ... HP_INI_ALL 非推奨になりました。 mbstring.internal_encoding NU ... LL PHP_INI_ALL 非推奨になりました。 mbstring.substitute_character ...
https://man.plustar.jp/php/mbstring.configuration.html - [similar]
実行時設定 3983
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... オプション 名前 デフォルト 変更可能 変更履歴 mysqli.allow_local_infile "0" PHP_INI_SYSTEM PHP 7.2.16, 7.3. ... P_INI_SYSTEM PHP 8.1.0 以降で利用可能です。 mysqli.allow_persistent "1" PHP_INI_SYSTEM mysqli.max_persist ... PHP_INI_SYSTEM mysqli.default_port "3306" PHP_INI_ALL mysqli.default_socket NULL PHP_INI_ALL mysqli.defa ... ult_host NULL PHP_INI_ALL mysqli.default_user NULL PHP_INI_ALL mysqli.defaul ...
https://man.plustar.jp/php/mysqli.configuration.html - [similar]
実行時設定 3983
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... デフォルト 変更可能 変更履歴 cli.pager "" PHP_INI_ALL cli.prompt "\\b \\> " PHP_INI_ALL 以下に設定ディレ ... ライン のプロンプト。 関連キーワード: 設定 , 実行 , ALL , インストール , string , prompt , 変更 , pager , ...
https://man.plustar.jp/php/readline.configuration.html - [similar]
The Yar_Concurrent_Client class 3955
« Yar_Client::setOpt Yar_Concurrent_Client::call » PHP Manual Yar The Yar_Concurrent_Client clas ... ar_Concurrent_Client { /* プロパティ */ static $ _callstack ; static $ _callback ; static $ _error_callba ... ck ; /* メソッド */ public static call ( string $uri , string $method , array $parameters ... = ? , callable $callback = ? , callable $error_callback = ? , ... array $options = ? ): int public static loop ( callable $callback = ? , callable $error_callback = ? ) ...
https://man.plustar.jp/php/class.yar-concurrent-client.html - [similar]
基本的な SimpleXML の使用法 3955
« 例 XML エラーの対応 » PHP Manual 例 基本的な SimpleXML の使用法 基本的な SimpleXML の使用法 こ ... ogramming language. Or is it a scripting language? All is revealed in this thrilling horror spoof of a do ... cumentary. </plot> <great-lines> <line>PHP solves all my web problems</line> </great-lines> <rating type ... ogramming language. Or is it a scripting language? All is revealed in this thrilling horror spoof of a do ... ine ; ?> 上の例の出力は以下となります。 PHP solves all my web problems 例4 SimpleXML でユニークでない要素 ...
https://man.plustar.jp/php/simplexml.examples-basic.html - [similar]
実行時設定 3926
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... ーム設定オプション 名前 デフォルト 変更可能 変更履歴 allow_url_fopen "1" PHP_INI_SYSTEM allow_url_include " ... 以降は非推奨になりました。 user_agent NULL PHP_INI_ALL default_socket_timeout "60" PHP_INI_ALL from "" PH ... P_INI_ALL auto_detect_line_endings "0" PHP_INI_ALL PHP 8.1.0 ... に設定ディレクティブに関する 簡単な説明を示します。 allow_url_fopen bool このオプションにより、URL対応のfo ...
https://man.plustar.jp/php/filesystem.configuration.html - [similar]
出力する PHP エラーの種類を設定する 3926
« error_log restore_error_handler » PHP Manual エラー処理関数 出力する PHP エラーの種類を設定する ... E 以外の全てのエラーを表示する error_reporting ( E_ALL & ~ E_NOTICE ); // 全ての PHP エラーを表示する err ... or_reporting ( E_ALL ); // 全ての PHP エラーを表示する error_reporting ... (- 1 ); // error_reporting(E_ALL); と同じ ini_set ( 'error_reporting' , E_ALL ); ?> ... たとしてもすべてのエラーを表示するようになります。 E_ALL 定数も、これと同じ挙動になります。 参考 display_er ...
https://man.plustar.jp/php/function.error-reporting.html - [similar]
Returns an array containing all results for this cursor 3926
« MongoDB\Driver\Cursor::setTypeMap MongoDB\Driver\Cursor::valid » PHP Manual MongoDB\Driver\Cur ... sor Returns an array containing all results for this cursor MongoDB\Driver\Cursor::toA ... iver\Cursor::toArray — Returns an array containing all results for this cursor 説明 final public MongoDB\ ... タはありません。 戻り値 Returns an array containing all results for this cursor. エラー / 例外 引数のパース ...
https://man.plustar.jp/php/mongodb-driver-cursor.toarray.html - [similar]
The SolrQuery class 3897
« SolrModifiableParams::__destruct SolrQuery::addExpandFilterQuery » PHP Manual Solr The SolrQue ... public getTermsUpperBound (): string public getTimeAllowed (): int public removeExpandFilterQuery ( strin ... nd ( string $upperBound ): SolrQuery public setTimeAllowed ( int $timeAllowed ): SolrQuery public __destr ... sed to group results SolrQuery::addGroupFunction — Allows grouping results based on the unique values of ... (group.func parameter) SolrQuery::addGroupQuery — Allows grouping of documents that match the given quer ...
https://man.plustar.jp/php/class.solrquery.html - [similar]
Returns a set of the map's keys 3897
« Ds\Map::jsonSerialize Ds\Map::ksort » PHP Manual Map Returns a set of the map's keys Ds\Map::k ... c Ds\Map::keys (): Ds\Set Returns a set containing all the keys of the map, in the same order. パラメータ ... パラメータはありません。 戻り値 A Ds\Set containing all the keys of the map. 例 例1 Ds\Map::keys() example ... , Map , a , of , the , Set , string , containing , all ...
https://man.plustar.jp/php/ds-map.keys.html - [similar]