検索

phrase: max: clip:
target: order:
Results of 401 - 410 of about 927 for create (0.025 sec.)
サンプル 2969
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Exa ... e#680 - radius_auth_open の例 Example#681 - radius_create_request の例 Example#682 - radius_cvt_addr の例 Ex ... Example#721 - Phar::count の例 Example#722 - Phar::createDefaultStub の例 Example#723 - Phar::decompress の例 ... の例 Example#899 - hash の例 Example#900 - mcrypt_create_iv Example Example#901 - mcrypt_enc_get_algorithms ... 9 - PDO_PGSQL DSN の例 Example#1100 - PDO::pgsqlLOBCreate の例 Example#1101 - PDO::pgsqlLOBOpen の例 Example ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
手早くメッセージをフォーマットする 2969
« MessageFormatter::create MessageFormatter::format » PHP Manual MessageFormatter 手早くメッセー ... 123 Bäumen sind 37,073 Affen pro Baum 参考 msgfmt_create() - 新しいメッセージフォーマッタを作成する msgfmt_ ...
https://man.plustar.jp/php/messageformatter.formatmessage.html - [similar]
直近に実行されたクエリの情報を取得する 2969
« mysqli::get_warnings mysqli::init » PHP Manual mysqli 直近に実行されたクエリの情報を取得する m ... i_connect_error ()); exit(); } $mysqli -> query ( "CREATE TEMPORARY TABLE t1 LIKE City" ); /* INSERT INTO .. ... nnect_error ()); exit(); } mysqli_query ( $link , "CREATE TEMPORARY TABLE t1 LIKE City" ); /* INSERT INTO .. ...
https://man.plustar.jp/php/mysqli.info.html - [similar]
直前の MySQL の操作での SQLSTATE エラーを返す 2969
« mysqli::set_charset mysqli::ssl_set » PHP Manual mysqli 直前の MySQL の操作での SQLSTATE エラー ... のためエラーとなります */ if (! $mysqli -> query ( "CREATE TABLE City (ID INT, Name VARCHAR(30))" )) { printf ... めエラーとなります */ if (! mysqli_query ( $link , "CREATE TABLE City (ID INT, Name VARCHAR(30))" )) { printf ...
https://man.plustar.jp/php/mysqli.sqlstate.html - [similar]
現在の接続のスレッド ID を返す 2969
« mysqli::store_result mysqli::thread_safe » PHP Manual mysqli 現在の接続のスレッド ID を返す my ... これはエラーとなります */ if (! $mysqli -> query ( "CREATE TABLE myCity LIKE City" )) { printf ( "Error: %s\n ... はエラーとなります */ if (! mysqli_query ( $link , "CREATE TABLE myCity LIKE City" )) { printf ( "Error: %s\n ...
https://man.plustar.jp/php/mysqli.thread-id.html - [similar]
指定した接続の直近のクエリから発生した警告の数を返す 2969
« mysqli::use_result mysqli_stmt » PHP Manual mysqli 指定した接続の直近のクエリから発生した警告の ... i_connect_error ()); exit(); } $mysqli -> query ( "CREATE TABLE myCity LIKE City" ); /* ウェールズの珍しい地 ... nnect_error ()); exit(); } mysqli_query ( $link , "CREATE TABLE myCity LIKE City" ); /* ウェールズの珍しい地 ...
https://man.plustar.jp/php/mysqli.warning-count.html - [similar]
Resize the Pool 2969
« Pool::__construct Pool::shutdown » PHP Manual Pool Resize the Pool Pool::resize (PECL pthreads ... タ size The maximum number of Workers this Pool can create 戻り値 値を返しません。 関連キーワード: Pool , Res ...
https://man.plustar.jp/php/pool.resize.html - [similar]
COM関数 2969
« com_exception com_create_guid » PHP Manual COM COM関数 COM関数 参考 COM についてのより詳細な情 ... f Office の情報も読んでおくべきでしょう。 目次 com_create_guid — グローバルユニーク ID (GUID) を生成する com ...
https://man.plustar.jp/php/ref.com.html - [similar]
The Common Record Log Function 2969
« SeasLog::info SeasLog::notice » PHP Manual SeasLog The Common Record Log Function SeasLog::log ... RITICAL SEASLOG_ALERT SEASLOG_EMERGENCY Or you can create a new level self-help. message The log message. co ... fo log' )); var_dump ( SeasLog :: getBuffer ()); //create a new level self-help. var_dump ( SeasLog :: log ( ...
https://man.plustar.jp/php/seaslog.log.html - [similar]
BLOB を読み取るためのストリームリソースを開く 2969
« SQLite3::open SQLite3::prepare » PHP Manual SQLite3 BLOB を読み取るためのストリームリソースを開 ... onn = new SQLite3 ( ':memory:' ); $conn -> exec ( 'CREATE TABLE test (text text)' ); $conn -> exec ( "INSERT ... onn = new SQLite3 ( ':memory:' ); $conn -> exec ( 'CREATE TABLE test (text text)' ); $conn -> exec ( "INSERT ...
https://man.plustar.jp/php/sqlite3.openblob.html - [similar]