検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 1938 for IF (0.022 sec.)
Returns the status of working copy files and directories 3804
« svn_revert svn_update » PHP Manual SVN 関数 Returns the status of working copy files and direc ... s of working copy files and directories, giving modifications, additions, deletions and other changes to ... of Svn::NON_RECURSIVE , Svn::ALL (regardless of modification status), Svn::SHOW_UPDATES (entries will be ... Status of item's text in repository. Only accurate if update was set to true . とりうる値については 状態 ... us of item's property in repository. Only accurate if update was set to true . とりうる値については 状態 ...
https://man.plustar.jp/php/function.svn-status.html - [similar]
検証 3747
« 例 除去 » PHP Manual 例 検証 検証 例1 filter_var() でのメールアドレスの検証 <?php $email_a = ' ... joe@example.com' ; $email_b = 'bogus' ; if ( filter_var ( $email_a , FILTER_VALIDATE_EMAIL )) ... $email_a ' はメールアドレスとして有効です。\n" ; } if ( filter_var ( $email_b , FILTER_VALIDATE_EMAIL )) ... の検証 <?php $ip_a = '127.0.0.1' ; $ip_b = '42.42' ; if ( filter_var ( $ip_a , FILTER_VALIDATE_IP )) { ech ... o "' $ip_a ' は IP アドレスとして有効です。" ; } if ( filter_var ( $ip_b , FILTER_VALIDATE_IP )) { ech ...
https://man.plustar.jp/php/filter.examples.validation.html - [similar]
Execution 3747
« parallel\bootstrap parallel\Runtime » PHP Manual Functional API Execution parallel\run (1.0.0) ... ssing argv at execution time. Automatic Scheduling If a \parallel\Runtime internally created and cached ... un() is idle, it will be used to execute the task. If no \parallel\Runtime is idle parallel will create ... tic scheduling. パラメータ task A Closure with specific characteristics. argv An array of arguments with ... specific characteristics to be passed to task at executio ...
https://man.plustar.jp/php/parallel.run.html - [similar]
制御構造に関する別の構文 3713
« elseif/else if while » PHP Manual 制御構造 制御構造に関する別の構文 制御構造に関する別の構文 ( ... PHP 7, PHP 8) PHPは、いくつかの制御構造、つまり、 if 、 while 、 for 、 foreach 、 switch に関する別の構 ... おいて開き波括弧をコロン(:)、閉じ波括弧をそれぞれ endif; , endwhile; , endfor; , endforeach; , endswitch; ... 更するのが 別の構文の基本的な形式となります。 <?php if ( $a == 5 ): ?> Aは5に等しい <?php endif; ?> 上の例 ... HTML ブロック "Aは5に等しい" はこの構文で 書かれた if 文の内部で入れ子になっています。 この HTML ブロック ...
https://man.plustar.jp/php/control-structures.alternative-syntax.html - [similar]
Removes and returns a value by key 3713
« Ds\Map::reduce Ds\Map::reverse » PHP Manual Map Removes and returns a value by key Ds\Map::rem ... value by key, or return an optional default value if the key could not be found. 注意 : Keys of type ob ... ject are supported. If an object implements Ds\Hashable , equality will b ... e determined by the object's equals function. If an object does not implement Ds\Hashable , objects ... move. default The optional default value, returned if the key could not be found. 戻り値 The value that ...
https://man.plustar.jp/php/ds-map.remove.html - [similar]
Description 3713
« Imagick::setPointSize Imagick::setRegistry » PHP Manual Imagick Description Imagick::setProgre ... e progress function to call. It should return true if image processing should continue, or false if it s ... et , $span ) use ( $startTime , & $abortReason ) { if ((( 100 * $offset ) / $span ) > 20 ) { $abortReaso ... eached 20%" ; return false ; } $nowTime = time (); if ( $nowTime - $startTime > 5 ) { $abortReason = "Im ... ssing took more than 5 seconds" ; return false ; } if (( $offset % 5 ) == 0 ) { echo "Progress: $offset ...
https://man.plustar.jp/php/imagick.setprogressmonitor.html - [similar]
Add an update operation to the bulk 3713
« MongoDB\Driver\BulkWrite::insert MongoDB\Driver\Session » PHP Manual MongoDB\Driver\BulkWrite ... its own » comparison rules for BSON types , which differs from PHP's comparison and type juggling rules. ... cuments that determines which array elements to modify for an update operation on an array field. See » ... Specify arrayFilters for Array Update Operations in the M ... and will result in an exception at execution time if specified for an older server version. collation a ...
https://man.plustar.jp/php/mongodb-driver-bulkwrite.update.html - [similar]
Returns true if group expanding is enabled 3713
« SolrQuery::__destruct SolrQuery::getExpandFilterQueries » PHP Manual SolrQuery Returns true if ... solr >= 2.2.0) SolrQuery::getExpand — Returns true if group expanding is enabled 説明 public SolrQuery:: ... getExpand (): bool Returns true if group expanding is enabled パラメータ この関数には ...
https://man.plustar.jp/php/solrquery.getexpand.html - [similar]
Check if a timer is existed. 3713
« Swoole\Timer::clear Swoole\Timer::tick » PHP Manual Swoole\Timer Check if a timer is existed. ... PECL swoole >= 1.9.0) Swoole\Timer::exists — Check if a timer is existed. 説明 public static Swoole\Time ... r::exists ( int $timer_id ): bool Check if a timer is existed. パラメータ timer_id 戻り値 関連 ...
https://man.plustar.jp/php/swoole-timer.exists.html - [similar]
Determine if Control is enabled 3713
« UI\Control::hide UI\Control::isVisible » PHP Manual UI\Control Determine if Control is enabled ... abled (UI 0.9.9) UI\Control::isEnabled — Determine if Control is enabled 説明 public UI\Control::isEnabl ... ed (): bool Shall detect if this Control is enabled パラメータ この関数にはパラ ...
https://man.plustar.jp/php/ui-control.isenabled.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT