検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 817 for Return (0.004 sec.)
4944
« 定義済み定数 GMP 関数 » PHP Manual GMP 例 例 例1 GMP を使用した階乗関数 <?php function fact ( ... $x ) { $return = 1 ; for ( $i = 2 ; $i <= $x ; $i ++) { $return = ... gmp_mul ( $return , $i ); } return $return ; } echo gmp_strval ( fac ...
https://man.plustar.jp/php/gmp.examples.html - [similar]
Specifies which fields to return in the result 4944
« SolrQuery::addFacetQuery SolrQuery::addFilterQuery » PHP Manual SolrQuery Specifies which fiel ... ds to return in the result SolrQuery::addField (PECL solr >= 0. ... 2) SolrQuery::addField — Specifies which fields to return in the result 説明 public SolrQuery::addField ( st ... thod is used to used to specify a set of fields to return, thereby restricting the amount of data returned i ... ame. パラメータ field The name of the field 戻り値 Returns the current SolrQuery object 関連キーワード: fiel ...
https://man.plustar.jp/php/solrquery.addfield.html - [similar]
Returns the minimum document frequency to return in order to be included 4944
« SolrQuery::getTermsMaxCount SolrQuery::getTermsPrefix » PHP Manual SolrQuery Returns the minim ... um document frequency to return in order to be included SolrQuery::getTermsMinCoun ... (PECL solr >= 0.9.2) SolrQuery::getTermsMinCount — Returns the minimum document frequency to return in order ... ed 説明 public SolrQuery::getTermsMinCount (): int Returns the minimum document frequency to return in order ... ラメータ この関数にはパラメータはありません。 戻り値 Returns an integer on success and null if not set. 関連キ ...
https://man.plustar.jp/php/solrquery.gettermsmincount.html - [similar]
Whether or not to return raw characters 4944
« SolrQuery::getTermsPrefix SolrQuery::getTermsSort » PHP Manual SolrQuery Whether or not to return ... urn raw characters SolrQuery::getTermsReturnRaw (PECL solr >= 0.9.2) SolrQuery::getTermsReturnR ... aw — Whether or not to return raw characters 説明 public SolrQuery::getTermsRetu ... rnRaw (): bool Returns a boolean indicating whether or not to return the ... ラメータ この関数にはパラメータはありません。 戻り値 Returns a boolean on success and null if not set. 関連キー ...
https://man.plustar.jp/php/solrquery.gettermsreturnraw.html - [similar]
Run a single task and return a result [deprecated] 4911
« GearmanClient::data GearmanClient::doBackground » PHP Manual GearmanClient Run a single task a ... nd return a result [deprecated] GearmanClient::do (PECL gear ... = 0.5.0) GearmanClient::do — Run a single task and return a result [deprecated] 説明 public GearmanClient::d ... task. 例 例1 Simple job submission with immediate return <?php # Client code echo "Starting\n" ; # Create o ... ; while( $gmworker -> work ()) { if ( $gmworker -> returnCode () != GEARMAN_SUCCESS ) { echo "return_code: " ...
https://man.plustar.jp/php/gearmanclient.do.html - [similar]
Run a single task and return a result 4911
« GearmanClient::doLowBackground GearmanClient::doStatus » PHP Manual GearmanClient Run a single ... task and return a result GearmanClient::doNormal (No version infor ... t) GearmanClient::doNormal — Run a single task and return a result 説明 public GearmanClient::doNormal ( str ... tring $unique = ? ): string Runs a single task and returns a string representation of the result. It is up t ... task. 例 例1 Simple job submission with immediate return <?php ?> <?php # Client code echo "Starting\n" ; # ...
https://man.plustar.jp/php/gearmanclient.donormal.html - [similar]
Uopz 関数 4852
« 定義済み定数 uopz_add_function » PHP Manual uopz Uopz 関数 Uopz 関数 目次 uopz_add_function — ... Gets value of class or instance property uopz_get_return — Gets a previous set return value for a function ... ue of existing class or instance property uopz_set_return — Provide a return value for an existing function ... t_mock — 以前に設定したモックを削除する uopz_unset_return — Unsets a previously set return value for a funct ... on 関連キーワード: uopz , function , 関数 , Uopz , return , previously , static , property , mock , 定数 ...
https://man.plustar.jp/php/ref.uopz.html - [similar]
CQL Execution 4818
« CommonMark\CQL::__construct CommonMark 関数 » PHP Manual CommonMark\CQL CQL Execution CommonMa ... rk\Node $entering ): ? bool Should handler fail to return (void), or return null , CQL will continue executi ... ng Should the handler return a truthy value, CQL will continue executing. Shoul ... d the handler return a falsy value, CQL will stop executing 関連キーワー ... ド: CQL , Execution , handler , return , Node , executing , Should , given , should , fal ...
https://man.plustar.jp/php/commonmark-cql.invoke.html - [similar]
PHP および DTrace の使用 4759
« PHP および DTrace への入門 PHP DTrace 静的プローブとともに SystemTap を使用 » PHP Manual DTrac ... file , char * compile_file_translated compile-file-return スクリプトのコンパイル終了時に発射されます。 char ... されます。 char * request_file , int lineno execute-return op コードの配列の実行後に発射されます。 char * req ... lineno , char * classname , char * scope function-return PHP エンジンが、PHP の関数またはメソッドの呼び出し ... ry 5 php15271 php dtrace_compile_file compile-file-return 6 php15271 php zend_error error 7 php15271 php ZEN ...
https://man.plustar.jp/php/features.dtrace.dtrace.html - [similar]
全ての結果エントリを得る 4759
« ldap_get_dn ldap_get_option » PHP Manual LDAP 関数 全ての結果エントリを得る ldap_get_entries ( ... せんが、配列インデックスとして使用する時は別です)。 return_value["count"] = 結果におけるエントリの数 return_v ... alue[0] : 最初のエントリの詳細情報を参照します return_value[i]["dn"] = 結果における i 番目のエントリ DN ... lue[i]["count"] = i 番目のエントリにおける属性の数 return_value[i][j] = 結果における i 番目のエントリにおける ... j 番目の属性名 return_value[i]["attribute"]["count"] = i 番目のエントリに ...
https://man.plustar.jp/php/function.ldap-get-entries.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT