検索

phrase: max: clip:
target: order:
Results of 731 - 740 of about 2650 for 上の (0.064 sec.)
文字列を反復する 2128
« str_pad str_replace » PHP Manual String 関数 文字列を反復する str_repeat (PHP 4, PHP 5, PHP 7, ... eat() の例 <?php echo str_repeat ( "-=" , 10 ); ?> 上の例の出力は以下となります。 -=-=-=-=-=-=-=-=-=-= 参考 ...
https://man.plustar.jp/php/function.str-repeat.html - [similar]
ユーザー定義のストリームフィルタを登録する 2128
« stream_filter_prepend stream_filter_remove » PHP Manual ストリーム 関数 ユーザー定義のストリー ... を読み出し出力する */ readfile ( "foo-bar.txt" ); ?> 上の例の出力は以下となります。 LINE1 WORD - 2 EASY AS 12 ... を読み出し出力する */ readfile ( "foo-bar.txt" ); ?> 上の例の出力は以下となります。 LINE1 WORD - 2 EASY AS 12 ...
https://man.plustar.jp/php/function.stream-filter-register.html - [similar]
ローカルストリームかどうかを調べる 2128
« stream_get_wrappers stream_isatty » PHP Manual ストリーム 関数 ローカルストリームかどうかを調べ ... om" )); var_dump ( stream_is_local ( "/etc" )); ?> 上の例の出力は、 たとえば以下のようになります。 bool(fal ...
https://man.plustar.jp/php/function.stream-is-local.html - [similar]
notification コンテキストパラメータ用のコールバック関数 2128
« stream_isatty stream_register_wrapper » PHP Manual ストリーム 関数 notification コンテキストパ ... ts ( "http://php.net/contact" , false , $ctx ); ?> 上の例の出力は、 たとえば以下のようになります。 Connecte ... rr..\n" , $err [ "message" ], "\n" ; exit( 1 ); ?> 上の例を php -n fetch.php http://no2.php.net/get/php-5-L ...
https://man.plustar.jp/php/function.stream-notification-callback.html - [similar]
ふたつのパスの差分を再帰的に取得する 2128
« svn_delete svn_export » PHP Manual SVN 関数 ふたつのパスの差分を再帰的に取得する svn_diff (PEC ... ); fclose ( $errors ); var_dump ( $contents ); ?> 上の例の出力は以下となります。 Index: http://www.example ... つのリビジョンの差分の取得 この例では、外部リポジトリ上の同じパスのアイテムについて、 ふたつのリビジョン間の差 ...
https://man.plustar.jp/php/function.svn-diff.html - [similar]
timezonedb のバージョンを取得する 2128
« timezone_transitions_get サポートする日付と時刻の書式 » PHP Manual 日付・時刻 関数 timezonedb ... ジョンの取得 <?php echo timezone_version_get (); ?> 上の例の出力は、 たとえば以下のようになります。 2009.7 参 ...
https://man.plustar.jp/php/function.timezone-version-get.html - [similar]
Gets previously set hook on function or method 2128
« uopz_get_exit_status uopz_get_mock » PHP Manual Uopz 関数 Gets previously set hook on function ... 'bar' ;}); var_dump ( uopz_get_hook ( 'foo' )); ?> 上の例の出力は、 たとえば以下のようになります。 object(C ...
https://man.plustar.jp/php/function.uopz-get-hook.html - [similar]
Get the current mock for a class 2128
« uopz_get_hook uopz_get_property » PHP Manual Uopz 関数 Get the current mock for a class uopz_g ... ockA ::class); echo uopz_get_mock ( A ::class); ?> 上の例の出力は以下となります。 mockA 参考 uopz_set_mock( ...
https://man.plustar.jp/php/function.uopz-get-mock.html - [similar]
Gets value of class or instance property 2128
« uopz_get_mock uopz_get_return » PHP Manual Uopz 関数 Gets value of class or instance property ... var_dump ( uopz_get_property ( $foo , 'bar' )); ?> 上の例の出力は、 たとえば以下のようになります。 int(10) ...
https://man.plustar.jp/php/function.uopz-get-property.html - [similar]
Gets the static variables from function or method scope 2128
« uopz_get_return uopz_implement » PHP Manual Uopz 関数 Gets the static variables from function ... baz' ; } var_dump ( uopz_get_static ( 'foo' )); ?> 上の例の出力は以下となります。 array(1) { ["bar"]=> stri ...
https://man.plustar.jp/php/function.uopz-get-static.html - [similar]