検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 212 for bind (0.031 sec.)
select 文の検索条件を設定する 4656
« TableSelect::orderby mysql_xdevapi\TableUpdate » PHP Manual mysql_xdevapi\TableSelect select 文 ... ) -> where ( 'name like :name and age > :age' ) -> bind ([ 'name' => 'John' , 'age' => 42 ]) -> execute () ...
https://man.plustar.jp/php/mysql-xdevapi-tableselect.where.html - [similar]
プリペアドステートメントを閉じる 4656
« mysqli_stmt::bind_result mysqli_stmt::__construct » PHP Manual mysqli_stmt プリペアドステートメ ...
https://man.plustar.jp/php/mysqli-stmt.close.html - [similar]
Connect the socket 4656
« ZMQSocket::bind ZMQSocket::__construct » PHP Manual ZMQSocket Connect the socket ZMQSocket::co ...
https://man.plustar.jp/php/zmqsocket.connect.html - [similar]
4614
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... create(AF_INET, SOCK_STREAM, SOL_TCP); if (!socket_bind($this->socket, '0.0.0.0', $port)) { echo "Unable t ... o bind socket\n"; exit(1); } $this->listener = new EventL ... "_http_default" , "custom data value" ); $http -> bind ( "0.0.0.0" , 8010 ); $base -> loop (); ?> 上の例の ... "_http_default" , "custom data value" ); $http -> bind ( $ip , $port ); $base -> dispatch (); 例10 OpenSS ...
https://man.plustar.jp/php/event.examples.html - [similar]
ドメインのパスを取得/設定する 4614
« bind_textdomain_codeset dcgettext » PHP Manual Gettext 関数 ドメインのパスを取得/設定する bind ... textdomain (PHP 4, PHP 5, PHP 7, PHP 8) bindtextdomain — ドメインのパスを取得/設定する 説明 bin ... ng $domain , ? string $directory ): string | false bindtextdomain() 関数は、ドメインへのパスを取得/設定しま ... れているディレクトリを取得できませんでした。 例 例1 bindtextdomain() の例 <?php $domain = 'myapp' ; echo bi ... 以下となります。 /usr/share/myapp/locale 注意 注意 : bindtextdomain() 関数の情報はプロセス単位で管理されます ...
https://man.plustar.jp/php/function.bindtextdomain.html - [similar]
文を実行する 4614
« oci_error oci_fetch_all » PHP Manual OCI8 関数 文を実行する oci_execute (PHP 5, PHP 7, PHP 8, ... るコストを節約することができます。 この方法は、 oci_bind_by_name() でデータをバインドした INSERT 文で一般的 ... n , 'INSERT INTO mytab (col1) VALUES (:bv)' ); oci_bind_by_name ( $stid , ':bv' , $i , 10 ); for ( $i = 1 ...
https://man.plustar.jp/php/function.oci-execute.html - [similar]
クエリの次の行を連想配列あるいは数値添字配列で返す 4614
« oci_fetch_all oci_fetch_assoc » PHP Manual OCI8 関数 クエリの次の行を連想配列あるいは数値添字配 ... ; END;' ); $refcur = oci_new_cursor ( $conn ); oci_bind_by_name ( $stid , ':rc' , $refcur , - 1 , OCI_B_CU ... 5 行を返す $stid = oci_parse ( $conn , $sql ); oci_bind_by_name ( $stid , ':numrows' , $numrows ); oci_bin ...
https://man.plustar.jp/php/function.oci-fetch-array.html - [similar]
ソケットのエラーまたは直近のエラーコードをクリアする 4614
« socket_bind socket_close » PHP Manual ソケット 関数 ソケットのエラーまたは直近のエラーコードを ...
https://man.plustar.jp/php/function.socket-clear-error.html - [similar]
ドキュメントをひとつ取得 4614
« Collection::getName Collection::getSchema » PHP Manual mysql_xdevapi\Collection ドキュメントを ... ドのショートカットです: Collection.find("_id = :id").bind("id", id).execute().fetchOne(); パラメータ id コレ ...
https://man.plustar.jp/php/mysql-xdevapi-collection.getone.html - [similar]
ステートメントを実行する 4614
« CollectionFind::__construct CollectionFind::fields » PHP Manual mysql_xdevapi\CollectionFind ス ... tion -> find ( 'job like :job and age > :age' ) -> bind ([ 'job' => 'Butler' , 'age' => 16 ]) -> execute ( ...
https://man.plustar.jp/php/mysql-xdevapi-collectionfind.execute.html - [similar]