Results of 1 - 10 of about 212 for bind (0.002 sec.)
- Bind variables to a prepared statement as parameters 9957
- « CUBRID 関数 cubrid_close_prepare » PHP Manual CUBRID 関数 Bind variables to a prepared stateme
...
nt as parameters cubrid_bind (PECL CUBRID >= 8.3.0) cubrid_bind — Bind variable ...
to a prepared statement as parameters 説明 cubrid_bind ( resource $req_identifier , int $bind_index , mix ...
ed $bind_value , string $bind_value_type = ? ): bool The cu ...
brid_bind() function is used to bind values to a correspondi ...
-
https://man.plustar.jp/php/function.cubrid-bind.html
- [similar]
- Bind a lob object or a string as a lob object to a prepared statement as paramet... 9915
- « cubrid_lob_size cubrid_lob2_close » PHP Manual CUBRID 関数 Bind a lob object or a string as a
...
to a prepared statement as parameters cubrid_lob2_bind (PECL CUBRID >= 8.4.1) cubrid_lob2_bind — Bind a l ...
prepared statement as parameters 説明 cubrid_lob2_bind ( resource $req_identifier , int $bind_index , mix ...
ed $bind_value , string $bind_value_type = ? ): bool The cu ...
brid_lob2_bind() function is used to bind BLOB/CLOB datas to a co ...
-
https://man.plustar.jp/php/function.cubrid-lob2-bind.html
- [similar]
- Bind the socket 9461
- « ZMQSocket ZMQSocket::connect » PHP Manual ZMQSocket Bind the socket ZMQSocket::bind (PECL zmq
...
>= 0.5.0) ZMQSocket::bind — Bind the socket 説明 public ZMQSocket::bind ( st ...
ring $dsn , bool $force = false ): ZMQSocket Bind the socket to an endpoint. The endpoint is defined ...
inproc, ipc, tcp, pgm or epgm. パラメータ dsn The bind dsn, for example transport://address . force Tries ...
to bind even if the socket has already been bound to the g ...
-
https://man.plustar.jp/php/zmqsocket.bind.html
- [similar]
- Oracle プレースホルダに PHP 変数をバインドする 9112
- « oci_bind_array_by_name oci_cancel » PHP Manual OCI8 関数 Oracle プレースホルダに PHP 変数をバイ
...
ンドする oci_bind_by_name (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) ...
oci_bind_by_name — Oracle プレースホルダに PHP 変数をバイン ...
ドする 説明 oci_bind_by_name ( resource $statement , string $param , mi ...
程度になるかわからない場合は現在のデータサイズで oci_bind_by_name() を再コールしてから oci_execute() を実行す ...
-
https://man.plustar.jp/php/function.oci-bind-by-name.html
- [similar]
- Bind the connection to a user defined user ID. 9112
- « Swoole\Server::after Swoole\Server::clearTimer » PHP Manual Swoole\Server Bind the connection
...
to a user defined user ID. Swoole\Server::bind (PECL swoole >= 1.9.0) Swoole\Server::bind — Bind ...
a user defined user ID. 説明 public Swoole\Server::bind ( int $fd , int $uid ): bool パラメータ fd uid 戻り ...
値 関連キーワード: user , Bind , onnection , defined , Swoole , Server , bind , i ...
-
https://man.plustar.jp/php/swoole-server.bind.html
- [similar]
- 定義済み定数 8732
- « 実行時設定 例 » PHP Manual OCI8 定義済み定数 定義済み定数 以下の定数が定義されています。 この関
...
8 バインドおよび定義の型 定数 説明 OCI_B_BFILE oci_bind_by_name() で BFILE をバインドする場合に使います。 ...
OCI_B_BIN oci_bind_by_name() で RAW 値をバインドする際に使います。 OC ...
I_B_BLOB oci_bind_by_name() で BLOB をバインドする場合に使います。 O ...
CI_B_BOL oci_bind_by_name() で PL/SQL の BOOLEAN 変数をバインドする場 ...
-
https://man.plustar.jp/php/oci8.constants.html
- [similar]
- Binds an HTTP server on the specified address and port 7972
- « EventHttp::addServerAlias EventHttp::__construct » PHP Manual EventHttp Binds an HTTP server o
...
n the specified address and port EventHttp::bind (PECL event >= 1.2.6-beta) EventHttp::bind — Binds ...
specified address and port 説明 public EventHttp::bind ( string $address , int $port ): void Binds an HTT ...
address and port. Can be called multiple times to bind the same HTTP server to multiple different ports. ...
失敗した場合に false を返します。 例 例1 EventHttp::bind() example <?php $base = new EventBase (); $http = ...
-
https://man.plustar.jp/php/eventhttp.bind.html
- [similar]
- LDAP ディレクトリにバインドする 7930
- « ldap_bind_ext ldap_close » PHP Manual LDAP 関数 LDAP ディレクトリにバインドする ldap_bind (PHP
...
4, PHP 5, PHP 7, PHP 8) ldap_bind — LDAP ディレクトリにバインドする 説明 ldap_bind ( ...
$ldapconn ) { // ldap サーバーにバインドする $ldapbind = ldap_bind ( $ldapconn , $ldaprdn , $ldappass ); ...
// バインド結果を検証する if ( $ldapbind ) { echo "LDAP bind successful..." ; } else { echo ...
"LDAP bind failed..." ; } } ?> 例2 LDAP 匿名バインドの使用 <? ...
-
https://man.plustar.jp/php/function.ldap-bind.html
- [similar]
- プリペアドステートメントのパラメータに変数をバインドする 7739
- « mysqli_stmt::attr_set mysqli_stmt::bind_result » PHP Manual mysqli_stmt プリペアドステートメン
...
トのパラメータに変数をバインドする mysqli_stmt::bind_param mysqli_stmt_bind_param (PHP 5, PHP 7, PHP 8) ...
mysqli_stmt::bind_param -- mysqli_stmt_bind_param — プリペアドステー ...
ンドする 説明 オブジェクト指向型 public mysqli_stmt::bind_param ( string $types , mixed &$var , mixed &...$v ...
ars ): bool 手続き型 mysqli_stmt_bind_param ( mysqli_stmt $statement , string $types , m ...
-
https://man.plustar.jp/php/mysqli-stmt.bind-param.html
- [similar]
- PHP の配列を Oracle PL/SQL の配列に名前でバインドする 7623
- « OCI8 関数 oci_bind_by_name » PHP Manual OCI8 関数 PHP の配列を Oracle PL/SQL の配列に名前でバイ
...
ンドする oci_bind_array_by_name (PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL ...
OCI8 >= 1.2.0) oci_bind_array_by_name — PHP の配列を Oracle PL/SQL の配列に ...
名前でバインドする 説明 oci_bind_array_by_name ( resource $statement , string $para ...
tem_length = -1 , int $type = SQLT_AFC ): bool oci_bind_array_by_name() は、PHP の配列 var を Oracle のプレ ...
-
https://man.plustar.jp/php/function.oci-bind-array-by-name.html
- [similar]