検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 440 for last (0.096 sec.)
基本的な使用法 4166
« 例 基本的な使い方 » PHP Manual 例 基本的な使用法 基本的な使用法 この例では、PostgreSQL への接続 ... password=foo" ) or die( 'Could not connect: ' . pg_last_error ()); // SQL クエリを実行する $query = 'SELEC ... pg_query ( $query ) or die( 'Query failed: ' . pg_last_error ()); // 結果を HTML で表示する echo "<table> ...
https://man.plustar.jp/php/pgsql.examples-basic.html - [similar]
エラー処理関数 4166
« 例 debug_backtrace » PHP Manual エラー処理 エラー処理関数 エラー処理関数 参考 syslog() も参照し ... t_backtrace — バックトレースを表示する error_clear_last — 最も最近のエラーをクリア error_get_last — 最後に ...
https://man.plustar.jp/php/ref.errorfunc.html - [similar]
新しいメールボックスを作る 4132
« imap_create imap_delete » PHP Manual IMAP 関数 新しいメールボックスを作る imap_createmailbox ( ... , OP_HALFOPEN ) or die( "接続できません: " . imap_last_error ()); $name1 = "phpnewbox" ; $name2 = imap_ut ... imap_renamemailbox on new mailbox failed: " . imap_last_error () . "<br />\n" ; } } else { echo "imap_stat ... us on new mailbox failed: " . imap_last_error () . "<br />\n" ; } if (@ imap_deletemailbox ...
https://man.plustar.jp/php/function.imap-createmailbox.html - [similar]
ソケットに名前をバインドする 4132
« socket_addrinfo_lookup socket_clear_error » PHP Manual ソケット 関数 ソケットに名前をバインドす ... した場合に false を返します。 エラーコードは socket_last_error() により取得できます。 このコードを socket_s ... ドレスにソケットをバインドしようとした場合、 socket_last_error() は 無効なエラーコードを返すことがあります。 ... eate() - ソケット(通信時の終端)を作成する socket_last_error() - ソケットの直近のエラーを返す socket_stre ...
https://man.plustar.jp/php/function.socket-bind.html - [similar]
この色に関連付けられている色カウントを返す 4132
« ImagickPixel::getColorAsString ImagickPixel::getColorQuantum » PHP Manual ImagickPixel この色に ... ogramElements = $imagick -> getImageHistogram (); $lastColor = array_pop ( $histogramElements ); echo "Las ... t pixel color count is: " . $lastColor -> getColorCount (); ?> 出力は、次のようになり ... ます。 Last pixel color count is: 256244 関連キーワード: カウン ...
https://man.plustar.jp/php/imagickpixel.getcolorcount.html - [similar]
指定したインデックスに新しい値をセットする 4091
« ArrayObject::offsetGet ArrayObject::offsetUnset » PHP Manual ArrayObject 指定したインデックスに ... zero' , 'one' )); $arrayobj -> offsetSet ( null , 'last' ); var_dump ( $arrayobj ); ?> 上の例の出力は以下と ... g(4) "zero" [1]=> string(3) "one" [2]=> string(4) "last" } 参考 ArrayObject::append() - 値を追加する 関連キ ...
https://man.plustar.jp/php/arrayobject.offsetset.html - [similar]
エラー処理およびログ記録 4091
« Componere\cast_by_ref はじめに » PHP Manual PHP の振る舞いの変更 エラー処理およびログ記録 エラ ... t_backtrace — バックトレースを表示する error_clear_last — 最も最近のエラーをクリア error_get_last — 最後に ...
https://man.plustar.jp/php/book.errorfunc.html - [similar]
正規表現 (Perl 互換) 4091
« Parle\ParserException はじめに » PHP Manual テキスト処理 正規表現 (Perl 互換) 正規表現 (Perl 互 ... g_grep — パターンにマッチする配列の要素を返す preg_last_error_msg — 最後に実行した PCRE 正規表現に関するエ ... ラーメッセージを返す preg_last_error — 直近の PCRE 正規表現処理のエラーコードを返 ...
https://man.plustar.jp/php/book.pcre.html - [similar]
The Map class 4091
« Ds\Deque::unshift Ds\Map::allocate » PHP Manual Data Structures The Map class The Map class (N ... sorted ( callable $comparator = ? ): Ds\Map public last (): Ds\Pair public map ( callable $callback ): Ds\ ... p::ksorted — Returns a copy, sorted by key Ds\Map::last — Returns the last pair of the map Ds\Map::map — R ...
https://man.plustar.jp/php/class.ds-map.html - [similar]
The GearmanWorker class 4091
« GearmanTask::uuid GearmanWorker::addFunction » PHP Manual Gearman The GearmanWorker class The ... job server response GearmanWorker::error — Get the last error encountered GearmanWorker::getErrno — Get er ... ove worker options GearmanWorker::returnCode — Get last Gearman return code GearmanWorker::setId — Give th ...
https://man.plustar.jp/php/class.gearmanworker.html - [similar]