検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 418 for Foo (0.024 sec.)
値を代入する 3953
« Yaf_View_Simple Yaf_View_Simple::assignRef » PHP Manual Yaf_View_Simple 値を代入する Yaf_View_ ... n indexAction () { $this -> getView ()-> assign ( "foo" , "bar" ); $this -> _view -> assign ( array( "key ... テンプレートの例 <html> <head> <title> <?php echo $foo ; ?> </title> </head> <body> <?php foreach ( $this ...
https://man.plustar.jp/php/yaf-view-simple.assign.html - [similar]
格納されている変数をキャッシュから取得する 3920
« apcu_exists apcu_inc » PHP Manual APCu 関数 格納されている変数をキャッシュから取得する apcu_fe ... cu_fetch() の例 <?php $bar = 'BAR' ; apcu_store ( 'foo' , $bar ); var_dump ( apcu_fetch ( 'foo' )); ?> 上 ...
https://man.plustar.jp/php/function.apcu-fetch.html - [similar]
FDF ドキュメントを文字列として返す 3920
« fdf_remove_item fdf_save » PHP Manual FDF 関数 FDF ドキュメントを文字列として返す fdf_save_str ... ?php $fdf = fdf_create (); fdf_set_value ( $fdf , "foo" , "bar" ); $str = fdf_save_string ( $fdf ); fdf_c ... FDF << /Fields 2 0 R >> >> endobj 2 0 obj [ << /T (foo)/V (bar)>> ] endobj trailer << /Root 1 0 R >> %%EO ...
https://man.plustar.jp/php/function.fdf-save-string.html - [similar]
変数が null かどうか調べる 3920
« is_long is_numeric » PHP Manual 変数操作 関数 変数が null かどうか調べる is_null (PHP 4 >= 4.0 ... 1 is_null() の例 <?php error_reporting ( E_ALL ); $foo = NULL ; var_dump ( is_null ( $inexistent ), is_nu ... ll ( $foo )); ?> Notice: Undefined variable: inexistent in . ...
https://man.plustar.jp/php/function.is-null.html - [similar]
座標が ristretto255 曲線上にあるかを調べる 3920
« sodium_crypto_core_ristretto255_from_hash sodium_crypto_core_ristretto255_random » PHP Manual ... pto_core_ristretto255_is_valid_point() の例 <?php $foo = sodium_crypto_core_ristretto255_scalar_random () ... ar = sodium_crypto_scalarmult_ristretto255_base ( $foo ); var_dump ( sodium_crypto_core_ristretto255_is_v ...
https://man.plustar.jp/php/function.sodium-crypto-core-ristretto255-is-valid-poi... - [similar]
整数 3920
« 論理型 (boolean) 浮動小数点数 » PHP Manual 型 整数 整数 int は、ℤ = {..., -2, -1, 0, 1, 2, ... ... 推奨されなくなり、警告が発生します。 <?php function foo ( $value ): int { return $value ; } var_dump ( foo ... from float 8.1 to int loses precision" var_dump ( foo ( 8.1 )); // PHP 8.1.0 より前のバージョンでは 8 va ... r_dump ( foo ( 8.0 )); // PHP 8.1.0 より前でもあとでも、8 var_d ...
https://man.plustar.jp/php/language.types.integer.html - [similar]
Lua 関数を呼び出す 3920
« Lua::assign Lua::__construct » PHP Manual Lua Lua 関数を呼び出す Lua::call Lua::__call (PECL l ... = new Lua (); $lua -> eval (<<<CODE function dummy(foo, bar) print(foo, ",", bar) end CODE ); $lua -> cal ...
https://man.plustar.jp/php/lua.call.html - [similar]
全てのカラム名を取得する 3920
« RowResult::getColumnsCount RowResult::getColumns » PHP Manual mysql_xdevapi\RowResult 全てのカ ... )-> execute (); $session -> sql ( "CREATE DATABASE foo" )-> execute (); $session -> sql ( "CREATE TABLE f ...
https://man.plustar.jp/php/mysql-xdevapi-rowresult.getcolumnnames.html - [similar]
新しい OAuthProvider オブジェクトを作る 3920
« OAuthProvider::checkOAuthRequest OAuthProvider::consumerHandler » PHP Manual OAuthProvider 新し ... kenHandler (array( $this , 'myTokenHandler' )); // foo_uri パラメータは無視します $op -> setParam ( 'foo_ ...
https://man.plustar.jp/php/oauthprovider.construct.html - [similar]
プロパティで宣言されたデフォルト値を返す 3920
« ReflectionProperty::getDeclaringClass ReflectionProperty::getDocComment » PHP Manual Reflectio ... ectionProperty::getDefaultValue() の例 <?php class Foo { public $bar = 1 ; public ? int $baz ; public int ... $boing = 0 ; } $ro = new ReflectionClass ( Foo ::class); var_dump ( $ro -> getProperty ( 'bar' )- ...
https://man.plustar.jp/php/reflectionproperty.getdefaultvalue.html - [similar]