検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 474 for use (0.004 sec.)
名前空間の使用法: エイリアス/インポート 9411
« namespace キーワードおよび __NAMESPACE__ 定数 グローバル空間 » PHP Manual 名前空間 名前空間の使 ... インポートをサポートしています。 エイリアス作成には use 演算子を使用します。 ここに、5 種類すべてのインポー ... ト方法の例を示します。 例1 use 演算子によるインポート/エイリアス <?php namespace ... foo ; use My \ Full \ Classname as Another ; // これは use M ... y\Full\NSname as NSname と同じです use My \ Full \ NSname ; // グローバルクラスをインポー ...
https://man.plustar.jp/php/language.namespaces.importing.html - [similar]
実行時設定 7802
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... NI_ALL seaslog.trace_warning 0 PHP_INI_ALL seaslog.use_buffer 0 PHP_INI_SYSTEM seaslog.buffer_size 0 PHP_ ... er_disabled_in_cli on, and running in cli, seaslog.use_buffer setting will be discarded, Seaslog write to ... 100. The buffer_size default 0, it's meaning don't use buffer. If buffer_size > 0,SeasLog will rewritten ... ault "default". seaslog.disting_by_hour int Switch use the logger with hour. 1-Y 0-N(Default) 注意 : seas ...
https://man.plustar.jp/php/seaslog.configuration.html - [similar]
libxmlエラーを無効にし、ユーザーが必要に応じてエラー情報を取得できるようにする 7543
« libxml_set_streams_context SimpleXML » PHP Manual libxml 関数 libxmlエラーを無効にし、ユーザー ... 必要に応じてエラー情報を取得できるようにする libxml_use_internal_errors (PHP 5 >= 5.1.0, PHP 7, PHP 8) lib ... xml_use_internal_errors — libxmlエラーを無効にし、ユーザー ... に応じてエラー情報を取得できるようにする 説明 libxml_use_internal_errors ( ? bool $use_errors = null ): boo ... l libxml_use_internal_errors() により、 標準のlibxmlエラーを無効 ...
https://man.plustar.jp/php/function.libxml-use-internal-errors.html - [similar]
Border Use 7503
« UI\Window::save UI\Window::setFullScreen » PHP Manual UI\Window Border Use UI\Window::setBorde ... rs (UI 0.9.9) UI\Window::setBorders — Border Use 説明 public UI\Window::setBorders ( bool $borders ... ) Shall enable or disable the use of borders on this Window パラメータ borders 関連キ ... ーワード: Use , Window , setBorders , borders , save , setFullSc ... reen , public , Shall , disable , use ...
https://man.plustar.jp/php/ui-window.setborders.html - [similar]
Margin Use 7503
« UI\Window::setFullScreen UI\Window::setSize » PHP Manual UI\Window Margin Use UI\Window::setMa ... rgin (UI 0.9.9) UI\Window::setMargin — Margin Use 説明 public UI\Window::setMargin ( bool $margin ) ... Shall enable or disable the use of margins for this Window パラメータ margin 関連キ ... ーワード: Margin , Use , Window , setMargin , setFullScreen , setSize , p ... ublic , Shall , disable , use ...
https://man.plustar.jp/php/ui-window.setmargin.html - [similar]
トレイト 7123
« オブジェクト インターフェイス 無名クラス » PHP Manual クラスとオブジェクト トレイト トレイト P ... ass ezcReflectionMethod extends ReflectionMethod { use ezcReflectionReturnInfo ; /* ... */ } class ezcRef ... lectionFunction extends ReflectionFunction { use ezcReflectionReturnInfo ; /* ... */ } ?> 優先順位 ... o 'World!' ; } } class MyHelloWorld extends Base { use SayWorld ; } $o = new MyHelloWorld (); $o -> sayHe ... o 'Hello World!' ; } } class TheWorldIsNotEnough { use HelloWorld ; public function sayHello () { echo 'H ...
https://man.plustar.jp/php/language.oop5.traits.html - [similar]
Use SpanScorer to highlight phrase terms 7123
« SolrQuery::setHighlightFragsize SolrQuery::setHighlightMaxAlternateFieldLength » PHP Manual So ... lrQuery Use SpanScorer to highlight phrase terms SolrQuery::se ... 0.9.2) SolrQuery::setHighlightHighlightMultiTerm — Use SpanScorer to highlight phrase terms 説明 public S ... hlightHighlightMultiTerm ( bool $flag ): SolrQuery Use SpanScorer to highlight phrase terms only when the ... in the document. パラメータ flag Whether or not to use SpanScorer to highlight phrase terms only when the ...
https://man.plustar.jp/php/solrquery.sethighlighthighlightmultiterm.html - [similar]
Specifies the type of algorithm to use when faceting a field 7034
« SolrQuery::setFacetLimit SolrQuery::setFacetMinCount » PHP Manual SolrQuery Specifies the type ... of algorithm to use when faceting a field SolrQuery::setFacetMethod (P ... etFacetMethod — Specifies the type of algorithm to use when faceting a field 説明 public SolrQuery::setFa ... ? ): SolrQuery Specifies the type of algorithm to use when faceting a field. This method accepts optiona ... l field override. パラメータ method The method to use. field_override The name of the field. 戻り値 Retu ...
https://man.plustar.jp/php/solrquery.setfacetmethod.html - [similar]
結果セットの取得を開始する 6783
« mysqli::thread_safe mysqli::$warning_count » PHP Manual mysqli 結果セットの取得を開始する mysq ... li::use_result mysqli_use_result (PHP 5, PHP 7, PHP 8) mys ... qli::use_result -- mysqli_use_result — 結果セットの取得を開 ... 始する 説明 オブジェクト指向型 public mysqli::use_result (): mysqli_result | false 手続き型 mysqli_u ... ベース接続上の次のクエリは失敗します。 注意 : mysqli_use_result() は、データベースから結果セットの 全体を転 ...
https://man.plustar.jp/php/mysqli.use-result.html - [similar]
Sets a type map to use for BSON unserialization 6694
« MongoDB\Driver\CursorInterface::isDead MongoDB\Driver\CursorInterface::toArray » PHP Manual Mo ... ngoDB\Driver\CursorInterface Sets a type map to use for BSON unserialization MongoDB\Driver\CursorInte ... r\CursorInterface::setTypeMap — Sets a type map to use for BSON unserialization 説明 abstract public Mong ... typemap ): void Sets the type map configuration to use when unserializing the BSON results into PHP value ... B\Driver\Cursor::setTypeMap() - Sets a type map to use for BSON unserialization Persisting Data 関連キーワ ...
https://man.plustar.jp/php/mongodb-driver-cursorinterface.settypemap.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT