検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 212 for bind (0.022 sec.)
Makes an HTTP server accept connections on the specified socket stream or resour... 6219
« EventHttp EventHttp::addServerAlias » PHP Manual EventHttp Makes an HTTP server accept connect ... accept connections on different sockets. 注意 : To bind a socket, listen , and accept connections on the s ... ocket in s single call use EventHttp::bind() . EventHttp::accept() is needed only if one alre ... ( AF_INET , SOCK_STREAM , SOL_TCP ); if (! socket_bind ( $socket [ $i ], $ip , $port )) { exit( "socket_b ... 8091 127.0.0.2 8092 URI: /about OK 参考 EventHttp::bind() - Binds an HTTP server on the specified address ...
https://man.plustar.jp/php/eventhttp.accept.html - [similar]
SASL を使用して LDAP ディレクトリにバインドする 6219
« ldap_rename ldap_search » PHP Manual LDAP 関数 SASL を使用して LDAP ディレクトリにバインドする ... ldap_sasl_bind (PHP 5, PHP 7, PHP 8) ldap_sasl_bind — SASL を使用 ... して LDAP ディレクトリにバインドする 説明 ldap_sasl_bind ( LDAP\Connection $ldap , ? string $dn = null , ? ... able になりました。 注意 注意 : 前提条件 ldap_sasl_bind() は SASL のサポート( sasl.h )が必要です。PHP の ... ワード: SASL , ディレクトリ , string , sasl , 使用 , bind , 関数 , authc , 期待 , 注意 ...
https://man.plustar.jp/php/function.ldap-sasl-bind.html - [similar]
SqlStatement クラス 6134
« Session::startTransaction SqlStatement::bind » PHP Manual Mysql_xdevapi SqlStatement クラス Sq ... パティ */ public $ statement ; /* メソッド */ public bind ( string $param ): mysql_xdevapi\SqlStatement publ ... _xdevapi\SqlStatement::BUFFERED 目次 SqlStatement::bind — ステートメントのパラメータをバインドする SqlStat ... ーワード: SqlStatement , クラス , xdevapi , public , bind , Result , hasMoreResults , getResult , getNextRes ...
https://man.plustar.jp/php/class.mysql-xdevapi-sqlstatement.html - [similar]
TableDelete クラス 6134
« Table::update TableDelete::bind » PHP Manual Mysql_xdevapi TableDelete クラス TableDelete クラ ... s mysql_xdevapi\Executable { /* メソッド */ public bind ( array $placeholder_values ): mysql_xdevapi\Table ... r ): mysql_xdevapi\TableDelete } 目次 TableDelete::bind — delete のクエリパラメータをバインドする TableDel ... elete , xdevapi , クラス , public , 削除 , where , bind , orderby , string , expr ...
https://man.plustar.jp/php/class.mysql-xdevapi-tabledelete.html - [similar]
Import BLOB/CLOB data from a file 6134
« cubrid_lob2_export cubrid_lob2_new » PHP Manual CUBRID 関数 Import BLOB/CLOB data from a file ... n , "INSERT INTO test_lob VALUES (?, ?)" ); cubrid_bind ( $req , 1 , 1 ); $lob = cubrid_lob2_new ( $conn , ... id_lob2_import ( $lob , "doc_1.txt" ); cubrid_lob2_bind ( $req , 2 , $lob , 'CLOB' ); // or cubrid_lob2_bi ... rt() - Export the lob object to a file cubrid_lob2_bind() - Bind a lob object or a string as a lob object ...
https://man.plustar.jp/php/function.cubrid-lob2-import.html - [similar]
Adds a server alias to the HTTP server object 6061
« EventHttp::accept EventHttp::bind » PHP Manual EventHttp Adds a server alias to the HTTP serve ... AF_INET , SOCK_STREAM , SOL_TCP ); if (! $http -> bind ( "127.0.0.1" , 8088 )) { exit( "bind(1) failed\n" ... server , Adds , EventHttp , the , addServerAlias , bind , event , public , string , パラメータ ...
https://man.plustar.jp/php/eventhttp.addserveralias.html - [similar]
6061
« 定義済み定数 OCI8 接続のハンドリングおよびプーリング » PHP Manual OCI8 例 例 これらの例では HR ... :mydata)' ); $id = 60 ; $data = 'Some data' ; oci_bind_by_name ( $stid , ':myid' , $id ); oci_bind_by_nam ... id = oci_parse ( $conn , $sql ); $didbv = 60 ; oci_bind_by_name ( $stid , ':didbv' , $didbv ); oci_execute ... ob = oci_new_descriptor ( $conn , OCI_D_LOB ); oci_bind_by_name ( $stid , ":mykey" , $mykey , 5 ); oci_bin ... mykey' ; $stid = oci_parse ( $conn , $query ); oci_bind_by_name ( $stid , ":mykey" , $mykey , 5 ); oci_exe ...
https://man.plustar.jp/php/oci8.examples.html - [similar]
TableUpdate クラス 6029
« TableSelect::where TableUpdate::bind » PHP Manual Mysql_xdevapi TableUpdate クラス TableUpdate ... s mysql_xdevapi\Executable { /* メソッド */ public bind ( array $placeholder_values ): mysql_xdevapi\Table ... r ): mysql_xdevapi\TableUpdate } 目次 TableUpdate::bind — update のクエリパラメータをバインドする TableUpd ... te , xdevapi , クラス , public , where , orderby , bind , string , 更新 , 設定 ...
https://man.plustar.jp/php/class.mysql-xdevapi-tableupdate.html - [similar]
ソケットに名前をバインドする 5944
« socket_addrinfo_lookup socket_clear_error » PHP Manual ソケット 関数 ソケットに名前をバインドす ... る socket_bind (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) socket_bind ... — ソケットに名前をバインドする 説明 socket_bind ( Socket $socket , string $address , int $port = 0 ... 前のバージョンでは、リソース型でした。 例 例1 socket_bind() を使用してソースアドレスを指定する <?php // 新し ... 27.0.0.2' ; // ソースアドレスをバインドする socket_bind ( $sock , $sourceips [ 'madcoder' ]); // 接続先アド ...
https://man.plustar.jp/php/function.socket-bind.html - [similar]
ソケットエラーの内容を文字列として返す 5944
« socket_shutdown socket_write » PHP Manual ソケット 関数 ソケットエラーの内容を文字列として返す ... _last_error ()) . "\n" ; } if ( false == (@ socket_bind ( $socket , '127.0.0.1' , 80 ))) { echo "socket_bi ... ート権限で実行されていないことを仮定します)。 socket_bind() failed: reason: Permission denied 参考 socket_ac ... cept() - ソケットへの接続を許可する socket_bind() - ソケットに名前をバインドする socket_connect() ... or , パラメータ , 接続 , エラーメッセージ , 対応 , bind , 関数 ...
https://man.plustar.jp/php/function.socket-strerror.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT