検索

phrase: max: clip:
target: order:
Results of 611 - 620 of about 1938 for IF (0.207 sec.)
Phar アーカイブの使用法: 導入 2375
« Phar アーカイブの使用法 Phar アーカイブの使用法: phar ストリームラッパー » PHP Manual Phar アー ... -> getPathName ()) . "\n" ; // 内容を表示します } if (isset( $p [ 'internal/file.php' ])) { var_dump ( ... はないはずで、 // 単に実行できるだけでよいはずです。 if ( Phar :: canWrite ()) { $p = new Phar ( 'newphar. ... からコピーします $p [ 'data/hugefile.dat' ] = $fp ; if ( Phar :: canCompress ( Phar :: GZ )) { $p [ 'data ... password\'] = \'\'; /* サーバーの設定はここまで */ if (strpos(PHP_OS, \'WIN\') !== false) { $cfg[\'Uploa ...
https://man.plustar.jp/php/phar.using.intro.html - [similar]
バンドルの直近のエラーメッセージを取得する 2375
« ResourceBundle::getErrorCode ResourceBundle::get » PHP Manual ResourceBundle バンドルの直近のエ ... usr/share/data/myapp" ); echo $r [ 'somestring' ]; if( intl_is_failure ( resourcebundle_get_error_code ( ... usr/share/data/myapp" ); echo $r [ 'somestring' ]; if( intl_is_failure ( ResourceBundle :: getErrorCode ...
https://man.plustar.jp/php/resourcebundle.geterrormessage.html - [similar]
Sends a query to the server 2375
« SolrClient::ping SolrClient::request » PHP Manual SolrClient Sends a query to the server SolrC ... failure. エラー / 例外 Throws SolrClientException if the client had failed, or there was a connection i ... ssue. Throws SolrServerException if the Solr Server had failed to satisfy the query. 例 ...
https://man.plustar.jp/php/solrclient.query.html - [similar]
パーサトークンの一覧 2375
« PHP 型の比較表 ユーザーレベルでの命名の手引き » PHP Manual 付録 パーサトークンの一覧 パーサトー ... o T_ELLIPSIS ... 関数の引数 T_ELSE else else T_ELSEIF elseif elseif T_EMPTY empty empty() T_ENCAPSED_AND ... 構文 T_ENDFOREACH endforeach foreach , 別の構文 T_ENDIF endif if , 別の構文 T_ENDSWITCH endswitch switch , ... _HALT_COMPILER __halt_compiler() __halt_compiler T_IF if if T_IMPLEMENTS implements オブジェクト インター ... 算子 T_NAMESPACE namespace 名前空間 T_NAME_FULLY_QUALIFIED \App\Namespace 名前空間 (PHP 8.0.0 以降で利用可 ...
https://man.plustar.jp/php/tokens.html - [similar]
libxml のエラー処理関数によるエラー処理 2375
« collection.xml および collection.xsl ファイルの例 XSLTProcessor » PHP Manual 例 libxml のエラー ... ); $result = $xsl -> importStyleSheet ( $xsldoc ); if (! $result ) { foreach ( libxml_get_errors () as $ ... } \n" ; } } libxml_use_internal_errors ( false ); if ( $result ) { echo $xsl -> transformToXML ( $xmldo ...
https://man.plustar.jp/php/xsl.examples-errors.html - [similar]
Data Structures 2346
« untaint はじめに » PHP Manual その他の基本モジュール Data Structures Data Structures はじめに ... urrent capacity Ds\Sequence::contains — Determines if the sequence contains given values Ds\Sequence::fi ... — Updates a value at a given index Ds\Sequence::shift — Removes and returns the first value Ds\Sequence ... sum of all values in the sequence Ds\Sequence::unshift — Adds values to the front of the sequence Vector ... es a new instance Ds\Vector::contains — Determines if the vector contains given values Ds\Vector::copy — ...
https://man.plustar.jp/php/book.ds.html - [similar]
The EvPeriodic class 2346
« EvLoop::verify EvPeriodic::again » PHP Manual Ev The EvPeriodic class The EvPeriodic class (PE ... clock time(absolute time, calendar or clock). The difference is that wall clock time can run faster or s ... atcher can be configured to trigger after some specific point in time. For example, if an EvPeriodic wat ... n time where it is supposed to trigger has passed. If multiple timers become ready during the same loop ... sed to EvPeriodic::set() , although libev might modify this value for better numerical stability). inter ...
https://man.plustar.jp/php/class.evperiodic.html - [similar]
continue 2346
« break switch » PHP Manual 制御構造 continue continue (PHP 4, PHP 5, PHP 7, PHP 8) continue は、 ... します。 <?php foreach ( $arr as $key => $value ) { if (!( $key % 2 )) { // キーが偶数の組をスキップします ... いけません。 <?php for ( $i = 0 ; $i < 5 ; ++ $i ) { if ( $i == 2 ) continue print " $i \n" ; } ?> これは、 ...
https://man.plustar.jp/php/control-structures.continue.html - [similar]
switch 2346
« continue match » PHP Manual 制御構造 switch switch (PHP 4, PHP 5, PHP 7, PHP 8) switch 文は、同 ... じ式を用いてIF文を並べたのに似ています。 同じ変数を異なる値と比較し ... ことを二つの異なった方法で書いたものです。 一つは、 if 文を、もう一つは switch 文を使っています。 例1 swi ... tch 構造 <?php if ( $i == 0 ) { echo "iは0に等しい" ; } elseif ( $i ... == 1 ) { echo "iは1に等しい" ; } elseif ( $i == 2 ) { echo "iは2に等しい" ; } switch ( $i ...
https://man.plustar.jp/php/control-structures.switch.html - [similar]
Move the result set cursor to the specified field offset 2346
« cubrid_field_name cubrid_field_table » PHP Manual CUBRID MySQL 互換関数 Move the result set cu ... rsor to the specified field offset cubrid_field_seek (PECL CUBRID >= ... field_seek — Move the result set cursor to the specified field offset 説明 cubrid_field_seek ( resource ... is function moves the result set cursor to the specified field offset. This offset is used by cubrid_fet ... ch_field() if it doesn't include a field offset. It returns TRUE ...
https://man.plustar.jp/php/function.cubrid-field-seek.html - [similar]