検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 133 for names (0.003 sec.)
挿入する行の値を追加する 6851
« TableInsert::execute mysql_xdevapi\TableSelect » PHP Manual mysql_xdevapi\TableInsert 挿入する ... te (); $session -> sql ( "CREATE TABLE addressbook.names(name text, age int)" )-> execute (); $session -> s ... ql ( "INSERT INTO addressbook.names values ('John', 42), ('Sam', 33)" )-> execute (); ... ( "addressbook" ); $table = $schema -> getTable ( "names" ); $table -> insert ( "name" , "age" ) -> values ...
https://man.plustar.jp/php/mysql-xdevapi-tableinsert.values.html - [similar]
テーブルから行を削除する 6791
« Table::count Table::existsInDatabase » PHP Manual mysql_xdevapi\Table テーブルから行を削除する ... te (); $session -> sql ( "CREATE TABLE addressbook.names(name text, age int)" )-> execute (); $session -> s ... ql ( "INSERT INTO addressbook.names values ('John', 42), ('Sam', 33)" )-> execute (); ... ( "addressbook" ); $table = $schema -> getTable ( "names" ); $table -> delete ()-> where ( "name = :name" ) ...
https://man.plustar.jp/php/mysql-xdevapi-table.delete.html - [similar]
テーブルスキーマを取得する 6791
« Table::getName Table::getSession » PHP Manual mysql_xdevapi\Table テーブルスキーマを取得する T ... te (); $session -> sql ( "CREATE TABLE addressbook.names(name text, age int)" )-> execute (); $session -> s ... ql ( "INSERT INTO addressbook.names values ('John', 42), ('Sam', 33)" )-> execute (); ... ( "addressbook" ); $table = $schema -> getTable ( "names" ); var_dump ( $table -> getSchema ()); ?> 上の例の ...
https://man.plustar.jp/php/mysql-xdevapi-table.getschema.html - [similar]
テーブルの行を更新する 6791
« Table::select mysql_xdevapi\TableDelete » PHP Manual mysql_xdevapi\Table テーブルの行を更新する ... te (); $session -> sql ( "CREATE TABLE addressbook.names(name text, age int)" )-> execute (); $session -> s ... ql ( "INSERT INTO addressbook.names values ('John', 42), ('Sam', 33)" )-> execute (); ... ( "addressbook" ); $table = $schema -> getTable ( "names" ); $table -> update ()-> set ( 'age' , 34 )-> whe ...
https://man.plustar.jp/php/mysql-xdevapi-table.update.html - [similar]
削除する行を限定する 6791
« TableDelete::execute TableDelete::orderby » PHP Manual mysql_xdevapi\TableDelete 削除する行を限 ... te (); $session -> sql ( "CREATE TABLE addressbook.names(name text, age int)" )-> execute (); $session -> s ... ql ( "INSERT INTO addressbook.names values ('John', 42), ('Sam', 33)" )-> execute (); ... ( "addressbook" ); $table = $schema -> getTable ( "names" ); $table -> delete () -> where ( "name = :name" ...
https://man.plustar.jp/php/mysql-xdevapi-tabledelete.limit.html - [similar]
Gets a record from a database as an indexed array 6730
« dbase_get_record_with_names dbase_numfields » PHP Manual dBase 関数 Gets a record from a datab ... rce instead of an int . 参考 dbase_get_record_with_names() - Gets a record from a database as an associativ ... e , array , indexed , from , a , 変換 , resource , names , int ...
https://man.plustar.jp/php/function.dbase-get-record.html - [similar]
CSR を作成する 6730
« openssl_csr_get_subject openssl_csr_sign » PHP Manual OpenSSL 関数 CSR を作成する openssl_csr_ ... 作成する 説明 openssl_csr_new ( array $distinguished_names , OpenSSLAsymmetricKey &$private_key , ? array $op ... CSR (Certificate Signing Request) を distinguished_names の情報に基づいて作成します。 注意 : この関数を正し ... セクション を参照ください。 パラメータ distinguished_names 証明書で使用される識別名、またはsubjectフィールド。 ... _key_cipher int none 暗号定数 のうちの一つ。 curve_name string none openssl_get_curve_names() のうちの一つ。 ...
https://man.plustar.jp/php/function.openssl-csr-new.html - [similar]
スキーマのテーブルを取得する 6730
« Schema::getSession Schema::getTables » PHP Manual mysql_xdevapi\Schema スキーマのテーブルを取得 ... te (); $session -> sql ( "CREATE TABLE addressbook.names(name text, age int)" )-> execute (); $session -> s ... ql ( "INSERT INTO addressbook.names values ('John', 42), ('Sam', 33)" )-> execute (); ... ( "addressbook" ); $table = $schema -> getTable ( "names" ); $row = $table -> select ( 'name' , 'age' )-> e ...
https://man.plustar.jp/php/mysql-xdevapi-schema.gettable.html - [similar]
テーブルを操作するためのセッションを取得する 6730
« Table::getSchema Table::insert » PHP Manual mysql_xdevapi\Table テーブルを操作するためのセッシ ... te (); $session -> sql ( "CREATE TABLE addressbook.names(name text, age int)" )-> execute (); $session -> s ... ql ( "INSERT INTO addressbook.names values ('John', 42), ('Sam', 33)" )-> execute (); ... ( "addressbook" ); $table = $schema -> getTable ( "names" ); var_dump ( $table -> getSession ()); ?> 上の例 ...
https://man.plustar.jp/php/mysql-xdevapi-table.getsession.html - [similar]
テーブルに行を挿入する 6730
« Table::getSession Table::isView » PHP Manual mysql_xdevapi\Table テーブルに行を挿入する Table: ... te (); $session -> sql ( "CREATE TABLE addressbook.names(name text, age int)" )-> execute (); $session -> s ... ql ( "INSERT INTO addressbook.names values ('John', 42), ('Sam', 33)" )-> execute (); ... ( "addressbook" ); $table = $schema -> getTable ( "names" ); $table -> insert ( "name" , "age" ) -> values ...
https://man.plustar.jp/php/mysql-xdevapi-table.insert.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT