検索

phrase: max: clip:
target: order:
Results of 271 - 280 of about 927 for create (0.016 sec.)
挿入する行の値を追加する 3191
« TableInsert::execute mysql_xdevapi\TableSelect » PHP Manual mysql_xdevapi\TableInsert 挿入する ... TS addressbook" )-> execute (); $session -> sql ( "CREATE DATABASE addressbook" )-> execute (); $session -> ... sql ( "CREATE TABLE addressbook.names(name text, age int)" )-> e ...
https://man.plustar.jp/php/mysql-xdevapi-tableinsert.values.html - [similar]
プリペアドステートメントを実行する 3191
« mysqli_stmt::$error mysqli_stmt::fetch » PHP Manual mysqli_stmt プリペアドステートメントを実行 ... " , "my_password" , "world" ); $mysqli -> query ( "CREATE TEMPORARY TABLE myCity LIKE City" ); /* insert 文を ... "my_password" , "world" ); mysqli_query ( $link , "CREATE TEMPORARY TABLE myCity LIKE City" ); /* insert 文を ... ' , 'my_password' , 'world' ); $mysqli -> query ( 'CREATE TEMPORARY TABLE myCity LIKE City' ); /* insert 文を ... 'my_password' , 'world' ); mysqli_query ( $link , 'CREATE TEMPORARY TABLE myCity LIKE City' ); /* insert 文を ...
https://man.plustar.jp/php/mysqli-stmt.execute.html - [similar]
Creates a new Pool of Workers 3191
« Pool::collect Pool::resize » PHP Manual Pool Creates a new Pool of Workers Pool::__construct ( ... PECL pthreads >= 2.0.0) Pool::__construct — Creates a new Pool of Workers 説明 public Pool::__constru ... ? ) Construct a new pool of workers. Pools lazily create their threads, which means new threads will only b ... ize The maximum number of workers for this pool to create class The class for new Workers. If no class is gi ...
https://man.plustar.jp/php/pool.construct.html - [similar]
Lists the children of a node synchronously 3191
« Zookeeper::getAcl Zookeeper::getClientId » PHP Manual Zookeeper Lists the children of a node s ... ay(1) { [0]=> string(6) "config" } 参考 Zookeeper::create() - Create a node synchronously Zookeeper::delete( ...
https://man.plustar.jp/php/zookeeper.getchildren.html - [similar]
Transliterator クラス 3159
« Spoofchecker::setChecks Transliterator::__construct » PHP Manual intl Transliterator クラス Tr ... ソッド */ final private __construct () public static create ( string $id , int $direction = Transliterator::FO ... RWARD ): ? Transliterator public static createFromRules ( string $rules , int $direction = Transl ... iterator::FORWARD ): ? Transliterator public createInverse (): ? Transliterator public getErrorCode () ... ために private にしたコンストラクタ Transliterator::create — Transliterator を作成する Transliterator::create ...
https://man.plustar.jp/php/class.transliterator.html - [similar]
Oracle プレースホルダに PHP 変数をバインドする 3159
« oci_bind_array_by_name oci_cancel » PHP Manual OCI8 関数 Oracle プレースホルダに PHP 変数をバイ ... ータの挿入 <?php // このようなテーブルを作ります // CREATE TABLE mytab (id NUMBER, text VARCHAR2(40)); $conn ... 複数回実行 <?php // このようなテーブルを作ります // CREATE TABLE mytab (id NUMBER); $conn = oci_connect ( 'hr ... のバインド <?php // このようなテーブルを作ります // CREATE TABLE mytab (id NUMBER, salary NUMBER, name VARCHA ... ry を更新します // このようなテーブルを作ります // CREATE TABLE mytab (id NUMBER, salary NUMBER, name VARCHA ...
https://man.plustar.jp/php/function.oci-bind-by-name.html - [similar]
生データを IP アドレスに変換する 3159
« radius_create_request radius_cvt_int » PHP Manual Radius 関数 生データを IP アドレスに変換する ... , radius , アドレス , addr , string , int , data , create , request , Radius ...
https://man.plustar.jp/php/function.radius-cvt-addr.html - [similar]
ソケットに名前をバインドする 3159
« socket_addrinfo_lookup socket_clear_error » PHP Manual ソケット 関数 ソケットに名前をバインドす ... 確立される前に行われます。 パラメータ socket socket_create() で作成した Socket クラスのインスタンス。 address ... る <?php // 新しいソケットを作成する $sock = socket_create ( AF_INET , SOCK_STREAM , SOL_TCP ); // コンピュー ... listen() - ソケット上で接続待ち(listen)する socket_create() - ソケット(通信時の終端)を作成する socket_last ...
https://man.plustar.jp/php/function.socket-bind.html - [similar]
bucket を brigade の先頭に追加する 3159
« stream_bucket_new stream_context_create » PHP Manual ストリーム 関数 bucket を brigade の先頭に ... prepend , filter , 関数 , オブジェクト , context , create ...
https://man.plustar.jp/php/function.stream-bucket-prepend.html - [similar]
フォーマッタを作成した際のロケールを取得する 3159
« MessageFormatter::getErrorMessage MessageFormatter::getPattern » PHP Manual MessageFormatter フ ... 例 例1 msgfmt_get_locale() の例 <?php $fmt = msgfmt_create ( 'en_US' , "Number {0,number}" ); echo msgfmt_get ... > 上の例の出力は以下となります。 en_US 参考 msgfmt_create() - 新しいメッセージフォーマッタを作成する 関連キー ...
https://man.plustar.jp/php/messageformatter.getlocale.html - [similar]