検索

phrase: max: clip:
target: order:
Results of 871 - 880 of about 927 for create (2.095 sec.)
Execute a database command on this server 2691
« MongoDB\Driver\Server::executeBulkWrite MongoDB\Driver\Server::executeQuery » PHP Manual Mongo ... Instead, you should set these two options when you create the transaction with MongoDB\Driver\Session::start ...
https://man.plustar.jp/php/mongodb-driver-server.executecommand.html - [similar]
複数のステートメント 2691
« ストアドプロシージャ トランザクションのサポート » PHP Manual クイックスタートガイド 複数のステ ... "DROP TABLE IF EXISTS test" ); $mysqli -> query ( "CREATE TABLE test(id INT)" ); $sql = "SELECT COUNT(*) AS ...
https://man.plustar.jp/php/mysqli.quickstart.multiple-statement.html - [similar]
トランザクションを開始する 2691
« PDO PDO::commit » PHP Manual PDO トランザクションを開始する PDO::beginTransaction (PHP 5 >= 5. ... QL を含むいくつかのデータベースでは、DROP TABLE や CREATE TABLE のようなデータベース定義言語 (DDL) ステートメ ...
https://man.plustar.jp/php/pdo.begintransaction.html - [similar]
新しいラージオブジェクトを作成する 2691
« PDO::pgsqlGetPid PDO::pgsqlLOBOpen » PHP Manual PostgreSQL (PDO) 新しいラージオブジェクトを作成 ... する PDO::pgsqlLOBCreate (PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL pdo_pgsql >= 1 ... .0.2) PDO::pgsqlLOBCreate — 新しいラージオブジェクトを作成する 説明 public P ... DO::pgsqlLOBCreate (): string PDO::pgsqlLOBCreate() は、 ラージオブジ ... コールしなければなりません。 パラメータ PDO::pgsqlLOBCreate() は、パラメータを受け取りません。 戻り値 新しく作 ...
https://man.plustar.jp/php/pdo.pgsqllobcreate.html - [similar]
現在の Phar エントリを zlib あるいは bzip2 のいずれかで圧縮する 2691
« PharFileInfo::chmod PharFileInfo::__construct » PHP Manual PharFileInfo 現在の Phar エントリを ... ( Phar :: BZ2 )); } catch ( Exception $e ) { echo 'Create/modify operations on my.phar failed: ' , $e ; } ?> ...
https://man.plustar.jp/php/pharfileinfo.compress.html - [similar]
CUBRID 関数 2691
« 例 cubrid_bind » PHP Manual CUBRID CUBRID 関数 CUBRID 関数 目次 cubrid_bind — Bind variables t ... mport BLOB/CLOB data from a file cubrid_lob2_new — Create a lob object cubrid_lob2_read — Read from BLOB/CLO ...
https://man.plustar.jp/php/ref.cubrid.html - [similar]
SoapClient のコンストラクタ 2691
« SoapClient::__call SoapClient::__doRequest » PHP Manual SoapClient SoapClient のコンストラクタ ... を設定できる stream context 。 これは stream_context_create() で生成できます。 このコンテキストには、 socket c ... 1.3 だけを指定する <?php $context = stream_context_create ([ 'ssl' => [ 'crypto_method' => STREAM_CRYPTO_MET ...
https://man.plustar.jp/php/soapclient.construct.html - [similar]
パラメータを変数にバインドする 2691
« SQLite3Stmt SQLite3Stmt::bindValue » PHP Manual SQLite3Stmt パラメータを変数にバインドする SQL ... p $db = new SQLite3 ( ':memory:' ); $db -> exec ( "CREATE TABLE foo (bar TEXT)" ); $stmt = $db -> prepare ( ...
https://man.plustar.jp/php/sqlite3stmt.bindparam.html - [similar]
パラメータの値を変数にバインドする 2691
« SQLite3Stmt::bindParam SQLite3Stmt::clear » PHP Manual SQLite3Stmt パラメータの値を変数にバイン ... p $db = new SQLite3 ( ':memory:' ); $db -> exec ( 'CREATE TABLE foo (id INTEGER, bar STRING)' ); $db -> exec ...
https://man.plustar.jp/php/sqlite3stmt.bindvalue.html - [similar]
2691
« 定義済み定数 ZipArchive » PHP Manual Zip 例 例 例1 Zip アーカイブの作成 <?php $zip = new ZipAr ... p" ; if ( $zip -> open ( $filename , ZipArchive :: CREATE )!== TRUE ) { exit( "cannot open < $filename >\n" ...
https://man.plustar.jp/php/zip.examples.html - [similar]