検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 859 for not (0.055 sec.)
Get column information from a result and return as an object 4326
« cubrid_fetch_assoc cubrid_fetch_lengths » PHP Manual CUBRID MySQL 互換関数 Get column informat ... the column max_length maximum length of the column not_null 1 if the column cannot be NULL primary_key 1 ... The numerical field offset. If the field offset is not specified, the next field (that was not yet retrie ... , $field -> max_length ); printf ( "%-30s %d\n" , "not null:" , $field -> not_null ); printf ( "%-30s %d\ ... e_code table: game default value: "" max length: 0 not null: 1 primary key: 1 unique key: 1 multiple key: ...
https://man.plustar.jp/php/function.cubrid-fetch-field.html - [similar]
Memory management 4326
« メモ MySQL Native Driver プラグインAPI » PHP Manual Mysqlnd Memory management Memory managemen ... QL are linked to PHP user variables. The following notes are intended as an introduction and summary to u ... d using the PHP memory management, the changes may not immediately become visible at the operating system ... ilable by PHP. Because the MySQL Client Library is not using PHP memory management functions, it does not ... ables impacts the memory consumption and is mostly noticeable when using buffered result sets. By default ...
https://man.plustar.jp/php/mysqlnd.memory.html - [similar]
与えられたクラスあるいはインターフェイスが実装しているインターフェイスを返す 4254
« SPL 関数 class_parents » PHP Manual SPL 関数 与えられたクラスあるいはインターフェイスが実装して ... plements ( 'bar' )); spl_autoload_register (); // 'not_loaded' クラスをロードするためにオートローディング ... を使用する print_r ( class_implements ( 'not_loaded' , true )); ?> 上の例の出力は、 たとえば以下 ... foo ) Array ( [foo] => foo ) Array ( [interface_of_not_loaded] => interface_of_not_loaded ) 参考 class_pa ... 関数 , autoload , 配列 , Array , parents , loaded , not ...
https://man.plustar.jp/php/function.class-implements.html - [similar]
Ping a server connection or reconnect if there is no connection 4254
« cubrid_num_fields cubrid_query » PHP Manual CUBRID MySQL 互換関数 Ping a server connection or ... rce $conn_identifier = ? ): bool Checks whether or not the connection to the server is working. パラメータ ... ection identifier. If the connection identifier is not specified, the last connection opened by cubrid_co ... ; } /* Make sure the connection is still alive, if not, try to reconnect */ if (! cubrid_ping ( $conn )) ... ); /* So the connection is still alive, let's run another query */ $sql2 = "select * from code" ; $result ...
https://man.plustar.jp/php/function.cubrid-ping.html - [similar]
言語タグフィルタがロケールにマッチするかどうかを調べる 4254
« Locale::composeLocale Locale::getAllVariants » PHP Manual Locale 言語タグフィルタがロケールにマ ... 'de-DEVA' , 'de-DE' , false )) ? "Matches" : "Does not match" ; echo '; ' ; echo ( locale_filter_matches ... -DE_1996' , 'de-DE' , false )) ? "Matches" : "Does not match" ; ?> 例2 オブジェクト指向の例 <?php echo ( ... 'de-DEVA' , 'de-DE' , false )) ? "Matches" : "Does not match" ; echo '; ' ; echo ( Locale :: filterMatche ... -DE-1996' , 'de-DE' , false )) ? "Matches" : "Does not match" ; ?> 上の例の出力は以下となります。 Does no ...
https://man.plustar.jp/php/locale.filtermatches.html - [similar]
Returns the state of the hl parameter 4215
« SolrQuery::getGroupTruncate SolrQuery::getHighlightAlternateField » PHP Manual SolrQuery Retur ... t (): bool Returns a boolean indicating whether or not to enable highlighted snippets to be generated in ... ん。 戻り値 Returns a boolean on success and null if not set. 関連キーワード: Returns , hl , parameter , th ... e , SolrQuery , of , getHighlight , パラメータ , not , boolean ...
https://man.plustar.jp/php/solrquery.gethighlight.html - [similar]
The SolrQuery class 4182
« SolrModifiableParams::__destruct SolrQuery::addExpandFilterQuery » PHP Manual Solr The SolrQue ... pandRows ( int $value ): SolrQuery public setExplainOther ( string $query ): SolrQuery public setFacet ( ... to facet.date SolrQuery::addFacetDateOther — Adds another facet.date.other parameter SolrQuery::addFacetF ... ield — Adds another field to the facet SolrQuery::addFacetQuery — A ... etHighlightHighlightMultiTerm — Returns whether or not to enable highlighting for range/wildcard/fuzzy/pr ...
https://man.plustar.jp/php/class.solrquery.html - [similar]
Move the result set cursor to the specified field offset 4182
« cubrid_field_name cubrid_field_table » PHP Manual CUBRID MySQL 互換関数 Move the result set cu ... The field_offset starts at 0. If field_offset does not exist, an error of level E_WARNING is also issued. ... , $field -> max_length ); printf ( "%-30s %d\n" , "not null:" , $field -> not_null ); printf ( "%-30s %d\ ... e_code table: game default value: "" max length: 0 not null: 1 unique key: 1 multiple key: 0 numeric: 1 t ... , result , string , cursor , specified , success , not , CUBRID , key ...
https://man.plustar.jp/php/function.cubrid-field-seek.html - [similar]
Calculate input and output scaling parameters for future use based on training d... 4182
« fann_set_sarprop_weight_decay_shift fann_set_train_error_function » PHP Manual Fann 関数 Calcu ... e desired lower bound in input data after scaling (not strictly followed) new_input_max The desired upper ... bound in input data after scaling (not strictly followed) new_output_min The desired lowe ... r bound in output data after scaling (not strictly followed) new_output_max The desired uppe ... r bound in output data after scaling (not strictly followed) 戻り値 成功した場合に true 、そ ...
https://man.plustar.jp/php/function.fann-set-scaling-params.html - [similar]
変数が配列かどうかを検査する 4182
« intval is_bool » PHP Manual 変数操作 関数 変数が配列かどうかを検査する is_array (PHP 4, PHP 5, ... 'an array' ); echo is_array ( $yes ) ? 'Array' : 'not an Array' ; echo "\n" ; $no = 'this is a string' ; ... echo is_array ( $no ) ? 'Array' : 'not an Array' ; ?> 上の例の出力は以下となります。 Arra ... y not an Array 参考 is_float() - 変数の型が float かどう ... 配列 , array , Array , float , string , int , 参考 , not ...
https://man.plustar.jp/php/function.is-array.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT