検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 125 for age (0.021 sec.)
EXCLUSIVE LOCK を実行する 6278
« TableSelect::limit TableSelect::lockShared » PHP Manual mysql_xdevapi\TableSelect EXCLUSIVE LO ... saction (); $result = $table -> select ( 'name' , 'age' ) -> lockExclusive ( MYSQLX_LOCK_NOWAIT ) -> exec ... になります。 Array ( [0] => Array ( [name] => John [age] => 42 ) [1] => Array ( [name] => Sam [age] => 42 ...
https://man.plustar.jp/php/mysql-xdevapi-tableselect.lockexclusive.html - [similar]
SHARED LOCK を実行する 6278
« TableSelect::lockExclusive TableSelect::offset » PHP Manual mysql_xdevapi\TableSelect SHARED L ... saction (); $result = $table -> select ( 'name' , 'age' ) -> lockShared ( MYSQLX_LOCK_NOWAIT ) -> execute ... になります。 Array ( [0] => Array ( [name] => John [age] => 42 ) [1] => Array ( [name] => Sam [age] => 42 ...
https://man.plustar.jp/php/mysql-xdevapi-tableselect.lockshared.html - [similar]
ドキュメントをひとつ取得 6155
« Collection::getName Collection::getSchema » PHP Manual mysql_xdevapi\Collection ドキュメントを ... result = $collection -> add ( '{"name": "Alfred", "age": 42, "job": "Butler"}' )-> execute (); // A uniqu ... 0b1 Array ( [_id] => 00005b6b536100000000000000b1 [age] => 42 [job] => Butler [name] => Alfred ) 関連キー ... キュメント , getOne , コレクション , xdevapi , job , age , Array , find ...
https://man.plustar.jp/php/mysql-xdevapi-collection.getone.html - [similar]
Vtiful\Kernel\Excel addSheet 5921
« Vtiful\Kernel\Excel Vtiful\Kernel\Excel::autoFilter » PHP Manual Vtiful\Kernel\Excel Vtiful\Ke ... orial.xlsx' , 'sheet_one' ) -> header ([ 'name' , 'age' ]) -> data ([ [ 'viest' , 23 ], [ 'wjx' , 23 ] ]) ... -> addSheet ( 'sheet_two' ) -> header ([ 'name' , 'age' ]) -> data ([ [ 'james' , 33 ], [ 'king' , 33 ] ] ...
https://man.plustar.jp/php/vtiful-kernel-excel.addSheet.html - [similar]
match 5872
« switch declare » PHP Manual 制御構造 match match (PHP 8) match 式は、値の一致をチェックした結果 ... なります。 object(UnhandledMatchError)#1 (7) { ["message":protected]=> string(33) "Unhandled match value of ... 範囲に応じてmatch式を分岐させる一般的な使い方 <?php $age = 23 ; $result = match ( true ) { $age >= 65 => 's ... enior' , $age >= 25 => 'adult' , $age >= 18 => 'young adult' , d ...
https://man.plustar.jp/php/control-structures.match.html - [similar]
プリペアドステートメントの変数をパラメータとしてバインドする 5811
« Mysql_xdevapi 関数 getSession » PHP Manual Mysql_xdevapi 関数 プリペアドステートメントの変数を ... <?php $expression = mysql_xdevapi \ Expression ( "[age,job]" ); $res = $coll -> find ( "age > 30" )-> fie ...
https://man.plustar.jp/php/function.mysql-xdevapi-expression.html - [similar]
TableDelete のコンストラクタ 5811
« TableDelete::bind TableDelete::execute » PHP Manual mysql_xdevapi\TableDelete TableDelete のコ ... > sql ( "CREATE TABLE addressbook.names(name text, age int)" )-> execute (); $session -> sql ( "INSERT IN ... me" ) -> bind ([ 'name' => 'John' ]) -> orderby ( "age DESC" ) -> limit ( 1 ) -> execute (); ?> 関連キーワ ...
https://man.plustar.jp/php/mysql-xdevapi-tabledelete.construct.html - [similar]
delete文を実行する 5811
« TableDelete::__construct TableDelete::limit » PHP Manual mysql_xdevapi\TableDelete delete文を実 ... > sql ( "CREATE TABLE addressbook.names(name text, age int)" )-> execute (); $session -> sql ( "INSERT IN ... me" ) -> bind ([ 'name' => 'John' ]) -> orderby ( "age DESC" ) -> limit ( 1 ) -> execute (); ?> 関連キーワ ...
https://man.plustar.jp/php/mysql-xdevapi-tabledelete.execute.html - [similar]
insert クエリを実行する 5811
« TableInsert::__construct TableInsert::values » PHP Manual mysql_xdevapi\TableInsert insert クエ ... > sql ( "CREATE TABLE addressbook.names(name text, age int)" )-> execute (); $session -> sql ( "INSERT IN ... getTable ( "names" ); $table -> insert ( "name" , "age" ) -> values ([ "Suzanne" , 31 ],[ "Julie" , 43 ]) ...
https://man.plustar.jp/php/mysql-xdevapi-tableinsert.execute.html - [similar]
Send a CUBRID query 5749
« cubrid_ping cubrid_real_escape_string » PHP Manual CUBRID MySQL 互換関数 Send a CUBRID query c ... irstname varchar,lastname varchar,address char(24),age int)" ); cubrid_execute ( $conn , "insert into fri ... = sprintf ( "SELECT firstname, lastname, address, age FROM friends WHERE firstname='%s' AND lastname='%s ... rror. Useful for debugging. if (! $result ) { $message = 'Invalid query: ' . cubrid_error () . "\n" ; $me ... ssage .= 'Whole query: ' . $query ; die( $message ); } / ...
https://man.plustar.jp/php/function.cubrid-query.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT