検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 2925 for (0.019 sec.)
UnitEnum インターフェイス 2781
« Stringable::__toString UnitEnum::cases » PHP Manual 定義済みのインターフェイスとクラス UnitEnu ... .1.0) はじめに UnitEnum インターフェイスは、 全ての挙型に対して、PHP のエンジンが自動的に適用するもので ... 。 ユーザー定義のクラスとして実装してはいけません。 挙型はメソッドのオーバーライドを禁止しています。 デフ ... ic static cases (): array } 目次 UnitEnum::cases — 挙型の case 一覧を生成する 関連キーワード: UnitEnum ...
https://man.plustar.jp/php/class.unitenum.html - [similar]
uuencode された文字列をデコードする 2781
« convert_cyr_string convert_uuencode » PHP Manual String 関数 uuencode された文字をデコードす ... HP 7, PHP 8) convert_uudecode — uuencode された文字をデコードする 説明 convert_uudecode ( string $strin ... | false convert_uudecode() は、uuencode された文字をデコードします。 注意 : convert_uudecode() は、 uu ... code されたデータ。 戻り値 デコードしたデータを文字で返します。失敗した場合に false を返します。 例 例1 ... なります。 I love PHP! 参考 convert_uuencode() - 文字を uuencode する 関連キーワード: デコード , convert ...
https://man.plustar.jp/php/function.convert-uudecode.html - [similar]
ファイルの内容を全て文字列に読み込む 2781
« file_exists file_put_contents » PHP Manual ファイルシステム 関数 ファイルの内容を全て文字に読 ... PHP 8) file_get_contents — ファイルの内容を全て文字に読み込む 説明 file_get_contents ( string $filename ... 所から開始し length バイト分だけ ファイルの内容を文字に読み込むという点が異なります。 失敗した場合、 file ... 返します。 file_get_contents() はファイルの内容を文字に読み込む 方法として好ましいものです。もしOSがサポー ... があります。 参考 file() - ファイル全体を読み込んで配に格納する fgets() - ファイルポインタから 1 行取得す ...
https://man.plustar.jp/php/function.file-get-contents.html - [similar]
曜日を返す 2781
« gregoriantojd jdmonthname » PHP Manual カレンダー 関数 曜日を返す jddayofweek (PHP 4, PHP 5, P ... y, 等)を返します。 1 曜日(英グレゴリウス)を含む文字を返します。 2 曜日の省略形(英グレゴリウス)を含む文字 ... 。 戻り値 グレゴリウス暦の曜日を表す数値あるいは文字を返します。 関連キーワード: 曜日 , 整数 , jddayofwe ...
https://man.plustar.jp/php/function.jddayofweek.html - [similar]
IBM DB2 関数 2781
« 定義済み定数 db2_autocommit » PHP Manual IBM DB2 IBM DB2 関数 IBM DB2 関数 目次 db2_autocommit ... _error — 直近の接続から返された SQLSTATE を含む文字を返す db2_conn_errormsg — 直近の接続エラーメッセージ ... セット内の行を表す、カラム位置をインデックスとする配を返す db2_fetch_assoc — 結果セット内の行を表す、カラ ... ム名をインデックスとする配を返す db2_fetch_both — 結果セット内の行を表す、 カラ ... ム位置およびカラム名の両方をインデックスとする配を返す db2_fetch_object — 結果セット内の行を表す、カ ...
https://man.plustar.jp/php/ref.ibm-db2.html - [similar]
Grapheme 関数 2768
« UConverter::transcode grapheme_extract » PHP Manual intl Grapheme 関数 Grapheme 関数 目次 grap ... ます grapheme_stripos — 大文字小文字を区別せず、文字内で最初にあらわれる場所の (書記素単位の) 位置を見つ ... eme_stristr — 大文字小文字を区別せず、haystack 文字の中で needle が最初に登場した場所以降の部分文字... 返す grapheme_strlen — 書記素単位で文字の長さを取得する grapheme_strpos — 文字内で最初にあ ... ける grapheme_strripos — 大文字小文字を区別せず、文字内で最後にあらわれる場所の (書記素単位の) 位置を見つ ...
https://man.plustar.jp/php/ref.intl.grapheme.html - [similar]
スタックトレースを文字列で取得する 2764
« Exception::getTrace Exception::__toString » PHP Manual Exception スタックトレースを文字で取得 ... xception::getTraceAsString — スタックトレースを文字で取得する 説明 final public Exception::getTraceAsSt ... ring (): string 例外のスタックトレースを文字で返します。 パラメータ この関数にはパラメータはあり ... ません。 戻り値 例外のスタックトレースを文字で返します。 例 例1 Exception::getTraceAsString() の ... owable::getTraceAsString() - スタックトレースを文字として取得する 関連キーワード: 取得 , Exception , ge ...
https://man.plustar.jp/php/exception.gettraceasstring.html - [similar]
修正UTF-7文字列をUTF-8にデコードする 2764
« imap_msgno imap_num_msg » PHP Manual IMAP 関数 修正UTF-7文字をUTF-8にデコードする imap_mutf7 ... 0, PHP 7, PHP 8) imap_mutf7_to_utf8 — 修正UTF-7文字をUTF-8にデコードする 説明 imap_mutf7_to_utf8 ( stri ... ring | false 修正UTF-7(RFC 2060, section 5.1.3)文字を UTF-8 にデコードします。 注意 : この関数は libccl ... パラメータ string 修正UTF-7 でエンコードされた文字 戻り値 string を UTF-8 に変換したものを返します。 ... を返します. 参考 imap_utf8_to_mutf7() - UTF-8 文字を修正UTF-7にエンコードする 関連キーワード: 修正 , デ ...
https://man.plustar.jp/php/function.imap-mutf7-to-utf8.html - [similar]
Abandoned Baby 2764
« trader_cdl3whitesoldiers trader_cdladvanceblock » PHP Manual Trader 関数 Abandoned Baby trader ... ation = ? ): array パラメータ open 始値。実数値の配。 high 高値。実数値の配。 low 安値。実数値の配... close 終値。実数値の配。 penetration Percentage of penetration of a candle ... ワード: Abandoned , Baby , array , trader , 実数 , 配 , cdlabandonedbaby , penetration , open , high ...
https://man.plustar.jp/php/function.trader-cdlabandonedbaby.html - [similar]
Dark Cloud Cover 2764
« trader_cdlcounterattack trader_cdldoji » PHP Manual Trader 関数 Dark Cloud Cover trader_cdldar ... ation = ? ): array パラメータ open 始値。実数値の配。 high 高値。実数値の配。 low 安値。実数値の配... close 終値。実数値の配。 penetration Percentage of penetration of a candle ... 関連キーワード: Dark , Cover , array , trader , 配 , 実数 , penetration , cdldarkcloudcover , open , ...
https://man.plustar.jp/php/function.trader-cdldarkcloudcover.html - [similar]