検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 77 for vars (0.004 sec.)
include 7445
« require require_once » PHP Manual 制御構造 include include (PHP 4, PHP 5, PHP 7, PHP 8) includ ... ーバルスコープとなります。 例1 基本的な include の例 vars.php <?php $color = 'green' ; $fruit = 'apple' ; ?> ... .php <?php echo "A $color $fruit " ; // A include 'vars.php' ; echo "A $color $fruit " ; // A green apple ... み <?php function foo () { global $color ; include 'vars.php' ; echo "A $color $fruit " ; } /* vars.php は ... の戻り値を比較する <?php // 動作しません。include(('vars.php') == TRUE) つまり、include('1') と評価されます ...
https://man.plustar.jp/php/function.include.html - [similar]
結果を保存するため、プリペアドステートメントに変数をバインドする 7196
« mysqli_stmt::bind_param mysqli_stmt::close » PHP Manual mysqli_stmt 結果を保存するため、プリペ ... ysqli_stmt::bind_result ( mixed &$var , mixed &...$vars ): bool 手続き型 mysqli_stmt_bind_result ( mysqli_ ... stmt $statement , mixed &$var , mixed &...$vars ): bool 結果セットのカラムを変数にバインドします。 ... ー プロトコルはバインドされたカラムのデータを var / vars に格納します。 結果セットが一部取得された後であって ... i_stmt オブジェクト。 var バインドする最初の変数。 vars バインドする残りの変数。 戻り値 成功した場合に tru ...
https://man.plustar.jp/php/mysqli-stmt.bind-result.html - [similar]
クラス/オブジェクト関数 7196
« 例 __autoload » PHP Manual クラス/オブジェクト クラス/オブジェクト関数 クラス/オブジェクト関数 ... methods — クラスメソッドの名前を取得する get_class_vars — クラスのデフォルトプロパティを取得する get_class ... いるすべてのトレイトの配列を返す get_mangled_object_vars — マングリングされたオブジェクトのプロパティを配列 ... で返す get_object_vars — 指定したオブジェクトのプロパティを取得する get_p ...
https://man.plustar.jp/php/ref.classobj.html - [similar]
宣言されているすべてのトレイトの配列を返す 7072
« get_declared_interfaces get_mangled_object_vars » PHP Manual クラス/オブジェクト関数 宣言されて ... , traits , クラス , 関数 , パラメータ , mangled , vars , オブジェクト ...
https://man.plustar.jp/php/function.get-declared-traits.html - [similar]
オブジェクト インターフェイス 7072
« クラスの抽象化 トレイト » PHP Manual クラスとオブジェクト オブジェクト インターフェイス オブジ ... ass WorkingTemplate implements Template { private $vars = []; public function setVariable ( $name , $var ) ... { $this -> vars [ $name ] = $var ; } public function getHtml ( $te ... mplate ) { foreach( $this -> vars as $name => $value ) { $template = str_replace ( ' ... ) class BadTemplate implements Template { private $vars = []; public function setVariable ( $name , $var ) ...
https://man.plustar.jp/php/language.oop5.interfaces.html - [similar]
値を代入する 6879
« Yaf_View_Simple Yaf_View_Simple::assignRef » PHP Manual Yaf_View_Simple 値を代入する Yaf_View_ ... itle> </head> <body> <?php foreach ( $this -> _tpl_vars as $name => $value ) { echo $ $name ; // or echo $ ... this->_tpl_vars[$name]; } ?> </body> </html> 参考 Yaf_View_Simple: ...
https://man.plustar.jp/php/yaf-view-simple.assign.html - [similar]
wddx の例 6699
« 例 WDDX 関数 » PHP Manual 例 wddx の例 wddx の例 変数をシリアル化する全ての関数は配列の最初要素 ... $packet_id = wddx_packet_start ( "PHP" ); wddx_add_vars ( $packet_id , "pi" ); /* $cities はデータベースか ... array( "Austin" , "Novato" , "Seattle" ); wddx_add_vars ( $packet_id , "cities" ); $packet = wddx_packet_e ...
https://man.plustar.jp/php/wddx.examples-serialize.html - [similar]
プリペアドステートメントのパラメータに変数をバインドする 6630
« mysqli_stmt::attr_set mysqli_stmt::bind_result » PHP Manual mysqli_stmt プリペアドステートメン ... d_param ( string $types , mixed &$var , mixed &...$vars ): bool 手続き型 mysqli_stmt_bind_param ( mysqli_s ... atement , string $types , mixed &$var , mixed &...$vars ): bool mysqli_prepare() や mysqli_stmt_prepare() ... lob で、複数のパケットに分割して送信されます。 var vars 変数の数。文字列 types の長さは、ステートメント中の ...
https://man.plustar.jp/php/mysqli-stmt.bind-param.html - [similar]
変数名とその値から配列を作成する 6506
« asort count » PHP Manual 配列 関数 変数名とその値から配列を作成する compact (PHP 4, PHP 5, PHP ... ; $state = "CA" ; $event = "SIGGRAPH" ; $location_vars = array( "city" , "state" ); $result = compact ( " ... event" , $location_vars ); print_r ( $result ); ?> 上の例の出力は以下となり ...
https://man.plustar.jp/php/function.compact.html - [similar]
フォーマットに従ってファイルからの入力をパースする 6506
« SplFileObject::fread SplFileObject::fseek » PHP Manual SplFileObject フォーマットに従ってファイ ... plFileObject::fscanf ( string $format , mixed &...$vars ): array | int | null ファイルから 1 行読み込み、 ... すると、 この変換仕様に従った値の代入を抑制します。 vars オプションの割り当て値。 戻り値 このメソッドに渡さ ...
https://man.plustar.jp/php/splfileobject.fscanf.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT