検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 1237 for n (0.012 sec.)
Get the CUBRID PHP module's version 4128
« cubrid_set_query_timeout CUBRID MySQL 互換関数 » PHP Manual CUBRID 関数 Get the CUBRID PHP mod ... ule's version cubrid_version (PECL CUBRID >= 8.3.0) cubrid_versi ... on — Get the CUBRID PHP module's version 説明 cubrid_ ... version (): string The cubrid_version() function is used t ... o get the CUBRID PHP module's version. パラメータ この関数にはパラメータはありません。 戻 ...
https://man.plustar.jp/php/function.cubrid-version.html - [similar]
現在のメールボックスに関する情報を得る 4128
« imap_mail imap_mime_header_decode » PHP Manual IMAP 関数 現在のメールボックスに関する情報を得る ... imap_mailboxmsginfo (PHP 4, PHP 5, PHP 7, PHP 8) imap_mailboxmsginfo ... ールボックスに関する情報を得る 説明 imap_mailboxmsginfo ( IMAP\Connection $imap ): stdClass サーバーにお ... 時間が幾分余計にかかります。 パラメータ imap IMAP\Connection クラスのインスタンス。 戻り値 以下のプロパテ ... 付時刻) Driver ドライバ Mailbox メールボックスの名前 Nmsgs メッセージ数 Recent 最近のメッセージの数 Unrea ...
https://man.plustar.jp/php/function.imap-mailboxmsginfo.html - [similar]
Returns underlying output buffer associated with current buffer event 4106
« EventBufferEvent::getInput EventBufferEvent::read » PHP Manual EventBufferEvent Returns underl ... ying output buffer associated with current buffer even ... t EventBufferEvent::getOutput (PECL event >= 1.2.6-beta) ... EventBufferEvent::getOutput — Returns underlying output ... buffer associated with current buffer event 説明 public EventBufferEvent::getOut ...
https://man.plustar.jp/php/eventbufferevent.getoutput.html - [similar]
フォーマッタのパターンを取得する 4083
« NumberFormatter::getLocale NumberFormatter::getSymbol » PHP Manual NumberFormatter フォーマッタ ... のパターンを取得する NumberFormatter::getPattern numfmt_get_pattern (PHP ... 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) NumberFormatter::getPattern -- numfmt_ ... get_pattern — フォーマッタのパターンを取得する 説明 オブジェク ... ト指向型 public NumberFormatter::getPattern (): string | false 手続き ...
https://man.plustar.jp/php/numberformatter.getpattern.html - [similar]
4083
« ストリームのエラー ストリームラッパーとして登録するクラスの例 » PHP Manual ストリーム 例 例 目 ... ームラッパーとして登録するクラスの例 例1 file_get_contents() を使って さまざまな場所からデータを取得する ... ーカルファイルを読み出す */ $localfile = file_get_contents ( "/home/bar/foo.txt" ); /* 上と同一だが、明示 ... スキームを指定している */ $localfile = file_get_contents ( "file:///home/bar/foo.txt" ); /* HTTP を利用 ... モートのファイルを読み出す */ $httpfile = file_get_contents ( "http://www.example.com/foo.txt" ); /* HTTP ...
https://man.plustar.jp/php/stream.examples.html - [similar]
文字列のコードを評価し、動的に関数を作成する 4060
« call_user_func forward_static_call_array » PHP Manual 関数処理 関数 文字列のコードを評価し、動 ... 的に関数を作成する create_function (PHP 4 >= 4.0.1, PHP 5, PHP 7) create_functio ... の関数に頼らないことを強く推奨します。 説明 create_function ( string $args , string $code ): string 指定し ... 込む場合は特別な注意を払うべきです。 例 例1 create_function() や無名関数を使い、動的に関数を作成する (たと ... ために、動的に作成した関数が使えます。まず create_function() を使ってみます: <?php $newfunc = create_fun ...
https://man.plustar.jp/php/function.create-function.html - [similar]
n乗根の整数部分と小数部分を返す 4060
« gmp_root gmp_scan0 » PHP Manual GMP 関数 n乗根の整数部分と小数部分を返す gmp_rootrem (PHP 5 >= ... 5.6.0, PHP 7, PHP 8) gmp_rootrem — n乗根の整数部分と小数部分を返す 説明 gmp_rootrem ( GM ... P | int | string $num , int $nth ): array num の nth 乗根 ... を計算し、 整数部分と小数部分を返します。 パラメータ num GMP オブジェクト、整数、あるいは数値に変換可能な ... 数値形式の文字列。 nth num の正のn乗根 戻り値 ふたつの要素の配列を返しま ...
https://man.plustar.jp/php/function.gmp-rootrem.html - [similar]
クエリの次の行を連想配列あるいは数値添字配列で返す 4060
« oci_fetch_all oci_fetch_assoc » PHP Manual OCI8 関数 クエリの次の行を連想配列あるいは数値添字配 ... 字配列で返す 説明 oci_fetch_array ( resource $statement , int $mode = OCI_BOTH | OCI_RETURN_NULLS ): arra ... す。 false は、もう行がないことを意味します。 statement が Oracle Database の暗黙の結果セットを返す PL/SQ ... すべてのセットからの行を続けて取得します。 statement が oci_get_implicit_resultset() の戻す値である場合 ... ートするデータ型 を参照ください。 パラメータ statement oci_parse() で作成して oci_execute() で実行した有 ...
https://man.plustar.jp/php/function.oci-fetch-array.html - [similar]
指定されたメールボックスに文字列メッセージを追加する 4037
« imap_alerts imap_base64 » PHP Manual IMAP 関数 指定されたメールボックスに文字列メッセージを追加 ... する imap_append (PHP 4, PHP 5, PHP 7, PHP 8) imap_append — 指定さ ... ルボックスに文字列メッセージを追加する 説明 imap_append ( IMAP\Connection $imap , string $folder , string ... $message , ? string $options = null , ? string $internal_date = null ... セージ message を追加します。 パラメータ imap IMAP\Connection クラスのインスタンス。 folder メールボックス ...
https://man.plustar.jp/php/function.imap-append.html - [similar]
属性を取得する 4009
« NumberFormatter::format NumberFormatter::getErrorCode » PHP Manual NumberFormatter 属性を取得す ...NumberFormatter::getAttribute numfmt_get_attribute ( ... PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) NumberFormatter::getAttribute -- numfm ... te — 属性を取得する 説明 オブジェクト指向型 public NumberFormatter::getAttribute ( int $attribute ): in ... t | float | false 手続き型 numfmt_get_attribute ( NumberFormatter $formatter , ...
https://man.plustar.jp/php/numberformatter.getattribute.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT