検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 724 for By (0.004 sec.)
インターネット接続方式を取得する 5510
« geoip_domain_by_name geoip_isp_by_name » PHP Manual GeoIP 関数 インターネット接続方式を取得する ... geoip_id_by_name (PECL geoip >= 0.2.0) geoip_id_by_name — イン ... ターネット接続方式を取得する 説明 geoip_id_by_name ( string $hostname ): int geoip_id_by_name() ... ドレス。 戻り値 接続方式を返します。 例 例1 geoip_id_by_name() の例 これは、ホスト example.com の接続方式を ... 返します。 <?php $netspeed = geoip_id_by_name ( 'www.example.com' ); echo 'The connection t ...
https://man.plustar.jp/php/function.geoip-id-by-name.html - [similar]
インターネットサービスプロバイダ (ISP) 名を取得する 5476
« geoip_id_by_name geoip_netspeedcell_by_name » PHP Manual GeoIP 関数 インターネットサービスプロ ... バイダ (ISP) 名を取得する geoip_isp_by_name (PECL geoip >= 1.0.2) geoip_isp_by_name — イン ... サービスプロバイダ (ISP) 名を取得する 説明 geoip_isp_by_name ( string $hostname ): string geoip_isp_by_nam ... からない場合には false を返します。 例 例1 geoip_isp_by_name() の例 これは、ホスト example.com の ISP 名を ... 表示します。 <?php $isp = geoip_isp_by_name ( 'www.example.com' ); if ( $isp ) { echo 'Th ...
https://man.plustar.jp/php/function.geoip-isp-by-name.html - [similar]
AS番号(ASN) を取得する 5441
« GeoIP 関数 geoip_continent_code_by_name » PHP Manual GeoIP 関数 AS番号(ASN) を取得する geoip_a ... snum_by_name (PECL geoip >= 1.1.0) geoip_asnum_by_name — A ... S番号(ASN) を取得する 説明 geoip_asnum_by_name ( string $hostname ): string geoip_asnum_by_n ... なかった場合は false を返します。 例 例1 geoip_asnum_by_name() の例 この例は、www.example.com のAS番号を出 ... 力します。 <?php $asn = geoip_asnum_by_name ( 'www.example.com' ); if ( $asn ) { echo 'Th ...
https://man.plustar.jp/php/function.geoip-asnum-by-name.html - [similar]
Data Structures 5378
« untaint はじめに » PHP Manual その他の基本モジュール Data Structures Data Structures はじめに ... d capacity Ds\Sequence::apply — Updates all values by applying a callback function to each value Ds\Sequ ... Ds\Sequence::remove — Removes and returns a value by index Ds\Sequence::reverse — Reverses the sequence ... ed copy Ds\Sequence::rotate — Rotates the sequence by a given number of rotations Ds\Sequence::set — Upd ... red capacity Ds\Vector::apply — Updates all values by applying a callback function to each value Ds\Vect ...
https://man.plustar.jp/php/book.ds.html - [similar]
インターネットへの接続速度を取得する 5378
« geoip_isp_by_name geoip_org_by_name » PHP Manual GeoIP 関数 インターネットへの接続速度を取得す ... る geoip_netspeedcell_by_name (PECL geoip >= 1.1.0) geoip_netspeedcell_by_n ... ネットへの接続速度を取得する 説明 geoip_netspeedcell_by_name ( string $hostname ): string geoip_netspeedce ... ll_by_name() 関数は、 ホスト名またはIPアドレスに対応する ... 合は、 false を返します。 例 例1 geoip_netspeedcell_by_name() の例 この例は、ホスト example.com の接続速度 ...
https://man.plustar.jp/php/function.geoip-netspeedcell-by-name.html - [similar]
国コードと地域コードからタイムゾーンを返す 5378
« geoip_setup_custom_directory FANN » PHP Manual GeoIP 関数 国コードと地域コードからタイムゾーン ... を返す geoip_time_zone_by_country_and_region (PECL geoip >= 1.0.4) geoip_tim ... e_zone_by_country_and_region — 国コードと地域コードからタイム ... ゾーンを返す 説明 geoip_time_zone_by_country_and_region ( string $country_code , string ... $region_code = ? ): string geoip_time_zone_by_country_and_region() 関数は、 国コードと地域コード ...
https://man.plustar.jp/php/function.geoip-time-zone-by-country-and-region.html - [similar]
Swoole 5281
« stream_wrapper_unregister はじめに » PHP Manual その他の基本モジュール Swoole Swoole はじめに ... imer_tick — Trigger a timer tick callback function by time interval swoole_version — Get the version of ... cycle — Release the memory to OS which is not used by the memory buffer. Swoole\Buffer::substr — Read da ... oole\Client::on — Add callback functions triggered by events. Swoole\Client::pause — Pause receiving dat ... \Coroutine::call_user_func — Call a callback given by the first parameter Swoole\Coroutine::cli_wait — D ...
https://man.plustar.jp/php/book.swoole.html - [similar]
Returns the CUBRID database parameters 5281
« cubrid_get_client_info cubrid_get_query_timeout » PHP Manual CUBRID 関数 Returns the CUBRID da ... COMMIT In CUBRID PHP, auto-commit mode is disabled by default for transaction management. It can be set ... and isolation level: Levels of Isolation Supported by CUBRID Name Description SERIALIZABLE (6) In this i ... ce phantom read for the record R that was inserted by another transaction T2 when it is repeatedly retri ... on-repeatable read) that was updated and committed by another transaction T2 when it is repeatedly retri ...
https://man.plustar.jp/php/function.cubrid-get-db-parameter.html - [similar]
Execution 5247
« parallel\Runtime::__construct parallel\Runtime::close » PHP Manual parallel\Runtime Execution ... for parallel execution must not: accept or return by reference accept or return internal objects (see n ... res intended for parallel execution are: yield use by-reference declare class declare named function 注意 ... : Nested closures may yield or use by-reference, but must not contain class or named fun ... ally use a custom structure which cannot be copied by value safely, PHP currently lacks the mechanics to ...
https://man.plustar.jp/php/parallel-runtime.run.html - [similar]
Check whether the instance pointed by OID exists 5212
« cubrid_insert_id cubrid_lob_close » PHP Manual CUBRID 関数 Check whether the instance pointed ... d_is_instance — Check whether the instance pointed by OID exists 説明 cubrid_is_instance ( resource $con ... tion is used to check whether the instance pointed by the given oid exists or not. パラメータ conn_ident ... $oid ); if ( $res == 1 ) { echo "Instance pointed by $oid exists.\n" ; } else if ( $res == 0 ){ echo "I ... nstance pointed by $oid doesn't exist.\n" ; } else { echo "error\n" ; ...
https://man.plustar.jp/php/function.cubrid-is-instance.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT