検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 2367 for 取得 (0.026 sec.)
staticプロパティを取得する 2821
« ReflectionClass::getStartLine ReflectionClass::getStaticPropertyValue » PHP Manual ReflectionC ... lass staticプロパティを取得する ReflectionClass::getStaticProperties (PHP 5, PH ... tionClass::getStaticProperties — staticプロパティを取得する 説明 public ReflectionClass::getStaticPropertie ... s (): ? array staticプロパティを取得します。 警告 この関数は、 現在のところ詳細な情報はあ ... ::getStaticPropertyValue() - staticプロパティの値を取得する ReflectionClass::setStaticPropertyValue() - sta ...
https://man.plustar.jp/php/reflectionclass.getstaticproperties.html - [similar]
PHP Data Objects 2808
« odbc_tables はじめに » PHP Manual 抽象化レイヤー PHP Data Objects PHP Data Objects はじめに イ ... ースハンドラにおける直近の操作に関連する SQLSTATE を取得する PDO::errorInfo — データベースハンドラにおける直 ... 近の操作に関連する拡張エラー情報を取得する PDO::exec — SQL ステートメントを実行し、作用した ... 数を返す PDO::getAttribute — データベース接続の属性を取得する PDO::getAvailableDrivers — 利用可能な PDO ドライ ... 文ハンドラにおける直近の操作に関連する SQLSTATE を取得する PDOStatement::errorInfo — 文ハンドラにおける直近 ...
https://man.plustar.jp/php/book.pdo.html - [similar]
ReflectionFiber クラス 2808
« ReflectionGenerator::getTrace ReflectionFiber::__construct » PHP Manual リフレクション Reflect ... r::getCallable — Fiber の構築に使われた callable を取得する ReflectionFiber::getExecutingFile — 現在実行中の ... ファイル名を取得する ReflectionFiber::getExecutingLine — 現在実行中の ... 行番号を取得する ReflectionFiber::getFiber — リフレクションされた ... Fiber クラスのインスタンスを取得する ReflectionFiber::getTrace — 現在実行している時点 ...
https://man.plustar.jp/php/class.reflectionfiber.html - [similar]
libxmlから直近のエラーを取得する 2808
« libxml_get_errors libxml_set_external_entity_loader » PHP Manual libxml 関数 libxmlから直近のエ ... ラーを取得する libxml_get_last_error (PHP 5 >= 5.1.0, PHP 7, P ... 8) libxml_get_last_error — libxmlから直近のエラーを取得する 説明 libxml_get_last_error (): LibXMLError | fa ... lse libxmlから直近のエラーを取得します。 パラメータ この関数にはパラメータはありませ ... を返します。 参考 libxml_get_errors() - エラー配列を取得する libxml_clear_errors() - libxmlエラーハンドラをク ...
https://man.plustar.jp/php/function.libxml-get-last-error.html - [similar]
ふたつのパスの差分を再帰的に取得する 2808
« svn_delete svn_export » PHP Manual SVN 関数 ふたつのパスの差分を再帰的に取得する svn_diff (PEC ... n >= 0.1.0) svn_diff — ふたつのパスの差分を再帰的に取得する 説明 svn_diff ( string $path1 , int $rev1 , str ... ay ふたつのパス path1 および path2 の差分を再帰的に取得します。 注意 : 汎用的な diff ツールとは異なり、 バー ... ジョン管理の対象になっているローカルファイルしか差分取得の対象となりません。 その他のファイルの差分は取得でき ... 基本的な例 ここでは、この関数の基本的な使用法と結果の取得法を示します。 <?php list( $diff , $errors ) = svn_d ...
https://man.plustar.jp/php/function.svn-diff.html - [similar]
画像の深度を取得する 2808
« Imagick::getImageDelay Imagick::getImageDispose » PHP Manual Imagick 画像の深度を取得する Imag ... CL imagick 3) Imagick::getImageDepth — 画像の深度を取得する 説明 public Imagick::getImageDepth (): int 画像 ... の深度を取得します。 パラメータ この関数にはパラメータはありませ ... 画像の深度を返します。 関連キーワード: 画像 , 深度 , 取得 , Imagick , getImageDepth , imagick , パラメータ , ...
https://man.plustar.jp/php/imagick.getimagedepth.html - [similar]
結果セットの取得を開始する 2808
« mysqli::thread_safe mysqli::$warning_count » PHP Manual mysqli 結果セットの取得を開始する mysq ... qli::use_result -- mysqli_use_result — 結果セットの取得を開始する 説明 オブジェクト指向型 public mysqli::us ... 関数を使用して実行した直近のクエリから、結果セットの取得を開始します。 この関数あるいは mysqli_store_result( ... ) 関数は、 クエリ結果を取得する前にコールされる必要があります。また、どちらかの ... は、 mysqli_store_result() を使用して結果をバッファに取得する必要があります。クライアント側で 大量の処理を行う ...
https://man.plustar.jp/php/mysqli.use-result.html - [similar]
次の行を取得し、それをオブジェクトとして返す 2808
« PDOStatement::fetchColumn PDOStatement::getAttribute » PHP Manual PDOStatement 次の行を取得し、 ... pdo >= 0.2.4) PDOStatement::fetchObject — 次の行を取得し、それをオブジェクトとして返す 説明 public PDOStat ... ay $constructorArgs = [] ): object | false 次の行を取得し、それをオブジェクトとして返します。この関数は、 P ... を指定することの代替関数となります。 オブジェクトを取得する際には、各カラムの値を対応するプロパティに代入し ... 参考 PDOStatement::fetch() - 結果セットから次の行を取得する 関連キーワード: 取得 , オブジェクト , PDOStatem ...
https://man.plustar.jp/php/pdostatement.fetchobject.html - [similar]
値を取得する 2808
« ReflectionClassConstant::getName ReflectionClassConstant::isFinal » PHP Manual ReflectionClass ... Constant 値を取得する ReflectionClassConstant::getValue (PHP 7 >= 7.1 ... .0, PHP 8) ReflectionClassConstant::getValue — 値を取得する 説明 public ReflectionClassConstant::getValue ( ... ): mixed クラス定数の値を取得します。 パラメータ この関数にはパラメータはありませ ... 戻り値 クラス定数の値を返します。 関連キーワード: 取得 , ReflectionClassConstant , 値 , getValue , クラス ...
https://man.plustar.jp/php/reflectionclassconstant.getvalue.html - [similar]
プロパティのドキュメントコメントを取得する 2808
« ReflectionProperty::getDefaultValue ReflectionProperty::getModifiers » PHP Manual ReflectionPr ... operty プロパティのドキュメントコメントを取得する ReflectionProperty::getDocComment (PHP 5 >= 5.1 ... :getDocComment — プロパティのドキュメントコメントを取得する 説明 public ReflectionProperty::getDocComment ( ... : string | false プロパティのドキュメントコメントを取得します。 パラメータ この関数にはパラメータはありませ ... tionProperty::getModifiers() - プロパティの修飾子を取得する ReflectionProperty::getName() - プロパティ名を取 ...
https://man.plustar.jp/php/reflectionproperty.getdoccomment.html - [similar]