検索

phrase: max: clip:
target: order:
Results of 361 - 370 of about 418 for Foo (0.050 sec.)
static メソッドをコールする 3523
« forward_static_call_array func_get_arg » PHP Manual 関数処理 関数 static メソッドをコールする ... ll ( 'test' , 'other' , 'args' ); } } B :: test ( 'foo' ); function test () { $args = func_get_args (); e ...
https://man.plustar.jp/php/function.forward-static-call.html - [similar]
クラスのデフォルトプロパティを取得する 3523
« get_class_methods get_class » PHP Manual クラス/オブジェクト関数 クラスのデフォルトプロパティを ... // いくつかのプロパティを変更する $this -> var1 = "foo" ; $this -> var2 = "bar" ; return true ; } } $my_c ...
https://man.plustar.jp/php/function.get-class-vars.html - [similar]
オブジェクトの親クラスの名前を取得する 3523
« get_object_vars interface_exists » PHP Manual クラス/オブジェクト関数 オブジェクトの親クラスの ... _parent_class ( 'child2' ) , "'s son too\n" ; } } $foo = new child (); $bar = new child2 (); ?> 上の例の出 ...
https://man.plustar.jp/php/function.get-parent-class.html - [similar]
変数の型を取得する 3523
« get_resource_type intval » PHP Manual 変数操作 関数 変数の型を取得する gettype (PHP 4, PHP 5, ... php $data = array( 1 , 1. , NULL , new stdClass , 'foo' ); foreach ( $data as $value ) { echo gettype ( $ ...
https://man.plustar.jp/php/function.gettype.html - [similar]
連想配列の値を、SQL 文として実行可能な形式に変換する 3523
« pg_consume_input pg_copy_from » PHP Manual PostgreSQL 関数 連想配列の値を、SQL 文として実行可能 ... onvert() の例 <?php $dbconn = pg_connect ( 'dbname=foo' ); $tmp = array( 'author' => 'Joe Thackery' , 'ye ...
https://man.plustar.jp/php/function.pg-convert.html - [similar]
クエリに使う文字列をエスケープする 3523
« pg_escape_literal pg_execute » PHP Manual PostgreSQL 関数 クエリに使う文字列をエスケープする p ... ータベースに接続する $dbconn = pg_connect ( 'dbname=foo' ); // テキストファイルを読み込む(アポストロフィや ...
https://man.plustar.jp/php/function.pg-escape-string.html - [similar]
bytea 型のバイナリをアンエスケープする 3523
« pg_tty pg_untrace » PHP Manual PostgreSQL 関数 bytea 型のバイナリをアンエスケープする pg_unesc ... ータベースに接続する $dbconn = pg_connect ( 'dbname=foo' ); // bytea データを取得する $res = pg_query ( "S ...
https://man.plustar.jp/php/function.pg-unescape-bytea.html - [similar]
指定した変数に関する情報を解りやすく出力する 3523
« isset serialize » PHP Manual 変数操作 関数 指定した変数に関する情報を解りやすく出力する print_ ... urn 引数の例 <?php $b = array ( 'm' => 'monkey' , 'foo' => 'bar' , 'x' => array ( 'x' , 'y' , 'z' )); $re ...
https://man.plustar.jp/php/function.print-r.html - [similar]
デフォルトのストリームコンテキストを取得する 3523
« stream_context_create stream_context_get_options » PHP Manual ストリーム 関数 デフォルトのスト ... , 'header' => "Accept-language: en\r\n" . "Cookie: foo=bar" , 'proxy' => "tcp://10.54.1.39:8000" ) ); $al ...
https://man.plustar.jp/php/function.stream-context-get-default.html - [similar]
一意なファイル名を生成する 3523
« symlink tmpfile » PHP Manual ファイルシステム 関数 一意なファイル名を生成する tempnam (PHP 4, ... mpnam() の例 <?php $tmpfname = tempnam ( "/tmp" , "FOO" ); $handle = fopen ( $tmpfname , "w" ); fwrite ( ...
https://man.plustar.jp/php/function.tempnam.html - [similar]