検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 724 for By (0.021 sec.)
Removes and returns a value by key 5149
« Ds\Map::reduce Ds\Map::reverse » PHP Manual Map Removes and returns a value by key Ds\Map::rem ... .0.0) Ds\Map::remove — Removes and returns a value by key 説明 public Ds\Map::remove ( mixed $key , mixe ... $default = ? ): mixed Removes and returns a value by key, or return an optional default value if the ke ... plements Ds\Hashable , equality will be determined by the object's equals function. If an object does no ... 意 : You can also use array syntax to access values by key, eg. $map["key"] . 警告 Be careful when using ...
https://man.plustar.jp/php/ds-map.remove.html - [similar]
Returns the values most recently detected by Ev 5115
« EvStat EvStat::__construct » PHP Manual EvStat Returns the values most recently detected by Ev ... ::attr — Returns the values most recently detected by Ev 説明 public EvStat::attr (): array Returns arra ... y of the values most recently detected by Ev パラメータ この関数にはパラメータはありません。 ... Returns array with the values most recently detect by Ev(without actual stat 'ing): List for item keys o ... f the array returned by EvStat::attr() Key Description 'dev' ID of device ...
https://man.plustar.jp/php/evstat.attr.html - [similar]
セカンドレベルドメインの名前を取得する 5115
« geoip_db_get_all_info geoip_id_by_name » PHP Manual GeoIP 関数 セカンドレベルドメインの名前を取 ... 得する geoip_domain_by_name (PECL geoip >= 1.1.0) geoip_domain_by_name — ... ンドレベルドメインの名前を取得する 説明 geoip_domain_by_name ( string $hostname ): string geoip_domain_by_ ... しない場合は false を返します。 例 例1 geoip_domain_by_name() の例 この例は、IPアドレス 61.106.139.1 に関 ... ドメインを出力します。 <?php $domain = geoip_domain_by_name ( '61.106.139.1' ); if ( $domain ) { echo 'Th ...
https://man.plustar.jp/php/function.geoip-domain-by-name.html - [similar]
The MongoDB\Driver\TopologyDescription class 5052
« MongoDB\Driver\ServerDescription::getType MongoDB\Driver\TopologyDescription::getServers » PHP ... is connected. Instances of this class are returned by MongoDB\Driver\Monitoring\TopologyChangedEvent met ... tion::TYPE_UNKNOWN Unknown topology type, returned by MongoDB\Driver\TopologyDescription::getType() . Mo ... E Single server (i.e. direct connection), returned by MongoDB\Driver\TopologyDescription::getType() . Mo ... escription::TYPE_SHARDED Sharded cluster, returned by MongoDB\Driver\TopologyDescription::getType() . Mo ...
https://man.plustar.jp/php/class.mongodb-driver-topologydescription.html - [similar]
Returns the previous set of values returned by EvStat::attr 5052
« EvStat::createStopped EvStat::set » PHP Manual EvStat Returns the previous set of values retur ... ned by EvStat::attr EvStat::prev (PECL ev >= 0.2.0) EvSta ... prev — Returns the previous set of values returned by EvStat::attr 説明 public EvStat::prev (): void Jus ... rray with the same structure as the array returned by EvStat::attr() . The array contains previously det ... attr() - Returns the values most recently detected by Ev EvStat::stat() - Initiates the stat call 関連キ ...
https://man.plustar.jp/php/evstat.prev.html - [similar]
The MongoDB\Driver\Server class 4955
« MongoDB\Driver\CursorInterface::toArray MongoDB\Driver\Server::__construct » PHP Manual MongoD ... Server::TYPE_UNKNOWN Unknown server type, returned by MongoDB\Driver\Server::getType() . MongoDB\Driver\ ... ::TYPE_STANDALONE Standalone server type, returned by MongoDB\Driver\Server::getType() . MongoDB\Driver\ ... Server::TYPE_MONGOS Mongos server type, returned by MongoDB\Driver\Server::getType() . MongoDB\Driver\ ... Replica set possible primary server type, returned by MongoDB\Driver\Server::getType() . A server may be ...
https://man.plustar.jp/php/class.mongodb-driver-server.html - [similar]
Sets the what HTTP methods are supported in requests accepted by this server, an... 4955
« EventHttp::removeServerAlias EventHttp::setCallback » PHP Manual EventHttp Sets the what HTTP ... methods are supported in requests accepted by this server, and passed to user callbacks EventHtt ... at HTTP methods are supported in requests accepted by this server, and passed to user callbacks 説明 pub ... at HTTP methods are supported in requests accepted by this server, and passed to user callbacks If not s ... will generate a "405 Method not allowed" response. By default this includes the following methods: GET , ...
https://man.plustar.jp/php/eventhttp.setallowedmethods.html - [similar]
Return the number of rows affected by the last SQL statement 4955
« CUBRID MySQL 互換関数 cubrid_client_encoding » PHP Manual CUBRID MySQL 互換関数 Return the num ... ber of rows affected by the last SQL statement cubrid_affected_rows (PECL ... affected_rows — Return the number of rows affected by the last SQL statement 説明 cubrid_affected_rows ( ... unction is used to get the number of rows affected by the SQL statement (INSERT, DELETE, UPDATE). パラメ ... n identifier is not specified, the last link opend by cubrid_connect() is assumed. req_identifier Reques ...
https://man.plustar.jp/php/function.cubrid-affected-rows.html - [similar]
PHP の配列を Oracle PL/SQL の配列に名前でバインドする 4886
« OCI8 関数 oci_bind_by_name » PHP Manual OCI8 関数 PHP の配列を Oracle PL/SQL の配列に名前でバイ ... ンドする oci_bind_array_by_name (PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL OCI8 >= 1 ... .2.0) oci_bind_array_by_name — PHP の配列を Oracle PL/SQL の配列に名前でバ ... インドする 説明 oci_bind_array_by_name ( resource $statement , string $param , array ... = -1 , int $type = SQLT_AFC ): bool oci_bind_array_by_name() は、PHP の配列 var を Oracle のプレースホル ...
https://man.plustar.jp/php/function.oci-bind-array-by-name.html - [similar]
Get Document By Id. Utilizes Solr Realtime Get (RTG) 4886
« SolrClient::__destruct SolrClient::getByIds » PHP Manual SolrClient Get Document By Id. Utiliz ... es Solr Realtime Get (RTG) SolrClient::getById (PECL solr >= 2.2.0) SolrClient::getById — Get D ... ocument By Id. Utilizes Solr Realtime Get (RTG) 説明 public S ... olrClient::getById ( string $id ): SolrQueryResponse Get Document B ... ID 戻り値 SolrQueryResponse 例 例1 SolrClient::getById() example <?php include "bootstrap.php" ; $optio ...
https://man.plustar.jp/php/solrclient.getbyid.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT