検索

phrase: max: clip:
target: order:
Results of 301 - 310 of about 474 for use (0.087 sec.)
CUBRID MySQL 互換関数 3646
« cubrid_version cubrid_affected_rows » PHP Manual CUBRID CUBRID MySQL 互換関数 CUBRID MySQL 互換 ... string — Escape special characters in a string for use in an SQL statement cubrid_result — Return the val ...
https://man.plustar.jp/php/cubridmysql.cubrid.html - [similar]
Returns the value for a given key 3646
« Ds\Map::first Ds\Map::hasKey » PHP Manual Map Returns the value for a given key Ds\Map::get (P ... stance to be considered equal. 注意 : You can also use array syntax to access values by key, eg. $map["ke ... r_dump ( $map -> get ( "d" , 10 )); // 10 (default used) ?> 上の例の出力は、 たとえば以下のようになります ...
https://man.plustar.jp/php/ds-map.get.html - [similar]
Removes and returns a value by key 3646
« Ds\Map::reduce Ds\Map::reverse » PHP Manual Map Removes and returns a value by key Ds\Map::rem ... stance to be considered equal. 注意 : You can also use array syntax to access values by key, eg. $map["ke ... ump ( $map -> remove ( "e" , 10 )); // 10 (default used) ?> 上の例の出力は、 たとえば以下のようになります ...
https://man.plustar.jp/php/ds-map.remove.html - [similar]
3646
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... base = new EventDnsBase ( $base , TRUE ); // We'll use async DNS resolving if (! $dns_base ) { exit( "Fai ... e\n" ); } $bev = new EventBufferEvent ( $base , /* use internal socket */ NULL , EventBufferEvent :: OPT_ ... ep 1\n" ; $bev = new EventBufferEvent ( $base , /* use internal socket */ NULL , EventBufferEvent :: OPT_ ... Listener::OPT_CLOSE_ON_FREE | EventListener::OPT_REUSEABLE, -1, $this->socket); */ // Variant #2 $this -> ...
https://man.plustar.jp/php/event.examples.html - [similar]
Returns the values most recently detected by Ev 3646
« EvStat EvStat::__construct » PHP Manual EvStat Returns the values most recently detected by Ev ... ode' protection 'nlink' number of hard links 'uid' user ID of owner 'size' total size, in bytes 'gid' gro ... 例1 Monitor changes of /var/log/messages <?php // Use 10 second update interval. $w = new EvStat ( "/var ...
https://man.plustar.jp/php/evstat.attr.html - [similar]
指定したクラスが使っているトレイトを返す 3646
« class_parents iterator_apply » PHP Manual SPL 関数 指定したクラスが使っているトレイトを返す cl ... ass_uses (PHP 5 >= 5.4.0, PHP 7, PHP 8) class_uses — 指定し ... たクラスが使っているトレイトを返す 説明 class_uses ( object | string $object_or_class , bool $autolo ... スが存在しない場合に false を返します。 例 例1 class_uses() の例 <?php trait foo { } class bar { use foo ; ... } print_r ( class_uses (new bar )); print_r ( class_uses ( 'bar' )); spl ...
https://man.plustar.jp/php/function.class-uses.html - [similar]
Move the internal row pointer of the CUBRID result 3646
« cubrid_close cubrid_db_name » PHP Manual CUBRID MySQL 互換関数 Move the internal row pointer o ... re functions, such as cubrid_fetch_assoc() , which use the current stored value of row number . パラメータ ...
https://man.plustar.jp/php/function.cubrid-data-seek.html - [similar]
Get BLOB/CLOB data 3646
« cubrid_lob_export cubrid_lob_send » PHP Manual CUBRID 関数 Get BLOB/CLOB data cubrid_lob_get ( ... ntifier , string $sql ): array cubrid_lob_get() is used to get BLOB/CLOB meta info from CUBRID database, ... umn and its data type is BLOB or CLOB. Remember to use cubrid_lob_close() to release the LOBs if you don' ...
https://man.plustar.jp/php/function.cubrid-lob-get.html - [similar]
Get the number of rows in the result set 3646
« cubrid_num_cols cubrid_pconnect_with_url » PHP Manual CUBRID 関数 Get the number of rows in th ... e $result ): int The cubrid_num_rows() function is used to get the number of rows from the query result. ... It can be used for SELECT statements. For INSERT , UPDATE , or D ... ELETE queries, use the cubrid_affected_rows() function. Note: The cub ... rid_num_rows() function can only be used for synchronous query; it returns 0 when it is us ...
https://man.plustar.jp/php/function.cubrid-num-rows.html - [similar]
Return the value of a specific field in a specific row 3646
« cubrid_real_escape_string cubrid_unbuffered_query » PHP Manual CUBRID MySQL 互換関数 Return th ... me has been aliased ('select foo as bar from...'), use the alias instead of the column name. If undefined ...
https://man.plustar.jp/php/function.cubrid-result.html - [similar]