検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 434 for info (0.038 sec.)
mysqli_driver クラス 3769
« mysqli_result::$num_rows mysqli_driver::embedded_server_end » PHP Manual MySQLi mysqli_driver ... { /* プロパティ */ public readonly string $ client_info ; public readonly int $ client_version ; public re ... uments , array $groups ): bool } プロパティ client_info クライアント API ヘッダのバージョン client_version ...
https://man.plustar.jp/php/class.mysqli-driver.html - [similar]
Sets the database operation 3769
« oci_set_client_info oci_set_edition » PHP Manual OCI8 関数 Sets the database operation oci_set ... e_name() - モジュール名を設定します oci_set_client_info() - クライアント情報を設定する oci_set_client_iden ...
https://man.plustar.jp/php/function.oci-set-db-operation.html - [similar]
ストリームにタイムアウトを設定する 3769
« stream_set_read_buffer stream_set_write_buffer » PHP Manual ストリーム 関数 ストリームにタイム ... timeout ( $fp , 2 ); $res = fread ( $fp , 2000 ); $info = stream_get_meta_data ( $fp ); fclose ( $fp ); if ... ( $info [ 'timed_out' ]) { echo 'Connection timed out!' ; ...
https://man.plustar.jp/php/function.stream-set-timeout.html - [similar]
OAuth で保護されたリソースを取得する 3769
« OAuth::enableSSLChecks OAuth::generateSignature » PHP Manual OAuth OAuth で保護されたリソースを ... .example.net/photo?file=vacation.jpg" ); $response_info = $oauth -> getLastResponseInfo (); header ( "Cont ... ent-Type: { $response_info [ "content_type" ]} " ); echo $oauth -> getLastRes ... - 直近のレスポンスを取得する OAuth::getLastResponseInfo() - 直近のレスポンスの HTTP 情報を取得する OAuth:: ...
https://man.plustar.jp/php/oauth.fetch.html - [similar]
データベース接続の属性を取得する 3769
« PDO::exec PDO::getAvailableDrivers » PHP Manual PDO データベース接続の属性を取得する PDO::getA ... TTR_PERSISTENT PDO::ATTR_PREFETCH PDO::ATTR_SERVER_INFO PDO::ATTR_SERVER_VERSION PDO::ATTR_TIMEOUT ドライバ ... RACLE_NULLS" , "PERSISTENT" , "PREFETCH" , "SERVER_INFO" , "SERVER_VERSION" , "TIMEOUT" ); foreach ( $attr ...
https://man.plustar.jp/php/pdo.getattribute.html - [similar]
設定で定義したルートをルーターに追加する 3769
« Yaf_Router Yaf_Router::addRoute » PHP Manual Yaf_Router 設定で定義したルートをルーターに追加す ... .controller=product routes.route_name.route.action=info ;a regex route match request /list/*/* routes.rout ... e_name2.action=a ;a simple router match /**?r=PATH_INFO routes.route_name3.type="supervar" routes.route_na ...
https://man.plustar.jp/php/yaf-router.addconfig.html - [similar]
新しいルートをルーターに追加する 3769
« Yaf_Router::addConfig Yaf_Router::__construct » PHP Manual Yaf_Router 新しいルートをルーターに ... module] => * [controller] => product * [action] => info * [method] => GET * [params:protected] => Array * ... , array( "controller" => "product" , "action" => "info" , ) ); $router -> addRoute ( 'dummy' , $route ); ...
https://man.plustar.jp/php/yaf-router.addroute.html - [similar]
IDNAのASCII方式でエンコードされたドメイン名をUnicodeに変換する 3744
« idn_to_ascii IntlChar » PHP Manual IDN 関数 IDNAのASCII方式でエンコードされたドメイン名をUnico ... $variant = INTL_IDNA_VARIANT_UTS46 , array &$idna_info = null ): string | false IDNAのASCII方式でエンコー ... NA_VARIANT_UTS46 (ICU 4.6 以降のみ利用可能)。 idna_info このパラメータを使うのは、 variant が INTL_IDNA_VA ...
https://man.plustar.jp/php/function.idn-to-utf8.html - [similar]
直近の LDAP コマンドの LDAP エラー番号を返す 3744
« ldap_err2str ldap_error » PHP Manual LDAP 関数 直近の LDAP コマンドの LDAP エラー番号を返す ld ... ( $ld ) . "<br />\n" ; die( "Argh!<br />\n" ); } $info = ldap_get_entries ( $ld , $res ); echo $info [ "c ...
https://man.plustar.jp/php/function.ldap-errno.html - [similar]
CSR の公開鍵を返す 3744
« openssl_csr_export openssl_csr_get_subject » PHP Manual OpenSSL 関数 CSR の公開鍵を返す openss ... public_key = openssl_csr_get_public_key ( $csr ); $info = openssl_pkey_get_details ( $public_key ); echo $ ...
https://man.plustar.jp/php/function.openssl-csr-get-public-key.html - [similar]