検索

phrase: max: clip:
target: order:
Results of 311 - 320 of about 1938 for IF (0.165 sec.)
Configures the watcher 2700
« EvTimer::createStopped EvWatcher » PHP Manual EvTimer Configures the watcher EvTimer::set (PEC ... s the timer to trigger after after seconds. repeat If repeat is 0.0 , then it will automatically be stop ... ped once the timeout is reached. If it is positive, then the timer will automatically ...
https://man.plustar.jp/php/evtimer.set.html - [similar]
除去 2700
« 検証 Filter 関数 » PHP Manual 例 除去 除去 例1 メールアドレスの検証、および不正な部分の除去 <? ... zed_a = filter_var ( $a , FILTER_SANITIZE_EMAIL ); if ( filter_var ( $sanitized_a , FILTER_VALIDATE_EMAI ... zed_b = filter_var ( $b , FILTER_SANITIZE_EMAIL ); if ( filter_var ( $sanitized_b , FILTER_VALIDATE_EMAI ... zed_c = filter_var ( $c , FILTER_SANITIZE_EMAIL ); if ( filter_var ( $sanitized_c , FILTER_VALIDATE_EMAI ...
https://man.plustar.jp/php/filter.examples.sanitization.html - [similar]
クラスが定義済みかどうかを確認する 2700
« class_alias enum_exists » PHP Manual クラス/オブジェクト関数 クラスが定義済みかどうかを確認する ... ラスを使用する前に、それが存在するかどうかを調べます if ( class_exists ( 'MyClass' )) { $myclass = new MyC ... ame . '.php' ; // クラス宣言を含むかどうか確認する if (! class_exists ( $class_name , false )) { throw n ... on ( "Unable to load class: $class_name " ); } }); if ( class_exists ( MyClass ::class)) { $myclass = ne ...
https://man.plustar.jp/php/function.class-exists.html - [similar]
Replaces a record in a database 2700
« dbase_pack Firebird/InterBase » PHP Manual dBase 関数 Replaces a record in a database dbase_re ... otherwise dbase_replace_record() will fail. 注意 : If you're using dbase_get_record() return value for t ... ite mode $db = dbase_open ( '/tmp/test.dbf' , 2 ); if ( $db ) { // gets the old row $row = dbase_get_rec ... se_get_record() or dbase_get_record_with_names() . If they are written back, this results in the value b ...
https://man.plustar.jp/php/function.dbase-replace-record.html - [similar]
新しいメールボックスを作る 2700
« imap_create imap_delete » PHP Manual IMAP 関数 新しいメールボックスを作る imap_createmailbox ( ... 認し、最後にそれを削除して // もとの状態に戻します。 if (@ imap_createmailbox ( $mbox , imap_utf7_encode ( ... , "{imap.example.org}INBOX. $newname " , SA_ALL ); if ( $status ) { echo "your new mailbox ' $name1 ' ha ... validity:" . $status -> uidvalidity . "<br />\n" ; if ( imap_renamemailbox ( $mbox , "{imap.example.org} ... ox failed: " . imap_last_error () . "<br />\n" ; } if (@ imap_deletemailbox ( $mbox , "{imap.example.org ...
https://man.plustar.jp/php/function.imap-createmailbox.html - [similar]
ベンダ固有の属性を取得する 2700
« radius_get_tagged_attr_tag radius_put_addr » PHP Manual Radius 関数 ベンダ固有の属性を取得する ... ta ): array radius_get_attr() が RADIUS_VENDOR_SPECIFIC を返す場合に、 ベンダを特定するために radius_get ... <?php while ( $resa = radius_get_attr ( $res )) { if (! is_array ( $resa )) { printf ( "属性取得エラー: ... n" , $attr , strlen ( $data ), bin2hex ( $data )); if ( $attr == RADIUS_VENDOR_SPECIFIC ) { $resv = radi ... us_get_vendor_attr ( $data ); if ( is_array ( $resv )) { $vendor = $resv [ 'vendor' ...
https://man.plustar.jp/php/function.radius-get-vendor-attr.html - [similar]
Description 2700
« ImagickKernel::addUnityKernel ImagickKernel::fromMatrix » PHP Manual ImagickKernel Description ... magickDraw -> push (); foreach ( $row as $cell ) { if ( $cell !== false ) { $color = intval ( 255 * $cel ... elSecondTerm , $kernelThirdTerm ) { $string = '' ; if ( $kernelFirstTerm != false && strlen ( trim ( $ke ... irstTerm )) != 0 ) { $string .= $kernelFirstTerm ; if ( $kernelSecondTerm != false && strlen ( trim ( $k ... m )) != 0 ) { $string .= ',' . $kernelSecondTerm ; if ( $kernelThirdTerm != false && strlen ( trim ( $ke ...
https://man.plustar.jp/php/imagickkernel.frombuiltin.html - [similar]
要件 2700
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 To use this extens ... features, LuaSandbox should be installed on Linux. If FreeBSD or Mac OS X is used, only real (wall-clock ... urn CPU time will actually return wall clock time. If Windows is used, no timer functions will be suppor ...
https://man.plustar.jp/php/luasandbox.requirements.html - [similar]
Returns the number of existing documents updated 2700
« MongoDB\Driver\WriteResult::getMatchedCount MongoDB\Driver\WriteResult::getServer » PHP Manual ... ocuments updated MongoDB\Driver\WriteResult::getModifiedCount (mongodb >=1.0.0) MongoDB\Driver\WriteResu ... lt::getModifiedCount — Returns the number of existing documents ... 説明 final public MongoDB\Driver\WriteResult::getModifiedCount (): ? int If the update operation results ... the value of a field to its current value), the modified count may be less than the value returned by Mo ...
https://man.plustar.jp/php/mongodb-driver-writeresult.getmodifiedcount.html - [similar]
ステートメントの結果セットの任意の行に移動する 2700
« mysqli_stmt::__construct mysqli_stmt::$errno » PHP Manual mysqli_stmt ステートメントの結果セッ ... sword" , "world" ); /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect fai ... ELECT Name, CountryCode FROM City ORDER BY Name" ; if ( $stmt = $mysqli -> prepare ( $query )) { /* クエ ... sword" , "world" ); /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect fai ... ELECT Name, CountryCode FROM City ORDER BY Name" ; if ( $stmt = mysqli_prepare ( $link , $query )) { /* ...
https://man.plustar.jp/php/mysqli-stmt.data-seek.html - [similar]