検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 774 for (0.020 sec.)
n乗根の整数部分と小数部分を返す 3270
« gmp_root gmp_scan0 » PHP Manual GMP 関数 n乗根の整数部分と小数部分を返す gmp_rootrem (PHP 5 >= ... あるいは数値に変換可能な数値形式の文字列。 nth num ののn乗根 戻り値 ふたつの要素の配列を返します。 最初の ...
https://man.plustar.jp/php/function.gmp-rootrem.html - [similar]
数の符号 3270
« gmp_setbit gmp_sqrt » PHP Manual GMP 関数 数の符号 gmp_sign (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP ... たは int に変換可能な数値形式の文字列。 戻り値 num がの場合に 1、 num が負の場合に -1、そして num がゼロの ... 合に 0 を返します。 例 例1 gmp_sign() の例 <?php // echo gmp_sign ( "500" ) . "\n" ; // 負 echo gmp_si ...
https://man.plustar.jp/php/function.gmp-sign.html - [similar]
値が無限大であるかどうかを判定する 3270
« is_finite is_nan » PHP Manual Math 関数 値が無限大であるかどうかを判定する is_infinite (PHP 4 ... 定する 説明 is_infinite ( float $num ): bool num が(または負の)無限大である場合に true を返します。たと ...
https://man.plustar.jp/php/function.is-infinite.html - [similar]
MySQL クエリを送信する 3270
« mysql_ping mysql_real_escape_string » PHP Manual MySQL 関数 MySQL クエリを送信する mysql_query ... die( 'Invalid query: ' . mysql_error ()); } ?> 例2 しいクエリ 次のクエリはしいので、 mysql_query() は ...
https://man.plustar.jp/php/function.mysql-query.html - [similar]
子プロセスを停止させたシグナルを返す 3270
« pcntl_wifstopped pcntl_wtermsig » PHP Manual PCNTL 関数 子プロセスを停止させたシグナルを返す p ... ータ status パラメータ status は、 pcntl_waitpid() が常にコールされた際に得られます。 戻り値 シグナル番号 ...
https://man.plustar.jp/php/function.pcntl-wstopsig.html - [similar]
検索文字列に一致したすべての文字列を置換する 3270
« str_repeat str_rot13 » PHP Manual String 関数 検索文字列に一致したすべての文字列を置換する str ... bject の中の search を全て replace に置換します。 (規表現のような) 技巧的な置換ルールを必要としない場合 ... eplace() - 文字列の一部を置換する preg_replace() - 規表現検索および置換を行う strtr() - 文字の変換あるい ...
https://man.plustar.jp/php/function.str-replace.html - [similar]
バグ報告 3270
« FAQ に無い問題 実行時設定 » PHP Manual 問題が起きた場合 バグ報告 バグ報告 PHP のバグを発見した ... り、 PHP の開発者がそのバグを知ることは恐らくなく、修されることもないでしょう。 バグの報告は、 » https:// ... 関連キーワード: バグ , 報告 , 実行 , 設定 , 発見 , 修 , 追跡 , レポート , 個人 , メール ...
https://man.plustar.jp/php/install.problems.bugs.html - [similar]
はじめに 3270
« Radius インストール/設定 » PHP Manual Radius はじめに はじめに このパッケージは、FreeBSD の li ... Windows で使用可能です。 注意 : libradius に関する確な説明は » ここ にあります。設定ファイルについての ...
https://man.plustar.jp/php/intro.radius.html - [similar]
定義済み定数 3270
« リソース型 JsonException » PHP Manual JSON 定義済み定数 定義済み定数 以下の定数が定義されていま ... YNTAX ( int ) 構文エラー。 JSON_ERROR_UTF8 ( int ) しくエンコードされていないなど、不な形式の UTF-8 文 ... せて使用します。 JSON_INVALID_UTF8_IGNORE ( int ) 不な UTF-8 の文字を無視します。 PHP 7.2.0 以降で使用可 ... 能です。 JSON_INVALID_UTF8_SUBSTITUTE ( int ) 不な UTF-8 の文字を、\0xfffd に変換します。 (Unicode の ...
https://man.plustar.jp/php/json.constants.html - [similar]
値に依存した列挙型(Backed Enum) 3270
« 列挙型の基礎 列挙型とメソッド » PHP Manual 列挙型(Enum) 値に依存した列挙型(Backed Enum) 値に依 ... ; $suit = Suit :: from ( $record [ 'suit' ]); // 不なデータを渡すと、次のようなエラーが発生 -> ValueErr ... = Suit :: tryFrom ( 'A' ) ?? Suit :: Spades ; // 不なデータに対しては null を返すので、Suit::Spades が代 ...
https://man.plustar.jp/php/language.enumerations.backed.html - [similar]