検索

phrase: max: clip:
target: order:
Results of 291 - 300 of about 5314 for (0.175 sec.)
さらに結果があるかを調べる 1950
« Statement::getResult mysql_xdevapi\Table » PHP Manual mysql_xdevapi\Statement さらに結果がある ... ラメータ この関数にはパラメータはありません。 戻り値 1 mysql_xdevapi\Statement::hasMoreResults() の ...
https://man.plustar.jp/php/mysql-xdevapi-statement.hasmoreresults.html - [similar]
Table のコンストラクタ 1950
« mysql_xdevapi\Table Table::count » PHP Manual mysql_xdevapi\Table Table のコンストラクタ Table ... す。 パラメータ この関数にはパラメータはありません。 1 mysql_xdevapi\Table::__construct() の <?php ...
https://man.plustar.jp/php/mysql-xdevapi-table.construct.html - [similar]
トークンと secret を設定する 1950
« OAuth::setTimestamp OAuth::setVersion » PHP Manual OAuth トークンと secret を設定する OAuth::s ... 。 token_secret OAuth トークン secret。 戻り値 true 1 OAuth::setToken() の <?php $oauth = new OAut ...
https://man.plustar.jp/php/oauth.settoken.html - [similar]
is2LeggedEndpoint 1950
« OAuthProvider::generateToken OAuthProvider::isRequestTokenEndpoint » PHP Manual OAuthProvider ... rray 戻り値 OAuthProvider オブジェクトを返します。 1 OAuthProvider::is2LeggedEndpoint() の <?php ...
https://man.plustar.jp/php/oauthprovider.is2leggedendpoint.html - [similar]
データベースとの接続を閉じる 1950
« SQLite3::changes SQLite3::__construct » PHP Manual SQLite3 データベースとの接続を閉じる SQLite ... た場合に true を、失敗した場合に false を返します。 1 SQLite3::close() の <?php $db = new SQLite3 ...
https://man.plustar.jp/php/sqlite3.close.html - [similar]
新しい V8Js オブジェクトを作成する 1950
« V8Js V8Js::executeString » PHP Manual V8Js 新しい V8Js オブジェクトを作成する V8Js::__construc ... aught_exceptions キャッチできなかった Javascript の外をその場ですぐに報告するかどうかを制御します。 デフ ... rue です。 false にしたときは、キャッチできなかった外へのアクセスには V8Js::getPendingException() を使い ...
https://man.plustar.jp/php/v8js.construct.html - [similar]
1931
« 定義済み定数 Collection » PHP Manual Data Structures 1 Vector <?php $vector = new \ Ds ... ); $vector [] = 'd' ; print_r ( $vector ); ?> 上のの出力は、 たとえば以下のようになります。 Ds\Vector ... Object ( [0] => a [1] => b [2] => c [3] => d ) 2 Map <?php $map = new \ Ds \ Map (); $map -> put ( ... , 2 ); $map [ 'c' ] = 3 ; print_r ( $map ); ?> 上のの出力は、 たとえば以下のようになります。 Ds\Map Obj ... ject ( [key] => c [value] => 3 ) ) 関連キーワード: , Ds , Object , Pair , key , 出力 , Map , 定義 , 定 ...
https://man.plustar.jp/php/ds.examples.html - [similar]
余弦(コサイン) 1925
« ceil cosh » PHP Manual Math 関数 余弦(コサイン) cos (PHP 4, PHP 5, PHP 7, PHP 8) cos — 余弦( ... アンで表した角度。 戻り値 num のコサインを返します。 1 cos() の <?php echo cos ( M_PI ); // -1 ?> 参 ...
https://man.plustar.jp/php/function.cos.html - [similar]
度単位の数値をラジアン単位に変換する 1925
« decoct exp » PHP Manual Math 関数 度単位の数値をラジアン単位に変換する deg2rad (PHP 4, PHP 5, ... 値 num と同等な値をラジアンで表したものを返します。 1 deg2rad() の <?php echo deg2rad ( 45 ); // 0 ...
https://man.plustar.jp/php/function.deg2rad.html - [similar]
循環参照コレクタの状態を返す 1925
« gc_enable gc_mem_caches » PHP Manual PHP オプション/情報 関数 循環参照コレクタの状態を返す gc_ ... な場合に true 、そうでない場合に false を返します。 1 gc_enabled() の <?php if( gc_enabled ()) gc_ ...
https://man.plustar.jp/php/function.gc-enabled.html - [similar]