検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 96 for isset (0.013 sec.)
パーサトークンの一覧 6238
« PHP 型の比較表 ユーザーレベルでの命名の手引き » PHP Manual 付録 パーサトークンの一覧 パーサトー ... フェイス T_INT_CAST (int) or (integer) 型キャスト T_ISSET isset() isset() T_IS_EQUAL == 比較演算子 T_IS_GREA ...
https://man.plustar.jp/php/tokens.html - [similar]
Yaf_Config_Ini クラス 6172
« Yaf_Config_Abstract::toArray Yaf_Config_Ini::__construct » PHP Manual Yaf Yaf_Config_Ini クラス ... d public __get ( string $name = ? ): void public __isset ( string $name ): void public key (): void public ... nfig_Ini::__get — 要素を取得する Yaf_Config_Ini::__isset — キーが存在するかを判定する Yaf_Config_Ini::key — ...
https://man.plustar.jp/php/class.yaf-config-ini.html - [similar]
カスタムビューエンジンを設定する 6172
« Yaf_Dispatcher::setRequest Yaf_Dispatcher::throwException » PHP Manual Yaf_Dispatcher カスタム ... arty -> assign ( $key , $val ); } /** * empty() と isset() による確認をできるようにする * * @param string $ ... key * @return boolean */ public function __isset ( $key ) { return ( null !== $this -> _smarty -> g ...
https://man.plustar.jp/php/yaf-dispatcher.setview.html - [similar]
notification コンテキストパラメータ用のコールバック関数 6119
« stream_isatty stream_register_wrapper » PHP Manual ストリーム 関数 notification コンテキストパ ... FY_PROGRESS : if ( $bytes_transferred > 0 ) { if (!isset( $filesize )) { printf ( "\rUnknown filesize.. %2d ... erred / 1024 ), $filesize / 1024 ); } } break; } } isset( $argv [ 1 ], $argv [ 2 ]) or usage ( $argv ); $ct ...
https://man.plustar.jp/php/function.stream-notification-callback.html - [similar]
C Data Handles 6067
« FFI::typeof FFI\CType » PHP Manual FFI C Data Handles C Data Handles (PHP 7 >= 7.4.0, PHP 8) は ... ations are that FFI\CData instances do not support isset() , empty() and unset() , and that wrapped C struc ...
https://man.plustar.jp/php/class.ffi-cdata.html - [similar]
collator を作成する 6067
« Collator::__construct Collator::getAttribute » PHP Manual Collator collator を作成する Collato ... の例 <?php $coll = collator_create ( 'en_US' ); if( !isset( $coll ) ) { printf ( "Collator creation failed: % ...
https://man.plustar.jp/php/collator.create.html - [similar]
バイナリの IPTC ブロックのタグをパースする 6067
« iptcembed jpeg2wbmp » PHP Manual GD および Image 関数 バイナリの IPTC ブロックのタグをパースす ... $size = getimagesize ( './test.jpg' , $info ); if(isset( $info [ 'APP13' ])) { $iptc = iptcparse ( $info [ ...
https://man.plustar.jp/php/function.iptcparse.html - [similar]
Sets the response writer used to prepare the response from Solr 6067
« SolrClient::rollback SolrClient::setServlet » PHP Manual SolrClient Sets the response writer u ... e )) { return $this -> $property_name ; } else if (isset( $_properties [ $property_name ])) { return $_prop ...
https://man.plustar.jp/php/solrclient.setresponsewriter.html - [similar]
XML エレメント構造の例 6014
« 例 XMLタグのマッピングの例 » PHP Manual 例 XML エレメント構造の例 XML エレメント構造の例 この最 ... $parser , $name , $attrs ) { global $depth ; if (!isset( $depth [ $parser ])) { $depth [ $parser ] = 0 ; } ...
https://man.plustar.jp/php/example.xml-structure.html - [similar]
指定した名前の定数が存在するかどうかを調べる 6014
« define die » PHP Manual その他の関数 指定した名前の定数が存在するかどうかを調べる defined (PHP ... ます。 注意 : 変数が存在するかどうかを知りたければ、 isset() を利用してください。 defined() は 定数 にしか適用 ...
https://man.plustar.jp/php/function.defined.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT