検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 774 for (0.181 sec.)
著作権 3230
« PHP マニュアル PHP マニュアル » PHP Manual 著作権 著作権 Copyright © 1997 - 2022 by the PHP Do ... ivecommons.org/licenses/by/3.0/ で入手可能です。 修の有無に関わらず本文書の全体または一部を再配布または ...
https://man.plustar.jp/php/copyright.html - [similar]
新しい属性を追加する 3230
« DOMElement::setAttributeNodeNS DOMElement::setIdAttribute » PHP Manual DOMElement 新しい属性を ... 合に発生します。 DOM_NAMESPACE_ERR qualifiedName が不な形式であった場合や、 qualifiedName がプレフィックス ...
https://man.plustar.jp/php/domelement.setattributens.html - [similar]
再帰の深さを返す 3230
« Ev::backend Ev::embeddableBackends » PHP Manual Ev 再帰の深さを返す Ev::depth (PECL ev >= 0.2. ... pth (): int Ev::run() に入った回数から Ev::run() を常終了した回数を引いた結果、 つまり、再帰の深さを返し ...
https://man.plustar.jp/php/ev.depth.html - [similar]
ファイルのモードを変更する 3230
« chgrp chown » PHP Manual ファイルシステム 関数 ファイルのモードを変更する chmod (PHP 4, PHP 5, ... ロ(0)を付ける必要があります。 "g+w" のような文字列は常に動作しません。 <?php chmod ( "/somedir/somefile" ... "/somedir/somefile" , "u+rwx,go+rx" ); // 文字列; しくない chmod ( "/somedir/somefile" , 0755 ); // 8 ... 進数; しいモードの値 ?> permissions 引数は 3 つの 8 進法に ...
https://man.plustar.jp/php/function.chmod.html - [similar]
オープンされたファイルポインタをクローズする 3230
« diskfreespace fdatasync » PHP Manual ファイルシステム 関数 オープンされたファイルポインタをクロ ... でなければならず、また fopen() または fsockopen() で常にオープンされたファイルを指している必要があります ...
https://man.plustar.jp/php/function.fclose.html - [similar]
現在の時間を得る 3230
« getdate gmdate » PHP Manual 日付・時刻 関数 現在の時間を得る gettimeofday (PHP 4, PHP 5, PHP 7 ... uteswest" - グリニッジ基準の分 "dsttime" - 夏時間補の型 例 例1 gettimeofday() の例 <?php print_r ( gett ... usec , dsttime , minuteswest , getdate , 出力 , 補 ...
https://man.plustar.jp/php/function.gettimeofday.html - [similar]
数を比較する 3230
« gmp_clrbit gmp_com » PHP Manual GMP 関数 数を比較する gmp_cmp (PHP 4 >= 4.0.4, PHP 5, PHP 7, P ... に変換可能な数値形式の文字列。 戻り値 a > b の場合にの値、 a = b の場合にゼロ、 a < b の場合に負の値を返 ...
https://man.plustar.jp/php/function.gmp-cmp.html - [similar]
最大公約数を計算する 3230
« gmp_fact gmp_gcdext » PHP Manual GMP 関数 最大公約数を計算する gmp_gcd (PHP 4 >= 4.0.4, PHP 5, ... す。 引数のどちらかまたは両方が負の場合でも結果は常にとなります。 パラメータ num1 GMP オブジェクト、整数、 ... 列。 戻り値 num1 と num2 の両方を割り切ることができるの数を GMP 数で返します。 例 例1 gmp_gcd() の例 <?ph ...
https://man.plustar.jp/php/function.gmp-gcd.html - [similar]
べき乗を計算する 3230
« gmp_popcount gmp_powm » PHP Manual GMP 関数 べき乗を計算する gmp_pow (PHP 4 >= 4.0.4, PHP 5, P ... あるいは数値に変換可能な数値形式の文字列。 exponent の数で、 num を何乗するかを指定します。 戻り値 べき乗 ...
https://man.plustar.jp/php/function.gmp-pow.html - [similar]
べき乗とモジュロを計算する 3230
« gmp_pow gmp_prob_prime » PHP Manual GMP 関数 べき乗とモジュロを計算する gmp_powm (PHP 4 >= 4.0 ... あるいは数値に変換可能な数値形式の文字列。 exponent の数で、 num を何乗するかを指定します。 GMP オブジェ ...
https://man.plustar.jp/php/function.gmp-powm.html - [similar]