検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 97 for Z (0.005 sec.)
配列と同様の形式で、複数の変数への代入を行う 6432
« ksort natcasesort » PHP Manual 配列 関数 配列と同様の形式で、複数の変数への代入を行う list (PH ... , 0 => 'c' ); $foo [ 1 ] = 'd' ; list( $x , $y , $z ) = $foo ; var_dump ( $foo , $x , $y , $z ); 結果は ...
https://man.plustar.jp/php/function.list.html - [similar]
新しいセッションIDを作成する 6432
« session_commit session_decode » PHP Manual セッション関数 新しいセッションIDを作成する session ... IDに全ての文字が許されているわけではありません。 a-z A-Z 0-9 , (コンマ) そして - (マイナス) が許可されて ...
https://man.plustar.jp/php/function.session-create-id.html - [similar]
コマンドライン引数のリストからオプションを取得する 6301
« getmyuid getrusage » PHP Manual PHP オプション/情報 関数 コマンドライン引数のリストからオプショ ... ン文字列 "x" は -x というオプションを認識します。 a-z、A-Z および 0-9 のみを認識します。 long_options オプ ...
https://man.plustar.jp/php/function.getopt.html - [similar]
(Z39.50による)取得の準備を行う 6301
« yaz_itemorder yaz_range » PHP Manual YAZ 関数 (Z39.50による)取得の準備を行う yaz_present (PHP ... 4 >= 4.0.5, PECL yaz >= 0.9.0) yaz_present — (Z39.50による)取得の準備を ... 行う 説明 yaz_present ( resource $id ): bool この関数は、検索に成 ... 前に、取得するレコードの範囲を指定するために まず yaz_range() をコールしておく必要があります。 パラメータ ... id yaz_connect() が返す接続リソース。 戻り値 成功した場合 ...
https://man.plustar.jp/php/function.yaz-present.html - [similar]
SVN クライアントライブラリのバージョンを返す 6170
« svn_cleanup svn_commit » PHP Manual SVN 関数 SVN クライアントライブラリのバージョンを返す svn_ ... 値 バージョン番号を表す文字列を返します。通常は x.y.z 形式となります。 例 例1 基本的な例 <?php echo svn_ ...
https://man.plustar.jp/php/function.svn-client-version.html - [similar]
ユーザー定義の比較関数を使用して、配列を値でソートする 6170
« uksort クラス/オブジェクト » PHP Manual 配列 関数 ユーザー定義の比較関数を使用して、配列を値で ... ソートする例 <?php $array [ 0 ] = array( 'key_a' => 'z' , 'key_b' => 'c' ); $array [ 1 ] = array( 'key_a' ... n" ; } ?> 上の例の出力は以下となります。 y, a x, b z, c 例5 usort() と宇宙船演算子 宇宙船演算子は、 複数 ...
https://man.plustar.jp/php/function.usort.html - [similar]
3D 効果を作成する 6170
« Imagick::setType Imagick::shadowImage » PHP Manual Imagick 3D 効果を作成する Imagick::shadeIma ... public Imagick::shadeImage ( bool $gray , float $azimuth , float $elevation ): bool 遠くから光をあてて ... るように見せる三次元効果を作成します。 光源の位置は azimuth と elevation で指定します。 azimuth は x 軸方 ... 向の角度で、elevation は Z 軸上のピクセル数です。 このメソッドは、ImageMagick ... タ gray ゼロ以外の値で、各ピクセルに影をつけます。 azimuth 光源の方向を定義します。 elevation 光源の方向 ...
https://man.plustar.jp/php/imagick.shadeimage.html - [similar]
Unicode character classes 6170
« Character classes Alternation and repetition » PHP Manual Pattern matching Unicode character c ... ier. \p{Sm} Symbol, math. \p{So} Symbol, other. \p{Z} Separator. \p{Zl} Separator, line. \p{Zp} Separat ... or, paragraph. \p{Zs} Separator, space. These character clasess are on ...
https://man.plustar.jp/php/parle.regex.unicodecharclass.html - [similar]
操作モードを返す 6170
« RegexIterator::getFlags RegexIterator::getPregFlags » PHP Manual RegexIterator 操作モードを返す ... rator = new RegexIterator ( $arrayIterator , '/^[a-z]+/' , RegexIterator :: GET_MATCH ); $mode = $regex ...
https://man.plustar.jp/php/regexiterator.getmode.html - [similar]
言明 6170
« 後方参照 再試行無しのサブパターン » PHP Manual PCRE 正規表現構文 言明 言明 言明 (assertion) と ... 体にマッチ〕しません。 単純な言明コード \b, \B, \A, \Z, \z, ^ および $ については、 エスケープシーケンス ... み合わせてネスト可能です。例えば、 (?<=(?<!foo)bar)baz は、"foo" 以外の後にある "bar" の後に有る "bar" が ...
https://man.plustar.jp/php/regexp.reference.assertions.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT