検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 212 for bind (0.097 sec.)
Write to a lob object 4878
« cubrid_lob2_tell cubrid_lock_read » PHP Manual CUBRID 関数 Write to a lob object cubrid_lob2_w ... d_lob2_write ( $lob , "Hello world" ); cubrid_lob2_bind ( $req , 1 , $lob ); cubrid_execute ( $req ); cubr ... write ( $lob1 , "cubrid php driver" ); cubrid_lob2_bind ( $req , 1 , $lob1 ); cubrid_execute ( $req ); $re ...
https://man.plustar.jp/php/function.cubrid-lob2-write.html - [similar]
直近の LDAP コマンドの LDAP エラー番号を返す 4878
« ldap_err2str ldap_error » PHP Manual LDAP 関数 直近の LDAP コマンドの LDAP エラー番号を返す ld ... を取得します。 $ld = ldap_connect ( "localhost" ); $bind = ldap_bind ( $ld ); // フィルタ式に構文エラーがあ ...
https://man.plustar.jp/php/function.ldap-errno.html - [similar]
接続を受けつけるためにポートにソケットをオープンする 4878
« socket_connect socket_create_pair » PHP Manual ソケット 関数 接続を受けつけるためにポートにソケ ... ソケットを作成したい場合は socket_create() 、 socket_bind() および socket_listen() を使用します。 参考 socke ... できないソケットの組を作成し、配列に保存する socket_bind() - ソケットに名前をバインドする socket_listen() - ...
https://man.plustar.jp/php/function.socket-create-listen.html - [similar]
プリペアドステートメントを実行する 4878
« mysqli_stmt::$error mysqli_stmt::fetch » PHP Manual mysqli_stmt プリペアドステートメントを実行 ... ); /* 変数をパラメータにバインドします */ $stmt -> bind_param ( "sss" , $val1 , $val2 , $val3 ); $val1 = ' ... /* 変数をパラメータにバインドします */ mysqli_stmt_bind_param ( $stmt , "sss" , $val1 , $val2 , $val3 ); $ ... re() - 実行するための SQL文 を準備する mysqli_stmt_bind_param() - プリペアドステートメントのパラメータに変 ...
https://man.plustar.jp/php/mysqli-stmt.execute.html - [similar]
The Swoole\Http\Server class 4846
« Swoole\Http\Response::write Swoole\Http\Server::on » PHP Manual Swoole The Swoole\Http\Server ... ing $param = ? ): ReturnType public Swoole\Server::bind ( int $fd , int $uid ): bool public Swoole\Server: ... $callback ): void } 目次 Swoole\Http\Server::on — Bind callback function to HTTP server by event name. Sw ...
https://man.plustar.jp/php/class.swoole-http-server.html - [similar]
LDAP ディレクトリにエントリを付加する 4846
« ldap_add_ext ldap_bind_ext » PHP Manual LDAP 関数 LDAP ディレクトリにエントリを付加する ldap_a ... クセスを行うために適当な dn でバインドする $r = ldap_bind ( $ds , "cn=root, o=My Company, c=US" , "secret" ) ...
https://man.plustar.jp/php/function.ldap-add.html - [similar]
指定した DN のエントリで見付かった属性の値を比較する 4846
« ldap_close ldap_connect » PHP Manual LDAP 関数 指定した DN のエントリで見付かった属性の値を比較 ... ストであると仮定 if ( $ds ) { // バインド if ( ldap_bind ( $ds )) { // データを準備 $dn = "cn=Matti Meikku, ... Password incorrect." ; } } else { echo "Unable to bind to LDAP server." ; } ldap_close ( $ds ); } else { ...
https://man.plustar.jp/php/function.ldap-compare.html - [similar]
関数・メソッド 4846
« 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッ ... 行う bin2hex - バイナリのデータを16進表現に変換する bindec - 2 進数 を 10 進数に変換する bindtextdomain - ド ... メインのパスを取得/設定する bind_textdomain_codeset - DOMAIN メッセージカタログから ... る closelog - システムログへの接続を閉じる Closure::bind - バインドされたオブジェクトとクラスのスコープでク ... ロージャを複製する Closure::bindTo - 新しくバインドしたオブジェクトとクラスのスコー ...
https://man.plustar.jp/php/indexes.functions.html - [similar]
LDAP サーバーへ接続する 4804
« ldap_compare ldap_control_paged_result_response » PHP Manual LDAP 関数 LDAP サーバーへ接続する ... ldap_* 関数がコールされた際で、これは 通常は ldap_bind() です。 引数が指定されない場合、既に開かれている接 ... "That LDAP-URI was not parseable" ); ?> 参考 ldap_bind() - LDAP ディレクトリにバインドする 関連キーワード ...
https://man.plustar.jp/php/function.ldap-connect.html - [similar]
クエリがプリフェッチする行数を設定する 4804
« oci_set_prefetch_lob oci_statement_type » PHP Manual OCI8 関数 クエリがプリフェッチする行数を設 ... ; END;' ); $refcur = oci_new_cursor ( $conn ); oci_bind_by_name ( $stid , ':rc' , $refcur , - 1 , OCI_B_CU ... ; END;' ); $refcur = oci_new_cursor ( $conn ); oci_bind_by_name ( $stid , ':rc_out' , $refcur , - 1 , OCI_ ... $conn , 'begin myproc_use_rc(:rc_in); end;' ); oci_bind_by_name ( $stid , ':rc_in' , $refcur , - 1 , OCI_B ...
https://man.plustar.jp/php/function.oci-set-prefetch.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT