検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 353 for else (0.050 sec.)
名前空間の使用法: グローバル関数/定数への移行 4252
« グローバル空間 名前解決のルール » PHP Manual 名前空間 名前空間の使用法: グローバル関数/定数への ... "is not array" と表示します echo "is array\n" ; } else { echo "is not array\n" ; } ?> 関連キーワード: 関数 ...
https://man.plustar.jp/php/language.namespaces.fallback.html - [similar]
変数のスコープ 4252
« 定義済みの変数 可変変数 » PHP Manual 変数 変数のスコープ 変数のスコープ 変数のスコープは、その ... et( $obj -> property )) { $obj -> property = 1 ; } else { $obj -> property ++; } return $obj ; } function ... et( $obj -> property )) { $obj -> property = 1 ; } else { $obj -> property ++; } return $obj ; } $obj1 = g ...
https://man.plustar.jp/php/language.variables.scope.html - [similar]
基本的な使用法 4252
« 例 LDAP コントロール » PHP Manual 例 基本的な使用法 基本的な使用法 あるディレクトリサーバーから ... echo "Closing connection" ; ldap_close ( $ds ); } else { echo "<h4>Unable to connect to LDAP server</h4>" ...
https://man.plustar.jp/php/ldap.examples-basic.html - [similar]
コレクションからドキュメントをひとつ削除する 4252
« Collection::remove Collection::replaceOne » PHP Manual mysql_xdevapi\Collection コレクションか ... o "Alfred with id $alfred_id was not removed." ; } else { echo "Goodbye, Alfred, you can take _id $alfred_ ...
https://man.plustar.jp/php/mysql-xdevapi-collection.removeone.html - [similar]
米Yahoo! の位置情報プラットフォーム FireEagle の例 4252
« 例 OAuth 関数 » PHP Manual 例 米Yahoo! の位置情報プラットフォーム FireEagle の例 米Yahoo! の位 ... . $request_token_info [ 'oauth_token' ]); exit; } else if( $_SESSION [ 'state' ]== 1 ) { $oauth -> setTok ...
https://man.plustar.jp/php/oauth.examples.fireeagle.html - [similar]
リクエストトークンを取得する 4252
« OAuth::getRequestHeader OAuth::setAuthType » PHP Manual OAuth リクエストトークンを取得する OAu ... token_info )) { print_r ( $request_token_info ); } else { print "Failed fetching request token, response w ...
https://man.plustar.jp/php/oauth.getrequesttoken.html - [similar]
現在のエントリが配列あるいはオブジェクトである場合に、そのイテレータを返す 4252
« RecursiveArrayIterator RecursiveArrayIterator::hasChildren » PHP Manual RecursiveArrayIterator ... $value ) { echo $key . ' : ' . $value . "\n" ; } } else { echo "No children.\n" ; } $iterator -> next (); ...
https://man.plustar.jp/php/recursivearrayiterator.getchildren.html - [similar]
新しい RecursiveRegexIterator を作成する 4252
« RecursiveRegexIterator RecursiveRegexIterator::getChildren » PHP Manual RecursiveRegexIterator ... => $value ) { echo $value . " " ; } echo "\n" ; } else { echo "No children\n" ; } } ?> 上の例の出力は、 た ...
https://man.plustar.jp/php/recursiveregexiterator.construct.html - [similar]
ディレクトリから、PCRE パターンを使ってファイルを追加する 4252
« ZipArchive::addGlob ZipArchive::clearError » PHP Manual ZipArchive ディレクトリから、PCRE パタ ... RUE ) { printf ( 'Failed with code %d' , $ret ); } else { $directory = realpath ( '.' ); $options = array( ...
https://man.plustar.jp/php/ziparchive.addpattern.html - [similar]
インデックスで定義されたエントリの外部属性を取得する 4252
« ZipArchive::getCommentName ZipArchive::getExternalAttributesName » PHP Manual ZipArchive インデ ... & 0777 ); } } } $zip -> close (); echo "Ok\n" ; } else { echo "KO\n" ; } ?> 関連キーワード: エントリ , 属 ...
https://man.plustar.jp/php/ziparchive.getexternalattributesindex.html - [similar]