検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 1896 for Get (0.030 sec.)
フォーマッタの直近のエラーメッセージを取得する 3147
« NumberFormatter::getErrorCode NumberFormatter::getLocale » PHP Manual NumberFormatter フォーマ ... の直近のエラーメッセージを取得する NumberFormatter::getErrorMessage numfmt_get_error_message (PHP 5 >= 5.3 ... PHP 7, PHP 8, PECL intl >= 1.0.0) NumberFormatter::getErrorMessage -- numfmt_get_error_message — フォーマ ... する 説明 オブジェクト指向型 public NumberFormatter::getErrorMessage (): string 手続き型 numfmt_get_error_m ... 数コールのエラーメッセージを返します。 例 例1 numfmt_get_error_message() の例 <?php $fmt = numfmt_create ( ...
https://man.plustar.jp/php/numberformatter.geterrormessage.html - [similar]
残りのストリームを文字列に読み込む 3133
« stream_filter_remove stream_get_filters » PHP Manual ストリーム 関数 残りのストリームを文字列に ... 読み込む stream_get_contents (PHP 5, PHP 7, PHP 8) stream_get_contents ... — 残りのストリームを文字列に読み込む 説明 stream_get_contents ( resource $stream , ? int $length = null ... , int $offset = -1 ): string | false file_get_contents() と似ていますが、 stream_get_contents() ... 0 length は、nullable になりました。 例 例1 stream_get_contents() の例 <?php if ( $stream = fopen ( 'http ...
https://man.plustar.jp/php/function.stream-get-contents.html - [similar]
新規に MySQL サーバーへの接続をオープンする 3133
« mysqli::$connect_error mysqli::debug » PHP Manual mysqli 新規に MySQL サーバーへの接続をオープ ... ublic mysqli::__construct ( string $hostname = ini_get("mysqli.default_host") , string $username = ini_ge ... t("mysqli.default_user") , string $password = ini_get("mysqli.default_pw") , string $database = "" , int ... $port = ini_get("mysqli.default_port") , string $socket = ini_get( ... ) public mysqli::connect ( string $hostname = ini_get("mysqli.default_host") , string $username = ini_ge ...
https://man.plustar.jp/php/mysqli.construct.html - [similar]
OpenSSL 関数 3133
« 証明書の認証 openssl_cipher_iv_length » PHP Manual OpenSSL OpenSSL 関数 OpenSSL 関数 目次 open ... t — CSR を文字列としてエクスポートする openssl_csr_get_public_key — CSR の公開鍵を返す openssl_csr_get_su ... openssl_free_key — キーリソースを開放する openssl_get_cert_locations — 有効な証明書の格納場所を検索する ... openssl_get_cipher_methods — 利用可能な暗号メソッドを取得 open ... ssl_get_curve_names — ECC で利用可能な楕円曲線の名前を取得 ...
https://man.plustar.jp/php/ref.openssl.html - [similar]
Returns the value for a given key 3118
« Ds\Map::first Ds\Map::hasKey » PHP Manual Map Returns the value for a given key Ds\Map::get (P ... ECL ds >= 1.0.0) Ds\Map::get — Returns the value for a given key 説明 public Ds ... \Map::get ( mixed $key , mixed $default = ? ): mixed Returns ... p["1"] will attempt to access int(1) , while $map->get("1") will correctly look up the string key. See Ar ... d a default value was not provided. 例 例1 Ds\Map::get() example <?php $map = new \ Ds \ Map ([ "a" => 1 ...
https://man.plustar.jp/php/ds-map.get.html - [similar]
スクリプト中の日付/時刻関数で使用されるデフォルトタイムゾーンを取得する 3118
« date_date_set date_default_timezone_set » PHP Manual 日付・時刻 関数 スクリプト中の日付/時刻関 ... フォルトタイムゾーンを取得する date_default_timezone_get (PHP 5 >= 5.1.0, PHP 7, PHP 8) date_default_timezo ... ne_get — スクリプト中の日付/時刻関数で使用されるデフォルト ... タイムゾーンを取得する 説明 date_default_timezone_get (): string この関数は、デフォルトのタイムゾーンを以 ... 上のすべてが失敗した場合は、 date_default_timezone_get() はデフォルトのタイムゾーンである UTC を返します。 ...
https://man.plustar.jp/php/function.date-default-timezone-get.html - [similar]
現在の PHP スクリプトの所有者の名前を取得する 3118
« get_cfg_var get_defined_constants » PHP Manual PHP オプション/情報 関数 現在の PHP スクリプトの ... 所有者の名前を取得する get_current_user (PHP 4, PHP 5, PHP 7, PHP 8) get_curr ... 現在の PHP スクリプトの所有者の名前を取得する 説明 get_current_user (): string 現在の PHP スクリプトの所有 ... ありません。 戻り値 ユーザー名を表す文字列。 例 例1 get_current_user() の例 <?php echo 'Current script own ... er: ' . get_current_user (); ?> 上の例の出力は、 たとえば以下の ...
https://man.plustar.jp/php/function.get-current-user.html - [similar]
magic_quotes_gpc の現在の設定を得る 3118
« get_loaded_extensions get_magic_quotes_runtime » PHP Manual PHP オプション/情報 関数 magic_quo ... tes_gpc の現在の設定を得る get_magic_quotes_gpc (PHP 4, PHP 5, PHP 7) get_magic_q ... した。この関数に頼らないことを強く推奨します。 説明 get_magic_quotes_gpc (): bool 常に false を返します。 ... s() - クォートされた文字列のクォート部分を取り除く get_magic_quotes_runtime() - magic_quotes_runtime の現 ... 在アクティブな設定値を取得する ini_get() - 設定オプションの値を得る 関連キーワード: quote ...
https://man.plustar.jp/php/function.get-magic-quotes-gpc.html - [similar]
出力バッファをフラッシュし、その内容を文字列として返した後で出力バッファリングを... 3118
« ob_get_contents ob_get_length » PHP Manual 出力制御 関数 出力バッファをフラッシュし、その内容を ... 字列として返した後で出力バッファリングを終了する ob_get_flush (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) ob_get ... として返した後で出力バッファリングを終了する 説明 ob_get_flush (): string | false ob_get_flush() は、 出力バ ... フラグを指定する必要があります。指定しなければ、 ob_get_flush() は動作しません。 注意 : この関数は ob_end_ ... 開始されていない場合は false を返します。 例 例1 ob_get_flush() の例 <?php // 出力バッファリングを On にし ...
https://man.plustar.jp/php/function.ob-get-flush.html - [similar]
posix_get_last_error のエイリアス 3118
« posix_ctermid posix_get_last_error » PHP Manual POSIX 関数 posix_get_last_error のエイリアス p ... >= 4.2.0, PHP 5, PHP 7, PHP 8) posix_errno — posix_get_last_error() のエイリアス 説明 この関数は次の関数の ... エイリアスです。 posix_get_last_error() . 関連キーワード: 関数 , errno , cter ...
https://man.plustar.jp/php/function.posix-errno.html - [similar]