検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 125 for age (0.025 sec.)
結果セットから行を取得する 6867
« RowResult::fetchAll RowResult::getColumnsCount » PHP Manual mysql_xdevapi\RowResult 結果セット ... > sql ( "CREATE TABLE addressbook.names(name text, age int)" )-> execute (); $session -> sql ( "INSERT IN ... e ( "names" ); $row = $table -> select ( 'name' , 'age' )-> where ( 'age < 40' )-> execute ()-> fetchOne ... とえば以下のようになります。 Array ( [name] => Sam [age] => 33 ) 関連キーワード: セット , 取得 , RowResult ...
https://man.plustar.jp/php/mysql-xdevapi-rowresult.fetchone.html - [similar]
ドキュメントのフィールドのフィルタを設定する 6745
« CollectionFind::execute CollectionFind::groupBy » PHP Manual mysql_xdevapi\CollectionFind ドキ ... "people" ); $create -> add ( '{"name": "Alfred", "age": 18, "job": "Butler"}' ) -> execute (); // ... $c ... $result = $collection -> find ( 'job like :job and age > :age' ) -> bind ([ 'job' => 'Butler' , 'age' => ...
https://man.plustar.jp/php/mysql-xdevapi-collectionfind.fields.html - [similar]
結果セットから全行取得する 6745
« SqlStatementResult::__construct SqlStatementResult::fetchOne » PHP Manual mysql_xdevapi\SqlSta ... n -> sql ( "CREATE TABLE dbtest.workers(name text, age int, job text)" )-> execute (); $session -> sql ( ... になります。 Array ( [0] => Array ( [name] => John [age] => 42 ) [1] => Array ( [name] => Sam [age] => 33 ... All , xdevapi , Array , 配列 , パラメータ , 関数 , age ...
https://man.plustar.jp/php/mysql-xdevapi-sqlstatementresult.fetchall.html - [similar]
cURL のバージョンを返す 6634
« curl_unescape CurlHandle » PHP Manual cURL 関数 cURL のバージョンを返す curl_version (PHP 4 >= ... す文字列 host cURL をビルドしたホストについての情報 age features 定数 CURL_VERSION_XXX のビットマスク prot ... 配列 変更履歴 バージョン 説明 8.0.0 オプションの引数 age が削除されました。 7.4.0 オプションの引数 age は推 ... 関連キーワード: cURL , バージョン , version , 番号 , age , マスク , features , ビット , パラメータ , 情報 ...
https://man.plustar.jp/php/function.curl-version.html - [similar]
返される要素の数から、与えられた数をスキップする 6634
« CollectionFind::lockShared CollectionFind::sort » PHP Manual mysql_xdevapi\CollectionFind 返さ ... "people" ); $create -> add ( '{"name": "Alfred", "age": 18, "job": "Butler"}' ) -> execute (); $create - ... > add ( '{"name": "Reginald", "age": 42, "job": "Butler"}' ) -> execute (); // ... $c ... le" ); $result = $collection -> find () -> sort ( 'age asc' ) -> offset ( 1 ) -> limit ( 1 ) -> execute ( ... id"]=> string(28) "00005b6b536100000000000000f3" ["age"]=> int(42) ["job"]=> string(6) "Butler" ["name"]= ...
https://man.plustar.jp/php/mysql-xdevapi-collectionfind.offset.html - [similar]
TableUpdate のコンストラクタ 6634
« TableUpdate::bind TableUpdate::execute » PHP Manual mysql_xdevapi\TableUpdate TableUpdate のコ ... le -> update () -> set ( 'level' , 3 ) -> where ( 'age > 15 and age < 22' ) -> limit ( 4 ) -> orderby ([ ... 'age asc' , 'name desc' ]) -> execute (); ?> 関連キーワ ...
https://man.plustar.jp/php/mysql-xdevapi-tableupdate.construct.html - [similar]
update クエリを実行する 6634
« TableUpdate::__construct TableUpdate::limit » PHP Manual mysql_xdevapi\TableUpdate update クエ ... le -> update () -> set ( 'level' , 3 ) -> where ( 'age > 15 and age < 22' ) -> limit ( 4 ) -> orderby ([ ... 'age asc' , 'name desc' ]) -> execute (); ?> 関連キーワ ...
https://man.plustar.jp/php/mysql-xdevapi-tableupdate.execute.html - [similar]
削除の際のソート条件を設定する 6573
« TableDelete::limit TableDelete::where » PHP Manual mysql_xdevapi\TableDelete 削除の際のソート条 ... Table ( "names" ); $table -> delete () -> where ( "age = :age" ) -> bind ([ 'age' => 42 ]) -> orderby ( " ...
https://man.plustar.jp/php/mysql-xdevapi-tabledelete.orderby.html - [similar]
フォームの処理 6573
« 実用的な例 次にするべきことは? » PHP Manual 簡易チュートリアル フォームの処理 フォームの処理 P ... ext" name="name" /> 年齢: <input type="text" name="age" /> <input type="submit" /> </form> このフォームに ... ); ?> さん。 あなたは、 <?php echo (int) $_POST [ 'age' ]; ?> 歳です。 このスクリプトの出力例は次のように ... ascript をページ内に仕込めないようにします。 また、age フィールドには数値が入ることがわかっているので、こ ... ュールを使用します。 変数 $_POST['name'] と $_POST['age'] は PHP により自動的に設定されます。 前の部分では ...
https://man.plustar.jp/php/tutorial.forms.html - [similar]
更新する行の数を限定する 6511
« TableUpdate::execute TableUpdate::orderby » PHP Manual mysql_xdevapi\TableUpdate 更新する行の数 ... le -> update () -> set ( 'level' , 3 ) -> where ( 'age > 15 and age < 22' ) -> limit ( 4 ) -> orderby ([ ... 'age asc' , 'name desc' ]) -> execute (); ?> 関連キーワ ...
https://man.plustar.jp/php/mysql-xdevapi-tableupdate.limit.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT