Results of 1 - 10 of about 756 for R (0.004 sec.)
- 例 9255
- « 定義済み定数 Enchant 関数 » PHP Manual Enchant 例 例 例1 Enchant の使用例 <?php $tag = 'en_US'
...
; $r = enchant_broker_init (); $bprovides = enchant_bro ...
ker_describe ( $r ); echo "現在のブローカーは、次のバッ ...
クエンドを提供します。\n" ; print_r ( $bprovides ); $dicts = enchant_broker_list_ ...
dicts ( $r ); print_r ( $dicts ); if ( enchant_broker_dict_ex ...
-
https://man.plustar.jp/php/enchant.examples.html
- [similar]
- FDF ドキュメントに javascript コードを追加する 7978
- « FDF 関数 fdf_add_template » PHP Manual FDF 関数 FDF ドキュメントに javascript コードを追加する
...
fdf_add_doc_javascript (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL fdf SVN) f ...
df_add_doc_javascript — FDF ドキュメントに javascript コードを追加する ...
説明 fdf_add_doc_javascript ( resource $fdf_document , string $script_name ...
, string $script_code ): bool スクリプトを FDF に追加しま ...
-
https://man.plustar.jp/php/function.fdf-add-doc-javascript.html
- [similar]
- 複数の結果が利用可能などうか確認する 7930
- « odbc_longreadlen odbc_num_fields » PHP Manual ODBC 関数 複数の結果が利用可能などうか確認する o
...
dbc_next_result (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) odbc_ne ...
xt_result — 複数の結果が利用可能などうか確認する 説明 o ...
dbc_next_result ( resource $statement ): bool まだ結果セットが ...
存在して odbc_fetch_array() 、 odbc_fetch_row() 、 odbc_result() などで次 ...
-
https://man.plustar.jp/php/function.odbc-next-result.html
- [similar]
- 指定した変数に関する情報を解りやすく出力する 7452
- « isset serialize » PHP Manual 変数操作 関数 指定した変数に関する情報を解りやすく出力する print_
...
r (PHP 4, PHP 5, PHP 7, PHP 8) print_r — 指定した変数に関する情報を解りやすく出力する ...
説明 print_r ( mixed $value , bool $return = false ): stri ...
ng | bool print_r() は、 変数の値に関する情報を解り易い形式で表 ...
示します。 print_r() 、 var_dump() および var_export() は、オブジ ...
-
https://man.plustar.jp/php/function.print-r.html
- [similar]
- Parser examples 7452
- « Lexer examples Parle\Lexer » PHP Manual 例 Parser examples Parser examples 例1 Simple calculat
...
or <?php use Parle \{ Parser , ParserException , Lexe ...
r , Token }; $p = new Parser ; $p -> token ( "INTEGER" ); $p -> left ( "'+' ...
'-' '*' '/'" ); $p -> push ( "start" , "exp" ); $prod_add = $p -> push ( "exp" , "exp ...
'+' exp" ); $prod_sub = $p -> push ( "exp" , "exp '-' exp" ); $pro ...
-
https://man.plustar.jp/php/parle.examples.parser.html
- [similar]
- バンドルの直近のエラーメッセージを取得する 6755
- « ResourceBundle::getErrorCode ResourceBundle::get » PHP Manual ResourceBundle バンドルの直近のエ
...
ラーメッセージを取得する ResourceBundle::getErrorMessage resourcebundle_get_e ...
rror_message (PHP 5 >= 5.3.2, PHP 7, PHP 8, PECL intl ...
>= 2.0.0) ResourceBundle::getErrorMessage -- resourcebundle_ge ...
t_error_message — バンドルの直近のエラーメッセージを取得 ...
-
https://man.plustar.jp/php/resourcebundle.geterrormessage.html
- [similar]
- コマンドラインオプション 6598
- « 他の SAPI との違い Usage » PHP Manual コマンドラインの使用法 コマンドラインオプション コマンド
...
ができます。 Usage: php [options] [-f] <file> [--] [args...] php [options] -r <code> [--] [args...] php [ ...
options] [-B <begin_code>] -R <code> [-E <end_code>] [--] [args...] php [options ...
[-B <begin_code>] -F <file> [-E <end_code>] [--] [args...] php [options] -- [args...] php [options] -a ...
-a Run interactively -c <path>|<file> Look for php.ini ...
-
https://man.plustar.jp/php/features.commandline.options.html
- [similar]
- 最大公約数と乗数を計算する 5799
- « gmp_gcd gmp_hamdist » PHP Manual GMP 関数 最大公約数と乗数を計算する gmp_gcdext (PHP 4 >= 4.0.
...
約数と乗数を計算する 説明 gmp_gcdext ( GMP | int | string $num1 , GMP | int | string $num2 ): array a*s + ...
返します。 この関数は、2 変数の線形不定方程式 (linear Diophantine equations) を解く際に使用することが可能 ...
整数のみを解とするものです。 詳細な情報は、 » MathWorld の "Diophantine Equation" についてのページ を参照 ...
; $b = gmp_init ( 21 ); $g = gmp_gcd ( $a , $b ); $r = gmp_gcdext ( $a , $b ); $check_gcd = ( gmp_strva ...
-
https://man.plustar.jp/php/function.gmp-gcdext.html
- [similar]
- Pearson's Correlation Coefficient (r) 5799
- « trader_cmo trader_cos » PHP Manual Trader 関数 Pearson's Correlation Coefficient (r) trader_co
...
rrel (PECL trader >= 0.2.0) trader_correl — Pearson's ...
Correlation Coefficient (r) 説明 trader_correl ( array ...
$real0 , array $real1 , int $timePeriod = ? ): array ...
パラメータ real0 実数値の配列。 real1 実数値の配列。 timePeriod ...
-
https://man.plustar.jp/php/function.trader-correl.html
- [similar]
- 改行文字の前に HTML の改行タグを挿入する 5751
- « nl_langinfo number_format » PHP Manual String 関数 改行文字の前に HTML の改行タグを挿入する nl
...
2br (PHP 4, PHP 5, PHP 7, PHP 8) nl2br — 改行文字の前に ...
HTML の改行タグを挿入する 説明 nl2br ( string $string , bool $use_xhtml = true ): strin ...
g string に含まれるすべての改行文字 ( \r\n 、 \n\r 、 \n ...
および \r ) の前に <br /> あるいは <br> を挿入して返します。 ...
-
https://man.plustar.jp/php/function.nl2br.html
- [similar]