検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 96 for isSet (0.004 sec.)
SeekableIterator インターフェイス 6500
« RecursiveIterator::hasChildren SeekableIterator::seek » PHP Manual インターフェイス SeekableIt ... ッド群 */ public function seek ( $position ) { if (!isset( $this -> array [ $position ])) { throw new OutOfB ... -> position ; } public function valid () { return isset( $this -> array [ $this -> position ]); } } try { ...
https://man.plustar.jp/php/class.seekableiterator.html - [similar]
変数のスコープ 6500
« 定義済みの変数 可変変数 » PHP Manual 変数 変数のスコープ 変数のスコープ 変数のスコープは、その ... ; echo 'Static object: ' ; var_dump ( $obj ); if (!isset( $obj )) { $new = new stdclass ; // Assign a refer ... ence to the static variable $obj = & $new ; } if (!isset( $obj -> property )) { $obj -> property = 1 ; } el ... ; echo 'Static object: ' ; var_dump ( $obj ); if (!isset( $obj )) { $new = new stdclass ; // Assign the obj ... ect to the static variable $obj = $new ; } if (!isset( $obj -> property )) { $obj -> property = 1 ; } el ...
https://man.plustar.jp/php/language.variables.scope.html - [similar]
米Yahoo! の位置情報プラットフォーム FireEagle の例 6500
« 例 OAuth 関数 » PHP Manual 例 米Yahoo! の位置情報プラットフォーム FireEagle の例 米Yahoo! の位 ... トには oauth_token の値が含まれているはずである if(!isset( $_GET [ 'oauth_token' ]) && $_SESSION [ 'state' ] ... UTH_AUTH_TYPE_URI ); $oauth -> enableDebug (); if(!isset( $_GET [ 'oauth_token' ]) && ! $_SESSION [ 'state' ...
https://man.plustar.jp/php/oauth.examples.fireeagle.html - [similar]
オフセットが存在するかどうか 6448
« ArrayAccess ArrayAccess::offsetGet » PHP Manual ArrayAccess オフセットが存在するかどうか Array ... されるのは、 ArrayAccess を実装したオブジェクト上で isset() あるいは empty() を使用した場合です。 注意 : emp ... bj ; echo "Runs obj::offsetExists()\n" ; var_dump (isset( $obj [ "foobar" ])); echo "\nRuns obj::offsetExis ...
https://man.plustar.jp/php/arrayaccess.offsetexists.html - [similar]
XMLタグのマッピングの例 6448
« XML エレメント構造の例 XML 外部エンティティの例 » PHP Manual 例 XMLタグのマッピングの例 XMLタグ ... arser , $name , $attrs ) { global $map_array ; if (isset( $map_array [ $name ])) { echo "< $map_array [ $na ... ment ( $parser , $name ) { global $map_array ; if (isset( $map_array [ $name ])) { echo "</ $map_array [ $n ...
https://man.plustar.jp/php/example.xml-map-tags.html - [similar]
ふたつの IntlCalendar オブジェクトの時刻を比較する 6448
« IntlCalendar::createInstance IntlCalendar::fieldDifference » PHP Manual IntlCalendar ふたつの ... IntlCalendar :: FIELD_YEAR ); var_dump ( $cal1 -> isSet ( IntlCalendar :: FIELD_YEAR ) == $cal2 -> isSet ( ...
https://man.plustar.jp/php/intlcalendar.equals.html - [similar]
現在のセッションIDを新しく生成したものと置き換える 6343
« session_name session_register_shutdown » PHP Manual セッション関数 現在のセッションIDを新しく生 ... tart (); // 破棄されたタイムスタンプをチェック if (isset( $_SESSION [ 'destroyed' ]) && $_SESSION [ 'destro ... nction my_session_start () { session_start (); if (isset( $_SESSION [ 'destroyed' ])) { if ( $_SESSION [ 'd ... throw(new DestroyedSessionAccessException ); } if (isset( $_SESSION [ 'new_session_id' ])) { // 完全に expi ...
https://man.plustar.jp/php/function.session-regenerate-id.html - [similar]
The SolrDocument class 6290
« SolrInputDocument::toArray SolrDocument::addField » PHP Manual Solr The SolrDocument class The ... ocument public hasChildDocuments (): bool public __isset ( string $fieldName ): bool public key (): string ... e document has any child documents SolrDocument::__isset — フィールドが存在するかチェック SolrDocument::key ...
https://man.plustar.jp/php/class.solrdocument.html - [similar]
Checks whether the document has any child documents 6290
« SolrDocument::getInputDocument SolrDocument::__isset » PHP Manual SolrDocument Checks whether ...
https://man.plustar.jp/php/solrdocument.haschilddocuments.html - [similar]
PHP による HTTP 認証 6238
« 機能 クッキー(Cookies) » PHP Manual 機能 PHP による HTTP 認証 PHP による HTTP 認証 header() 関 ... 以下に示します。 例1 Basic HTTP 認証の例 <?php if (!isset( $_SERVER [ 'PHP_AUTH_USER' ])) { header ( "WWW-Au ... igest_parse ( $_SERVER [ 'PHP_AUTH_DIGEST' ])) || !isset( $users [ $data [ 'username' ]])) die( '誤った証明 ... スワードを入力する必要があります。\n" ; exit; } if (!isset( $_SERVER [ 'PHP_AUTH_USER' ]) || ( $_POST [ 'Seen ...
https://man.plustar.jp/php/features.http-auth.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT