検索

phrase: max: clip:
target: order:
Results of 461 - 470 of about 1568 for Name (2.434 sec.)
自動インクリメントされた値を取得する 2645
« Result::getAffectedItemsCount Result::getGeneratedIds » PHP Manual mysql_xdevapi\Result 自動イ ... e (); $session -> sql ( " CREATE TABLE addressbook.names (id INT NOT NULL AUTO_INCREMENT, name VARCHAR(30) ... ( "addressbook" ); $table = $schema -> getTable ( "names" ); $result = $table -> insert ( "name" , "age" ) ... 43 ])-> execute (); $result = $table -> insert ( "name" , "age" )-> values ([ "Suki" , 34 ])-> execute () ...
https://man.plustar.jp/php/mysql-xdevapi-result.getautoincrementvalue.html - [similar]
結果セットから行を取得する 2645
« RowResult::fetchAll RowResult::getColumnsCount » PHP Manual mysql_xdevapi\RowResult 結果セット ... te (); $session -> sql ( "CREATE TABLE addressbook.names(name text, age int)" )-> execute (); $session -> ... sql ( "INSERT INTO addressbook.names values ('John', 42), ('Sam', 33)" )-> execute (); ... ( "addressbook" ); $table = $schema -> getTable ( "names" ); $row = $table -> select ( 'name' , 'age' )-> ... 例の出力は、 たとえば以下のようになります。 Array ( [name] => Sam [age] => 33 ) 関連キーワード: セット , 取得 ...
https://man.plustar.jp/php/mysql-xdevapi-rowresult.fetchone.html - [similar]
EXCLUSIVE LOCK を実行する 2645
« TableSelect::limit TableSelect::lockShared » PHP Manual mysql_xdevapi\TableSelect EXCLUSIVE LO ... ( "addressbook" ); $table = $schema -> getTable ( "names" ); $session -> startTransaction (); $result = $t ... able -> select ( 'name' , 'age' ) -> lockExclusive ( MYSQLX_LOCK_NOWAIT ) ... とえば以下のようになります。 Array ( [0] => Array ( [name] => John [age] => 42 ) [1] => Array ( [name] => Sa ...
https://man.plustar.jp/php/mysql-xdevapi-tableselect.lockexclusive.html - [similar]
SHARED LOCK を実行する 2645
« TableSelect::lockExclusive TableSelect::offset » PHP Manual mysql_xdevapi\TableSelect SHARED L ... ( "addressbook" ); $table = $schema -> getTable ( "names" ); $session -> startTransaction (); $result = $t ... able -> select ( 'name' , 'age' ) -> lockShared ( MYSQLX_LOCK_NOWAIT ) -> ... とえば以下のようになります。 Array ( [0] => Array ( [name] => John [age] => 42 ) [1] => Array ( [name] => Sa ...
https://man.plustar.jp/php/mysql-xdevapi-tableselect.lockshared.html - [similar]
サーバから取得した結果セットの行数を返す 2645
« mysqli_stmt::next_result mysqli_stmt::$param_count » PHP Manual mysqli_stmt サーバから取得した ... ser" , "my_password" , "world" ); $query = "SELECT Name, CountryCode FROM City ORDER BY Name LIMIT 20" ; $ ... ser" , "my_password" , "world" ); $query = "SELECT Name, CountryCode FROM City ORDER BY Name LIMIT 20" ; $ ...
https://man.plustar.jp/php/mysqli-stmt.num-rows.html - [similar]
内部バッファに結果を保存する 2645
« mysqli_stmt::$sqlstate mysqli_result » PHP Manual mysqli_stmt 内部バッファに結果を保存する mys ... ser" , "my_password" , "world" ); $query = "SELECT Name, CountryCode FROM City ORDER BY Name LIMIT 20" ; $ ... ser" , "my_password" , "world" ); $query = "SELECT Name, CountryCode FROM City ORDER BY Name LIMIT 20" ; $ ...
https://man.plustar.jp/php/mysqli-stmt.store-result.html - [similar]
Targets 2645
« parallel\Events::addChannel parallel\Events::remove » PHP Manual parallel\Events Targets paral ... s 説明 public parallel\Events::addFuture ( string $name , parallel\Future $future ): void Shall watch for ... el\Events\Error\Existence if target with the given name was already added. 関連キーワード: Targets , Event ...
https://man.plustar.jp/php/parallel-events.addfuture.html - [similar]
定義済み定数 2645
« リソース型 RpmInfo 関数 » PHP Manual RpmInfo 定義済み定数 定義済み定数 以下の定数が定義されてい ... ARCH ( int ) RPMTAG_ARCHIVESIZE ( int ) RPMTAG_BASENAMES ( int ) Name (not path) of files, with database i ... BUILDTIME ( int ) RPMTAG_C ( int ) RPMTAG_CHANGELOGNAME ( int ) RPMTAG_CHANGELOGTEXT ( int ) RPMTAG_CHANGE ... int ) RPMTAG_CONFLICTFLAGS ( int ) RPMTAG_CONFLICTNAME ( int ) Conflicting dependencies, with database in ... IPTION ( int ) RPMTAG_DIRINDEXES ( int ) RPMTAG_DIRNAMES ( int ) Directory of files, with database index. ...
https://man.plustar.jp/php/rpminfo.constants.html - [similar]
SQLインジェクション 2645
« ストレージの暗号化 エラーのレポート » PHP Manual データベースのセキュリティ SQLインジェクション ... 入力チェックが行われていません! $query = "SELECT id, name FROM products ORDER BY name LIMIT 20 OFFSET $offse ... ることで攻撃を試みます。 0; insert into pg_shadow(usename,usesysid,usesuper,usecatupd,passwd) select 'crack' ... usesysid, 't','t','crack' from pg_shadow where usename='postgres'; -- このようなことが行われると、スクリプ ... のパスワード のリストを表示する $query = "SELECT id, name, inserted, size FROM products WHERE size = '$size' ...
https://man.plustar.jp/php/security.database.sql-injection.html - [similar]
実行時設定 2645
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... 変更履歴 session.save_path "" PHP_INI_ALL session.name "PHPSESSID" PHP_INI_ALL session.save_handler "file ... _progress_" PHP_INI_PERDIR session.upload_progress.name "PHP_SESSION_UPLOAD_PROGRESS" PHP_INI_PERDIR sessi ... るような大規模サイトに限るようにしましょう。 session.name string session.name はセッション名を指定し、 クッキ ... があります。 デフォルトは、 PHPSESSID です。 session_name() も参照してください。 session.auto_start bool ses ...
https://man.plustar.jp/php/session.configuration.html - [similar]