検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 777 for e (0.010 sec.)
Returns any write errors that occurred 3928
« MongoDB\Driver\WriteResult::getWriteConcernError MongoDB\Driver\WriteResult::isAcknowledged » ... PHP Manual MongoDB\Driver\WriteResult Returns any write errors that occurre ... d MongoDB\Driver\WriteResult::getWriteErrors (mongodb >=1.0.0) Mon ... goDB\Driver\WriteResult::getWriteErrors — Returns any write e ... rrors that occurred 説明 final public MongoDB\Driver\WriteResult::get ...
https://man.plustar.jp/php/mongodb-driver-writeresult.getwriteerrors.html - [similar]
Description 3888
« Imagick::setPointSize Imagick::setRegistry » PHP Manual Imagick Description Imagick::setProgre ... ssMonitor (PECL imagick 3 >= 3.3.0) Imagick::setProgressMonitor ... — Description 説明 public Imagick::setProgressMonitor ( ... callable $callback ): bool Set a callback that will be call ... ed during the processing of the Imagick image. パラメータ callba ...
https://man.plustar.jp/php/imagick.setprogressmonitor.html - [similar]
その他の変更 3888
« 変更された関数 Windows のサポート » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 その他の変更 ... や、これらを用いた代入演算) を行おうとしたときに、 E_WARNING あるいは E_NOTICE レベルのエラーが発生する ... ようになりました。 E_NOTICE が発生するのは、文字列が数値で始まっていなが ... ら非数値で終わる場合で、 E_WARNING が発生するのは文字列中に数値が含まれない場 ... 合です。 <?php '1b' + 'something' ; 上の例の出力は以下となります。 Notice: A n ...
https://man.plustar.jp/php/migration71.other-changes.html - [similar]
対話シェル 3854
« I/O ストリーム ビルトインウェブサーバー » PHP Manual コマンドラインの使用法 対話シェル 対話シェ ... ル --with-readline オプションつきで PHP をコンパイルした場合に ... プションで使うことができます。 PHP 7.1.0 以降では、 readline 拡張機能 が有効であれば 対話シェルは Windows ... ます。 例1 対話シェル上でのコードの実行 $ php -a Interactive shell php > echo 5+8; 13 php > function add ... Two($n) php > { php { return $n + 2; php { } php > var_dump(addtwo(2)); int ...
https://man.plustar.jp/php/features.commandline.interactive.html - [similar]
検索文字列に一致したすべての文字列を置換する 3854
« str_repeat str_rot13 » PHP Manual String 関数 検索文字列に一致したすべての文字列を置換する str ... _replace (PHP 4, PHP 5, PHP 7, PHP 8) str_replace — 検 ... 索文字列に一致したすべての文字列を置換する 説明 str_replace ( array | string $search , array | string $re ... place , string | array $subject , int &$count = null ): ... string | array この関数は、 subject の中の search を全て replace に置換します。 (正規 ...
https://man.plustar.jp/php/function.str-replace.html - [similar]
ユーザー定義の比較関数で配列をソートし、連想インデックスを保持する 3854
« sort uksort » PHP Manual 配列 関数 ユーザー定義の比較関数で配列をソートし、連想インデックスを保 ... クスを保持する 説明 uasort ( array &$array , callable $callback ): bool インデックスとそれに対応する要素 ... さい場合は負の数を返す必要があります。 callback ( mixed $a , mixed $b ): int 戻り値 常に true を返します。 ... レンス渡しされる引数を期待している場合、 この関数は E_WARNING を発生させるようになりました。 例 例1 基本 ... の関数 function cmp ( $a , $b ) { if ( $a == $b ) { return 0 ; } return ( $a < $b ) ? - 1 : 1 ; } // ソー ...
https://man.plustar.jp/php/function.uasort.html - [similar]
文字列 3854
« 浮動小数点数 数値形式の文字列 » PHP Manual 型 文字列 文字列 string は、文字が連結されたものです ... 個の異なる文字を使用可能です。 これは、PHP が Unicode をネイティブにサポートしていないことも意味します。 ... 括られた文字列にある場合には展開 されません 。 <?php echo 'this is a simple string' ; echo 'You can also ... have embedded newlines in strings this way as it is oka ... y to do' ; // 出力: Arnold once said: "I'll be back" echo 'Arnold once said: "I\'l ...
https://man.plustar.jp/php/language.types.string.html - [similar]
3813
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... function readcb ( $bev , $base ) { //$input = $bev->input; //$ ... bev->getInput(); //$pos = $input->search("TTP"); $pos ... = $bev -> input -> search ( "TTP" ); while (( $n = $bev ... -> input -> remove ( $buf , 1024 )) > 0 ) { echo $buf ; } } // Ev ...
https://man.plustar.jp/php/event.examples.html - [similar]
e-mail メッセージを送信する 3813
« imap_mail_move imap_mailboxmsginfo » PHP Manual IMAP 関数 e-mail メッセージを送信する imap_mai ... l (PHP 4, PHP 5, PHP 7, PHP 8) imap_mail — e-mail メッセージを送信する 説明 imap_mail ( string ... $to , string $subject , string $message , ? string $additional_headers ... ing $cc = null , ? string $bcc = null , ? string $return_path = null ): bool この関数は、Cc および Bcc ... 受信者の正確な処理を行って email を送信することが可能です。 パラメータ to 、 cc ...
https://man.plustar.jp/php/function.imap-mail.html - [similar]
ソケットのエラー 3813
« 例 ソケット 関数 » PHP Manual ソケット ソケットのエラー ソケットのエラー ソケット拡張モジュール ... ット関数の多くは特定の条件で失敗し、エラーを記述する E_WARNING メッセージを出力します。 これは、時々開発者 ... まない時に発生することがあります。例えば、 関数 socket_read() は突然 E_WARNING メッセージを出力する可能性 ... したためです。 @ 演算子により警告出力を抑制し、 socket_last_error() 関数によりアプリケーション内でエラー ... 文字列を取得するためにこのエラーコードを指定して socket_strerror() 関数をコールすることが可能です。 詳細は ...
https://man.plustar.jp/php/sockets.errors.html - [similar]