検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 101 for pass (0.026 sec.)
指定したデータソースに保存されているプロシージャのリストを取得する 5928
« odbc_procedurecolumns odbc_result_all » PHP Manual ODBC 関数 指定したデータソースに保存されてい ... 示する <?php $conn = odbc_connect ( $dsn , $user , $pass ); $procedures = odbc_procedures ( $conn , $catalo ...
https://man.plustar.jp/php/function.odbc-procedures.html - [similar]
テーブルに関する統計情報を取得する 5928
« odbc_specialcolumns odbc_tableprivileges » PHP Manual ODBC 関数 テーブルに関する統計情報を取得 ... 示する <?php $conn = odbc_connect ( $dsn , $user , $pass ); $statistics = odbc_statistics ( $conn , 'Tutori ...
https://man.plustar.jp/php/function.odbc-statistics.html - [similar]
各テーブルのリストおよび関連する権限のリストを取得する 5928
« odbc_statistics odbc_tables » PHP Manual ODBC 関数 各テーブルのリストおよび関連する権限のリスト ... 示する <?php $conn = odbc_connect ( $dsn , $user , $pass ); $privileges = odbc_tableprivileges ( $conn , 'S ...
https://man.plustar.jp/php/function.odbc-tableprivileges.html - [similar]
マジックメソッド 5928
« オブジェクトの反復処理 finalキーワード » PHP Manual クラスとオブジェクト マジックメソッド マジ ... on { protected $link ; private $dsn , $username , $password ; public function __construct ( $dsn , $userna ... me , $password ) { $this -> dsn = $dsn ; $this -> username = ... $username ; $this -> password = $password ; $this -> connect (); } private f ... PDO ( $this -> dsn , $this -> username , $this -> password ); } public function __sleep () { return array ...
https://man.plustar.jp/php/language.oop5.magic.html - [similar]
HTTP 入出力 5928
« 日本語のマルチバイト文字に関する基本事項 サポートされる文字エンコーディング » PHP Manual マルチ ... ;; HTTP 入力変換を無効にする mbstring.http_input = pass ;; HTTP 入力変換を無効にする mbstring.encoding_tra ...
https://man.plustar.jp/php/mbstring.http.html - [similar]
既存のラージオブジェクトのストリームをオープンする 5928
« PDO::pgsqlLOBCreate PDO::pgsqlLOBUnlink » PHP Manual PostgreSQL (PDO) 既存のラージオブジェクト ... DO ( 'pgsql:dbname=test host=localhost' , $user , $pass ); $db -> setAttribute ( PDO :: ATTR_ERRMODE , PDO ... der ( "Content-type: application/octet-stream" ); fpassthru ( $stream ); ?> 参考 PDO::pgsqlLOBCreate() - 新 ...
https://man.plustar.jp/php/pdo.pgsqllobopen.html - [similar]
フィルタを適用するときにコールされる 5928
« php_user_filter php_user_filter::onClose » PHP Manual php_user_filter フィルタを適用するときに ... いずれかの値を返す必要があります。 戻り値 意味 PSFS_PASS_ON フィルタの処理が成功し、データが out バケット群 ...
https://man.plustar.jp/php/php-user-filter.filter.html - [similar]
Reads the next frame 5928
« Stomp::hasFrame Stomp::send » PHP Manual Stomp Reads the next frame Stomp::readFrame stomp_rea ... to instantiate an object of a specific class, and pass parameters to that class's constructor. パラメータ ...
https://man.plustar.jp/php/stomp.readframe.html - [similar]
Connects to a hostname with optionally asyncronous DNS resolving 5798
« EventBufferEvent::connect EventBufferEvent::__construct » PHP Manual EventBufferEvent Connects ... __construct() . For asyncronous hostname resolving pass a valid event dns base resource. Otherwise the hos ...
https://man.plustar.jp/php/eventbufferevent.connecthost.html - [similar]
Constructs EventHttp object(the HTTP server) 5798
« EventHttp::bind EventHttp::removeServerAlias » PHP Manual EventHttp Constructs EventHttp objec ... e based on OpenSSL sockets. Thus, all traffic will pass through the SSL or TLS. 注意 : This parameter is a ...
https://man.plustar.jp/php/eventhttp.construct.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT