検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 2650 for 上の (0.027 sec.)
サポートするロケールを取得する 2738
« ResourceBundle::get Spoofchecker » PHP Manual ResourceBundle サポートするロケールを取得する Re ... PHP_EOL , resourcebundle_locales ( $bundle )); ?> 上の例の出力は、 たとえば以下のようになります。 es root ... ho join ( "\n" , $r -> getLocales ( $bundle )); ?> 上の例の出力は、 たとえば以下のようになります。 es root ...
https://man.plustar.jp/php/resourcebundle.locales.html - [similar]
受ける可能性がある攻撃 2738
« CGI バイナリとしてインストール ケース 1: 配布制限がないファイルのみを配布 » PHP Manual CGI バイ ... して渡されます。通 常、インタプリタは、コマンドライン上の最初の引数に指定されたファ イルを開き、実行します。 ... は、コマンドライン引数の 解釈を拒否します。 サーバー上の Web ドキュメントへのアクセス: http://my.host/cgi-b ... i-bin/php にアクセス可能なユーザーは、 Web サーバー上の全ての保護されたドキュメントにアクセスできてし まいま ...
https://man.plustar.jp/php/security.cgi-bin.attacks.html - [similar]
Gets the last stomp error 2738
« Stomp::__destruct Stomp::getReadTimeout » PHP Manual Stomp Gets the last stomp error Stomp::er ... ()); } /* close connection */ unset( $stomp ); ?> 上の例の出力は、 たとえば以下のようになります。 bool(fal ... } /* close connection */ stomp_close ( $link ); ?> 上の例の出力は、 たとえば以下のようになります。 bool(fal ...
https://man.plustar.jp/php/stomp.error.html - [similar]
Gets the current stomp session ID 2738
« Stomp::getReadTimeout Stomp::hasFrame » PHP Manual Stomp Gets the current stomp session ID Sto ... Id ()); /* close connection */ unset( $stomp ); ?> 上の例の出力は、 たとえば以下のようになります。 string(3 ... ; /* close connection */ stomp_close ( $link ); ?> 上の例の出力は、 たとえば以下のようになります。 string(3 ...
https://man.plustar.jp/php/stomp.getsessionid.html - [similar]
ある文字エンコーディングから別の文字エンコーディングに文字列を変換する 2738
« UConverter::toUCallback Grapheme 関数 » PHP Manual UConverter ある文字エンコーディングから別の ... E' ); echo bin2hex ( $new_utf8_string ), "\n" ; ?> 上の例の出力は以下となります。 005a006f00eb 5a6fc3ab 例2 ... TF-8' ); echo bin2hex ( $utf16_string ), "\n" ; ?> 上の例の出力は以下となります。 fffd 例3 エンコードできな ... ] ); echo bin2hex ( $iso8859_1_string ), "\n" ; ?> 上の例の出力は以下となります。 1a 3f 3f 参考 mb_convert_ ...
https://man.plustar.jp/php/uconverter.transcode.html - [similar]
Yaf_Route_Rewrite のコンストラクタ 2738
« Yaf_Route_Rewrite::assemble Yaf_Route_Rewrite::route » PHP Manual Yaf_Route_Rewrite Yaf_Route_ ... oduct" , //route to product controller, ), ) ); ?> 上の例の出力は、 たとえば以下のようになります。 /* http: ... addConfig ( new Yaf_Config_Simple ( $config )); ?> 上の例の出力は、 たとえば以下のようになります。 /* http: ... addConfig ( new Yaf_Config_Simple ( $config )); ?> 上の例の出力は、 たとえば以下のようになります。 /* http: ...
https://man.plustar.jp/php/yaf-route-rewrite.construct.html - [similar]
終了日を取得する 2670
« DatePeriod::getDateInterval DatePeriod::getRecurrences » PHP Manual DatePeriod 終了日を取得する ... echo $start -> format ( DateTime :: ISO8601 ); ?> 上の例の出力は以下となります。 2016-05-20T00:00:00+0000 ... ' ), 7 ); var_dump ( $period -> getEndDate ()); ?> 上の例の出力は以下となります。 NULL 参考 DatePeriod::get ...
https://man.plustar.jp/php/dateperiod.getenddate.html - [similar]
Sorts the deque in-place 2670
« Ds\Deque::slice Ds\Deque::sorted » PHP Manual Deque Sorts the deque in-place Ds\Deque::sort (P ... , 2 ]); $deque -> sort (); print_r ( $deque ); ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Deque ... ) { return $b <=> $a ; }); print_r ( $deque ); ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Deque ...
https://man.plustar.jp/php/ds-deque.sort.html - [similar]
Returns a sorted copy 2670
« Ds\Deque::sort Ds\Deque::sum » PHP Manual Deque Returns a sorted copy Ds\Deque::sorted (PECL d ... , 1 , 3 , 2 ]); print_r ( $deque -> sorted ()); ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Deque ... ) { return $b <=> $a ; }); print_r ( $sorted ); ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Deque ...
https://man.plustar.jp/php/ds-deque.sorted.html - [similar]
Returns the value for a given key 2670
« Ds\Map::first Ds\Map::hasKey » PHP Manual Map Returns the value for a given key Ds\Map::get (P ... $map -> get ( "d" , 10 )); // 10 (default used) ?> 上の例の出力は、 たとえば以下のようになります。 int(1) i ... 2 , "c" => 3 ]); var_dump ( $map [ "a" ]); // 1 ?> 上の例の出力は、 たとえば以下のようになります。 int(1) 関 ...
https://man.plustar.jp/php/ds-map.get.html - [similar]