検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 362 for list (0.014 sec.)
配列と同様の形式で、複数の変数への代入を行う 8769
« ksort natcasesort » PHP Manual 配列 関数 配列と同様の形式で、複数の変数への代入を行う list (PH ... P 4, PHP 5, PHP 7, PHP 8) list — 配列と同様の形式で、複数の変数への代入を行う 説明 ... list ( mixed $var , mixed ...$vars = ? ): array array() ... 様に、 この関数は実際には関数ではなく言語構造です。 list() は、 単一の操作で一連の変数に値を代入するために使 ... ます。 この関数は、文字列を扱うことは出来ませんし、 list() には、空の式を指定できません。 注意 : PHP 7.1.0 ...
https://man.plustar.jp/php/function.list.html - [similar]
Return an array with the list of all existing CUBRID databases 8627
« cubrid_field_type cubrid_num_fields » PHP Manual CUBRID MySQL 互換関数 Return an array with th ... e list of all existing CUBRID databases cubrid_list_dbs ( ... PECL CUBRID >= 8.3.0) cubrid_list_dbs — Return an array with the list of all existin ... g CUBRID databases 説明 cubrid_list_dbs ( resource $conn_identifier = ? ): array This ... function returns an array with the list of all existing Cubrid databases. パラメータ conn_ ...
https://man.plustar.jp/php/function.cubrid-list-dbs.html - [similar]
Get db name from results of cubrid_list_dbs 8476
« 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_d ... b_name — Get db name from results of cubrid_list_dbs 説明 cubrid_db_name ( array $result , int $ind ... g Retrieve the database name from a call to cubrid_list_dbs() . パラメータ result The result pointer from ... a call to cubrid_list_dbs() . index The index into the result set. 戻り値 ...
https://man.plustar.jp/php/function.cubrid-db-name.html - [similar]
指定された配列がリストかどうかをチェックする 8139
« array_intersect array_key_exists » PHP Manual 配列 関数 指定された配列がリストかどうかをチェッ ... クする array_is_list (PHP 8 >= 8.1.0) array_is_list — 指定された配列がリ ... ストかどうかをチェックする 説明 array_is_list ( array $array ): bool 指定された array がリストか ... そうでない場合は false を返します。 例 例1 array_is_list() example <?php array_is_list ([]); // true array_ ... is_list ([ 'apple' , 2 , 3 ]); // true array_is_list ([ 0 ...
https://man.plustar.jp/php/function.array-is-list.html - [similar]
mysql_list_dbs のコール結果からデータベース名を取得する 7402
« mysql_data_seek mysql_db_query » PHP Manual MySQL 関数 mysql_list_dbs のコール結果からデータベ ... mysql_db_name (PHP 4, PHP 5) mysql_db_name — mysql_list_dbs() のコール結果からデータベース名を取得する 警告 ... t , int $row , mixed $field = NULL ): string mysql_list_dbs() をコールした結果からデータベース名を取得しま ... す。 パラメータ result mysql_list_dbs() をコールして 得られた結果ポインタ。 row 結果 ... onnect ( 'dbhost' , 'username' , 'password' ); $db_list = mysql_list_dbs ( $link ); $i = 0 ; $cnt = mysql_ ...
https://man.plustar.jp/php/function.mysql-db-name.html - [similar]
imap_list のエイリアス 7367
« imap_list imap_listscan » PHP Manual IMAP 関数 imap_list のエイリアス imap_listmailbox (PHP 4, ... PHP 5, PHP 7, PHP 8) imap_listmailbox — imap_list() のエイリアス 説明 この関数は次 ... の関数のエイリアスです。 imap_list() . 関連キーワード: list , 関数 , listmailbox , li ...
https://man.plustar.jp/php/function.imap-listmailbox.html - [similar]
Roll back a transaction 7065
« cubrid_put cubrid_schema » PHP Manual CUBRID 関数 Roll back a transaction cubrid_rollback (PEC ... SERT INTO publishers VALUES(?, ?, ?, ?, ?)" ); $id_list = array( "P01" , "P02" , "P03" , "P04" ); $name_li ... chadenfreude Press" , "Tenterhooks Press" ); $city_list = array( "New York" , "San Francisco" , "Hamburg" ... , "Berkeley" ); $state_list = array( "NY" , "CA" , NULL , "CA" ); $country_lis ... any" , "USA" ); for ( $i = 0 , $size = count ( $id_list ); $i < $size ; $i ++) { cubrid_bind ( $req , 1 , ...
https://man.plustar.jp/php/function.cubrid-rollback.html - [similar]
MySQL サーバー上で利用可能なデータベースのリストを得る 6959
« mysql_insert_id mysql_list_fields » PHP Manual MySQL 関数 MySQL サーバー上で利用可能なデータベ ... ースのリストを得る mysql_list_dbs (PHP 4, PHP 5) mysql_list_dbs — MySQL サーバー ... が使えます。 SQL クエリー: SHOW DATABASES 説明 mysql_list_dbs ( resource $link_identifier = NULL ): resource ... ray() などの関数を 利用してください。 例 例1 mysql_list_dbs() の例 <?php // mysql_list_dbs() を使わない方法 ... ocalhost' , 'mysql_user' , 'mysql_password' ); $db_list = mysql_list_dbs ( $link ); while ( $row = mysql_f ...
https://man.plustar.jp/php/function.mysql-list-dbs.html - [similar]
Add a list of job servers to the client 6959
« GearmanClient::addServer GearmanClient::addTask » PHP Manual GearmanClient Add a list of job s ... earman >= 0.5.0) GearmanClient::addServers — Add a list of job servers to the client 説明 public GearmanCl ... ( string $servers = 127.0.0.1:4730 ): bool Adds a list of job servers that can be used to run a task. No ... ens here; the servers are simply added to the full list of servers. パラメータ servers A comma-separated l ... job server to the client 関連キーワード: servers , list , job , Add , of , the , addServers , server , add ...
https://man.plustar.jp/php/gearmanclient.addservers.html - [similar]
Commit a transaction 6923
« cubrid_column_types cubrid_connect_with_url » PHP Manual CUBRID 関数 Commit a transaction cubr ... SERT INTO publishers VALUES(?, ?, ?, ?, ?)" ); $id_list = array( "P01" , "P02" , "P03" , "P04" ); $name_li ... chadenfreude Press" , "Tenterhooks Press" ); $city_list = array( "New York" , "San Francisco" , "Hamburg" ... , "Berkeley" ); $state_list = array( "NY" , "CA" , NULL , "CA" ); $country_lis ... any" , "USA" ); for ( $i = 0 , $size = count ( $id_list ); $i < $size ; $i ++) { cubrid_bind ( $req , 1 , ...
https://man.plustar.jp/php/function.cubrid-commit.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT