検索

phrase: max: clip:
target: order:
Results of 331 - 340 of about 1938 for IF (0.030 sec.)
The Swoole\Table class 2671
« Swoole\Server::tick Swoole\Table::column » PHP Manual Swoole The Swoole\Table class The Swoole ... the table, or count all the elements in the table if $mode = 1. Swoole\Table::create — Create the swool ... troy the Swoole table. Swoole\Table::exist — Check if a row is existed by $row_key. Swoole\Table::get — ... e by $row_key. Swoole\Table::valid — Check current if the current row is valid. 関連キーワード: Swoole , ...
https://man.plustar.jp/php/class.swoole-table.html - [similar]
Add Method 2671
« Componere\Abstract\Definition::addInterface Componere\Abstract\Definition::addTrait » PHP Manu ... ition Exceptions 警告 Shall throw RuntimeException if Definition was registered 警告 Shall throw Runtime ... Exception if Method was added to another Definition 関連キーワー ...
https://man.plustar.jp/php/componere-abstract-definition.addmethod.html - [similar]
2671
« 定義済み定数 CUBRID 関数 » PHP Manual CUBRID 例 例 The following is a simple example that esta ... brid_connect ( $host_ip , $host_port , $db_name ); if (! $cubrid_con ) { echo "Database Connection Error ... / $result = cubrid_execute ( $cubrid_con , $sql ); if ( $result ) { /** * Get the column names from the ... brid_connect ( $host_ip , $host_port , $db_name ); if (! $cubrid_con ) { echo "Database Connection Error ... ; $result = cubrid_execute ( $cubrid_con , $sql ); if ( $result ) { /** * Handled successfully, so commi ...
https://man.plustar.jp/php/cubrid.examples.html - [similar]
基本的な例 2671
« 例 DBA 関数 » PHP Manual 例 基本的な例 基本的な例 例1 DBA の例 <?php $id = dba_open ( "/tmp/te ... st.db" , "n" , "db2" ); if (! $id ) { echo "dba_open failed\n" ; exit; } dba_ ... replace ( "key" , "This is an example!" , $id ); if ( dba_exists ( "key" , $id )) { echo dba_fetch ( " ... = dba_firstkey ( $id ); while ( $key !== false ) { if ( true ) { // 他の操作を後で行うためにキーを記憶す ...
https://man.plustar.jp/php/dba.example.html - [similar]
Creates a new map using a callable to determine which pairs to include 2671
« Ds\Map::diff Ds\Map::first » PHP Manual Map Creates a new map using a callable to determine wh ... value ): bool Optional callable which returns true if the pair should be included, false otherwise. If a ... returned true , or all values that convert to true if a callback was not provided. 例 例1 Ds\Map::filter ...
https://man.plustar.jp/php/ds-map.filter.html - [similar]
Returns the current event base time 2671
« EventBase::getMethod EventBase::gotExit » PHP Manual EventBase Returns the current event base ... timeofday() ), looking at the cached value in base if possible, and calling gettimeofday() or clock_gett ... ime() as appropriate if there is no cached time. パラメータ この関数にはパ ...
https://man.plustar.jp/php/eventbase.gettimeofdaycached.html - [similar]
Return the number of rows affected by the last SQL statement 2671
« CUBRID MySQL 互換関数 cubrid_client_encoding » PHP Manual CUBRID MySQL 互換関数 Return the num ... nt 説明 cubrid_affected_rows ( resource $conn_identifier = ? ): int cubrid_affected_rows ( resource $req ... _identifier = ? ): int The cubrid_affected_rows() function ... ent (INSERT, DELETE, UPDATE). パラメータ conn_identifier The CUBRID connection. If the connection identi ... fier is not specified, the last link opend by cubrid_connect() is ass ...
https://man.plustar.jp/php/function.cubrid-affected-rows.html - [similar]
Escape special characters in a string for use in an SQL statement 2671
« cubrid_query cubrid_result » PHP Manual CUBRID MySQL 互換関数 Escape special characters in a s ... g ( string $unescaped_string , resource $conn_identifier = ? ): string This function returns the escaped ... es, which is a parameter related to SQL statement. If the ansi_quotes value is set to no, character stri ... ons is handled as character string, not as an identifier. The default value is yes. If you want to inclu ... string The string that is to be escaped. conn_identifier The CUBRID connection. If the connection identi ...
https://man.plustar.jp/php/function.cubrid-real-escape-string.html - [similar]
Gets a record from a database as an associative array 2671
« dbase_get_header_info dbase_get_record » PHP Manual dBase 関数 Gets a record from a database a ... record between 1 and dbase_numrecords($dbase_identifier) . 戻り値 An associative array with the record. ... also include a key named deleted which is set to 1 if the record has been marked for deletion (see dbase ... nly mode $db = dbase_open ( '/tmp/test.dbf' , 0 ); if ( $db ) { $record_numbers = dbase_numrecords ( $db ... { $row = dbase_get_record_with_names ( $db , $i ); if ( $row [ 'ismember' ] == 1 ) { echo "Member # $i : ...
https://man.plustar.jp/php/function.dbase-get-record-with-names.html - [similar]
blob を生成し、ファイルをコピーし、閉じる 2671
« ibase_blob_get ibase_blob_info » PHP Manual Firebird/InterBase 関数 blob を生成し、ファイルをコ ... 閉じる 説明 ibase_blob_import ( resource $link_identifier , resource $file_handle ): string ibase_blob_im ... 付けられた BLOB ID を返します。 パラメータ link_identifier InterBase リンク ID。省略した場合は、 最後にオー ... me = '/tmp/bar' ; $fd = fopen ( $filename , 'r' ); if ( $fd ) { $blob = ibase_blob_import ( $dbh , $fd ) ... ; fclose ( $fd ); if (! is_string ( $blob )) { // インポートに失敗しまし ...
https://man.plustar.jp/php/function.ibase-blob-import.html - [similar]