検索

phrase: max: clip:
target: order:
Results of 491 - 500 of about 1938 for IF (0.052 sec.)
consumerHandler コールバックを設定する 2495
« OAuthProvider::__construct OAuthProvider::generateToken » PHP Manual OAuthProvider consumerHan ... クの例 <?php function lookupConsumer ( $provider ) { if ( $provider -> consumer_key === 'unknown' ) { retu ... rn OAUTH_CONSUMER_KEY_UNKNOWN ; } else if( $provider -> consumer_key == 'blacklisted' || $pr ...
https://man.plustar.jp/php/oauthprovider.consumerhandler.html - [similar]
Parser examples 2495
« Lexer examples Parle\Lexer » PHP Manual 例 Parser examples Parser examples 例1 Simple calculat ... 0 * 45" , "17 - 45" , ); foreach ( $exp as $in ) { if (! $p -> validate ( $in , $lex )) { throw new Pars ... ( "Parser error" ); break; case Parser :: ACTION_SHIFT : case Parser :: ACTION_GOTO : case Parser :: ACT ... eption ( "Error" ); break; case Parser :: ACTION_SHIFT : case Parser :: ACTION_GOTO : /* var_dump($p->tr ... arser :: ACTION_REDUCE : $rid = $p -> reduceId (); if ( $rid == $prod_word_1 ) { var_dump ( $p -> sigil ...
https://man.plustar.jp/php/parle.examples.parser.html - [similar]
ディレクトリハンドルをクローズする 2466
« chroot dir » PHP Manual ディレクトリ 関数 ディレクトリハンドルをクローズする closedir (PHP 4, ... リをオープンし、変数にディレクトリを読み込んで閉じる if ( is_dir ( $dir )) { if ( $dh = opendir ( $dir )) ...
https://man.plustar.jp/php/function.closedir.html - [similar]
Get error code for the most recent function call 2466
« cubrid_error_code_facility cubrid_error_msg » PHP Manual CUBRID 関数 Get error code for the mo ... Error code of the error that occurred, or 0 (zero) if no error occurred. 例 例1 cubrid_error_code() exam ... ERE s_name=?" ); $req = @ cubrid_execute ( $req ); if (! $req ) { printf ( "Error facility: %d\nError co ...
https://man.plustar.jp/php/function.cubrid-error-code.html - [similar]
Perform a query without fetching the results into memory 2466
« cubrid_result CUBRID 廃止されたエイリアスと関数 » PHP Manual CUBRID MySQL 互換関数 Perform a q ... ffered_query ( string $query , resource $conn_identifier = ? ): resource This function performs a query ... generated. パラメータ query A SQL query. conn_identifier The CUBRID connection. If the connection identi ... fier is not specified, the last connection opened by cubrid_connect() ... CRIBE or EXPLAIN statements returns a request identifier resource on success. For other type of SQL stat ...
https://man.plustar.jp/php/function.cubrid-unbuffered-query.html - [similar]
ストアドプロシージャから、次の結果セットを要求する 2466
« db2_lob_read db2_num_fields » PHP Manual IBM DB2 関数 ストアドプロシージャから、次の結果セット ... n = db2_connect ( $database , $user , $password ); if ( $conn ) { $stmt = db2_exec ( $conn , 'CALL multi ... を取得します\n" ; $res = db2_next_result ( $stmt ); if ( $res ) { while ( $row = db2_fetch_array ( $res ) ... を取得します\n" ; $res2 = db2_next_result ( $stmt ); if ( $res2 ) { while ( $row = db2_fetch_array ( $res2 ...
https://man.plustar.jp/php/function.db2-next-result.html - [similar]
接続リソースあるいはステートメントリソースのオプションを設定する 2466
« db2_server_info db2_special_columns » PHP Manual IBM DB2 関数 接続リソースあるいはステートメン ... のオプションが正しく設定できたかどうかを調べます */ if( $result ) { echo 'オプションの設定に成功しました' ... のオプションが正しく設定できたかどうかを調べます */ if( $result ) { echo 'オプションの設定に成功しました' ... のオプションが正しく設定できたかどうかを調べます */ if( $result ) { echo 'オプションの設定に成功しました' ... のオプションが正しく設定できたかどうかを調べます */ if( $result ) { echo 'オプションの設定に成功しました' ...
https://man.plustar.jp/php/function.db2-set-option.html - [similar]
Adds a record to a database 2466
« dBase 関数 dbase_close » PHP Manual dBase 関数 Adds a record to a database dbase_add_record (P ... se, otherwise dbase_add_record() will fail. 注意 : If you're using dbase_get_record() return value for t ... ite mode $db = dbase_open ( '/tmp/test.dbf' , 2 ); if ( $db ) { dbase_add_record ( $db , array( date ( ' ...
https://man.plustar.jp/php/function.dbase-add-record.html - [similar]
変数が boolean であるかを調べる 2466
« is_array is_callable » PHP Manual 変数操作 関数 変数が boolean であるかを調べる is_bool (PHP 4 ... ; // $a は boolean なので、これは true となります if ( is_bool ( $a ) === true ) { echo "Yes, this is a ... b は boolean ではないので、これは false となります if ( is_bool ( $b ) === false ) { echo "No, this is n ...
https://man.plustar.jp/php/function.is-bool.html - [similar]
拡張されたオペレーションを実行する 2466
« ldap_exop_whoami ldap_explode_dn » PHP Manual LDAP 関数 拡張されたオペレーションを実行する lda ... リクエストのOID。 LDAP_EXOP_START_TLS , LDAP_EXOP_MODIFY_PASSWD , LDAP_EXOP_REFRESH , LDAP_EXOP_WHO_AM_I , ... st" ); // assuming the LDAP server is on this host if ( $ds ) { // bind with appropriate dn to give upda ... $ds , "cn=root, o=My Company, c=US" , "secret" ); if (! $bind ) { echo "Unable to bind to LDAP server" ... XOP_WHO_AM_I , NULL , NULL , $retdata , $retoid ); if ( $success ) { var_dump ( $retdata ); } ldap_close ...
https://man.plustar.jp/php/function.ldap-exop.html - [similar]