検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 1889 for 注意 (0.006 sec.)
オブジェクトもしくはクラスにプロパティが存在するかどうかを調べる 3654
« method_exists trait_exists » PHP Manual クラス/オブジェクト関数 オブジェクトもしくはクラスにプ ... が 指定されたクラスに存在するかどうかを確認します。 注意 : isset() とは対照的に、 プロパティの値が null の場 ... yClass' , 'test' )); //true myClass :: test (); ?> 注意 注意 : この関数を使うと、未知のクラスに対しては登録 ... 済みの autoloader を使用します。 注意 : property_exists() 関数は、マジックメソッド __get ... , 存在 , オブジェクト , exists , property , 関数 , 注意 , 確認 , string , メソッド ...
https://man.plustar.jp/php/function.property-exists.html - [similar]
文字列の長さを得る 3654
« stristr strnatcasecmp » PHP Manual String 関数 文字列の長さを得る strlen (PHP 4, PHP 5, PHP 7, ... 6 $str = ' ab cd ' ; echo strlen ( $str ); // 7 ?> 注意 注意 : strlen() が返すのはバイト数であり、 文字数で ... はありません。 注意 : 配列に対して strlen() を実行すると null を返し、 ... 文字列の長さを得る 関連キーワード: strlen , string , 注意 , 文字数 , 配列 , stristr , 参考 , 取得 , 単位 , g ...
https://man.plustar.jp/php/function.strlen.html - [similar]
セッションのデータを書き込む 3654
« SessionHandlerInterface::read SessionIdInterface » PHP Manual SessionHandlerInterface セッショ ... rface::close() がこの関数の直後にコールされることに注意しましょう。 PHP は、セッションの保存と終了の準備がで ... されるのは、通常は出力バッファが閉じた後であることに注意しましょう。ただし、 明示的に session_write_close() ... のシリアライズには通常とは別の方式を使っていることに注意しましょう。 戻り値 返り値 (通常は、 true が成功そし ... )。この値は PHP で内部的に処理されるものであることに注意しましょう。 参考 session.serialize_handler 関連キー ...
https://man.plustar.jp/php/sessionhandlerinterface.write.html - [similar]
ストリームから読み込む 3654
« streamWrapper::stream_open streamWrapper::stream_seek » PHP Manual streamWrapper ストリームから ... fread() および fgets() に対応してコールされます。 注意 : ストリームの読み込み/書き込み位置 (読み込みに成功 ... どの理由で) 失敗した場合、 E_WARNING を発行します。 注意 : 戻り値が count より長い場合は E_WARNING エラーが ... 発生し、余分なデータは失われます。 注意 注意 : streamWrapper::stream_eof() は、 streamWrap ... am , ストリーム , コール , read , データ , count , 注意 , eof , バイト ...
https://man.plustar.jp/php/streamwrapper.stream-read.html - [similar]
ファイルを削除する 3654
« streamWrapper::stream_write streamWrapper::url_stat » PHP Manual streamWrapper ファイルを削除す ... このメソッドは、 unlink() に対応してコールされます。 注意 : 適切なエラーメッセージを返すためには、 ラッパーが ... どの理由で) 失敗した場合、 E_WARNING を発行します。 注意 注意 : 有効なコンテキストがコール元関数に渡された場 ... ーワード: 削除 , streamWrapper , ファイル , unlink , 注意 , メソッド , path , 対応 , コール , 失敗 ...
https://man.plustar.jp/php/streamwrapper.unlink.html - [similar]
Constructs a new SyncEvent object 3654
« SyncEvent SyncEvent::fire » PHP Manual SyncEvent Constructs a new SyncEvent object SyncEvent:: ... name of the event if this is a named event object. 注意 : If the name already exists, it must be able to b ... er or not the event object must be reset manually. 注意 : Manual reset event objects allow all waiting pro ... ether or not to prefire (signal) the event object. 注意 : Only has impact if the calling process/thread is ... , event , Constructs , new , construct , prefire , 注意 , must , not , whether ...
https://man.plustar.jp/php/syncevent.construct.html - [similar]
コマンドラインオプション 3610
« 他の SAPI との違い Usage » PHP Manual コマンドラインの使用法 コマンドラインオプション コマンド ... HTML 形式で行なわれるため 量がかなり多くなることに注意してください。 -l --syntax-check このオプションにより ... ーについても調べたい場合は、 -f を使用してください。 注意 : このオプションは、オプション -r と共に使用するこ ... 不要 で、これらを付けると パーサエラーとなります。 注意 : このように PHP を実行する際に、コマンドラインの ... 変数がシェルにより行なわれる置換と干渉しないように注意してください。 例2 ダブルクォートの使用時に構文エラー ...
https://man.plustar.jp/php/features.commandline.options.html - [similar]
指数表現 3610
« pi rad2deg » PHP Manual Math 関数 指数表現 pow (PHP 4, PHP 5, PHP 7, PHP 8) pow — 指数表現 説明 ... nt | float | object num の exponent 乗を返します。 注意 : ** 演算子も使えます。 パラメータ num 使用する基数 ... 0 , - 1 ); // 0.1 echo pow (- 1 , 5.5 ); // NAN ?> 注意 注意 : この関数はすべての入力を (スカラー値以外でも ... 関連キーワード: 指数 , 表現 , pow , num , exponent , 注意 , int , 計算 , 数値 , べき乗 ...
https://man.plustar.jp/php/function.pow.html - [similar]
実行演算子 3610
« エラー制御演算子 加算子/減算子 » PHP Manual 演算子 実行演算子 実行演算子 PHP は 1 種類の実行演 ... ) をサポートします。 シングルクォートではないことに注意してください! PHP は、バッククォートの 中身をシェルコ ... put = ` ls -al `; echo "<pre> $output </pre>" ; ?> 注意 : バッククォート演算子は、 shell_exec() が無効な場 ... 合は無効となります。 注意 : 他の言語とは異なり、 ダブルクォートで囲まれた文字 ... をコマンドラインから使用する 関連キーワード: 実行 , 注意 , shell , 出力 , exec , proc , popen , システムプロ ...
https://man.plustar.jp/php/language.operators.execution.html - [similar]
新規に MySQL サーバーへの接続をオープンする 3610
« mysqli::$connect_error mysqli::debug » PHP Manual mysqli 新規に MySQL サーバーへの接続をオープ ... 使用するソケットあるいは名前つきパイプを指定します。 注意 : socket 引数を指定しても、MySQL サーバーへの 接続 ... ( 'mysqli error: ' . mysqli_error ( $mysqli )); } 注意 注意 : MySQLnd は常に、サーバーのデフォルト文字セッ ... mysqli_real_connect() を実行する前にコールします。 注意 : オブジェクト指向型 に関する注意: 接続に失敗した場 ... mysqli->connect_error プロパティを使用しましょう。 注意 : 接続タイムアウトなどのオプションを設定する必要が ...
https://man.plustar.jp/php/mysqli.construct.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT