検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 1568 for NAME (0.049 sec.)
Return the name of the specified field index 4668
« cubrid_field_len cubrid_field_seek » PHP Manual CUBRID MySQL 互換関数 Return the name of the s ... pecified field index cubrid_field_name (PECL CUBRID >= 8.3.0) cubrid_field_name — Return ... the name of the specified field index 説明 cubrid_field_nam ... $field_offset ): string This function returns the name of the specified field index on success or it retu ... an error of level E_WARNING is also issued. 戻り値 Name of specified field index, on success. false on fai ...
https://man.plustar.jp/php/function.cubrid-field-name.html - [similar]
三文字の国コードを取得する 4668
« geoip_country_code_by_name geoip_country_name_by_name » PHP Manual GeoIP 関数 三文字の国コード ... を取得する geoip_country_code3_by_name (PECL geoip >= 0.2.0) geoip_country_code3_by_name ... 文字の国コードを取得する 説明 geoip_country_code3_by_name ( string $hostname ): string geoip_country_code3_b ... y_name() 関数は、 ホスト名あるいは IP アドレスに対応する三 ... 文字の国コードを返します。 パラメータ hostname 場所を探す対象となるホスト名あるいは IP アドレス。 ...
https://man.plustar.jp/php/function.geoip-country-code3-by-name.html - [similar]
Returns the name of the opened algorithm 4668
« mcrypt_decrypt mcrypt_enc_get_block_size » PHP Manual Mcrypt 関数 Returns the name of the open ... ed algorithm mcrypt_enc_get_algorithms_name (PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0, PECL mcrypt ... >= 1.0.0) mcrypt_enc_get_algorithms_name — Returns the name of the opened algorithm 警告 こ ... とを強く推奨します。 説明 mcrypt_enc_get_algorithms_name ( resource $td ): string This function returns the ... name of the algorithm. パラメータ td The encryption des ...
https://man.plustar.jp/php/function.mcrypt-enc-get-algorithms-name.html - [similar]
国コードと地域コードから地域名を返す 4626
« geoip_region_by_name geoip_setup_custom_directory » PHP Manual GeoIP 関数 国コードと地域コード ... から地域名を返す geoip_region_name_by_code (PECL geoip >= 1.0.4) geoip_region_name_by ... コードと地域コードから地域名を返す 説明 geoip_region_name_by_code ( string $country_code , string $region_co ... de ): string geoip_region_name_by_code() 関数は、 国コードと地域コードの組み合わせ ... ntry_code 二文字の国コード ( geoip_country_code_by_name() を参照ください)。 region_code 二文字 (あるいは二 ...
https://man.plustar.jp/php/function.geoip-region-name-by-code.html - [similar]
Change a function's name 4606
« runkit7_function_remove runkit7_import » PHP Manual runkit7 関数 Change a function's name runk ... it7_function_rename (PECL runkit7 >= Unknown) runkit7_function_rename ... — Change a function's name 説明 runkit7_function_rename ( string $source_name ... , string $target_name ): bool 注意 : デフォルトでは、 削除・リネーム・変 ... ide を有効にする必要があります。 パラメータ source_name Current function name target_name New function nam ...
https://man.plustar.jp/php/function.runkit7-function-rename.html - [similar]
利用例 4585
« 例 Gender\Gender » PHP Manual 例 利用例 利用例 Gender クラスの利用例です。 例1 利用例 <?php name ... mespace Gender ; $gender = new Gender ; $name = "Milene" ; $country = Gender :: FRANCE ; $result ... = $gender -> get ( $name , $country ); $data = $gender -> country ( $countr ... ALE : printf ( "%sは、%sでは女性の名前です。\n" , $name , $data [ 'country' ]); break; case Gender :: IS_M ... intf ( "%sは、%sではおそらく女性の名前です。\n" , $name , $data [ 'country' ]); break; case Gender :: IS_M ...
https://man.plustar.jp/php/gender.example.admin.html - [similar]
Return the name of the table of the specified field 4497
« cubrid_field_seek cubrid_field_type » PHP Manual CUBRID MySQL 互換関数 Return the name of the ... L CUBRID >= 8.3.0) cubrid_field_table — Return the name of the table of the specified field 説明 cubrid_fi ... $field_offset ): string This function returns the name of the table of the specified field. This is usefu ... an error of level E_WARNING is also issued. 戻り値 Name of the table of the specified field, on success. f ... intf ( "%-15s %-15s %s\n" , "Field Table" , "Field Name" , "Field Type" ); for( $i = 0 ; $i < $col_num ; $ ...
https://man.plustar.jp/php/function.cubrid-field-table.html - [similar]
GeoIP データベースで見つかった詳細な都市情報を返す 4497
« geoip_org_by_name geoip_region_by_name » PHP Manual GeoIP 関数 GeoIP データベースで見つかった詳 ... 細な都市情報を返す geoip_record_by_name (PECL geoip >= 0.2.0) geoip_record_by_name — GeoIP ... 見つかった詳細な都市情報を返す 説明 geoip_record_by_name ( string $hostname ): array geoip_record_by_name() ... _code" -- 二文字の国コード ( geoip_country_code_by_name() を参照ください) "country_code3" -- 三文字の国コー ... ド ( geoip_country_code3_by_name() を参照ください) "country_name" -- 国名 ( geoip_c ...
https://man.plustar.jp/php/function.geoip-record-by-name.html - [similar]
Get db name from results of cubrid_list_dbs 4476
« cubrid_data_seek cubrid_errno » PHP Manual CUBRID MySQL 互換関数 Get db name from results of c ... ubrid_list_dbs cubrid_db_name (PECL CUBRID >= 8.3.1) cubrid_db_name — Get db nam ... e from results of cubrid_list_dbs 説明 cubrid_db_name ( array $result , int $index ): string Retrieve th ... e database name from a call to cubrid_list_dbs() . パラメータ resu ... x into the result set. 戻り値 Returns the database name on success, and false on failure. If false is retu ...
https://man.plustar.jp/php/function.cubrid-db-name.html - [similar]
共変性と反変性 4414
« オブジェクトのシリアライズ 変更履歴 » PHP Manual クラスとオブジェクト 共変性と反変性 共変性と反 ... す。 <?php abstract class Animal { protected string $name ; public function __construct ( string $name ) { $ ... this -> name = $name ; } abstract public function speak (); } c ... Animal { public function speak () { echo $this -> name . " barks" ; } } class Cat extends Animal { public ... function speak () { echo $this -> name . " meows" ; } } この例では、どのメソッドも値を返さ ...
https://man.plustar.jp/php/language.oop5.variance.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT