検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 199 for order (0.021 sec.)
すべてのスコープで使用できる組み込みの変数 5759
« 定義済の変数 $GLOBALS » PHP Manual 定義済の変数 すべてのスコープで使用できる組み込みの変数 スー ... れに影響を与える設定項目もあります。詳細は variables_order のドキュメントを参照ください。 注意 : 可変変数 スー ... することはできません。 参考 変数のスコープ variables_order ディレクティブ filter 拡張モジュール 関連キーワード ...
https://man.plustar.jp/php/language.variables.superglobals.html - [similar]
Checks if this is the default read concern 5683
« MongoDB\Driver\ReadConcern::getLevel MongoDB\Driver\ReadConcern::serialize » PHP Manual MongoD ... (e.g. MongoDB\Driver\Manager::executeQuery() ) in order order to allow the server to apply its own default ...
https://man.plustar.jp/php/mongodb-driver-readconcern.isdefault.html - [similar]
定義済み定数 5683
« リソース型 例 » PHP Manual Seaslog 定義済み定数 定義済み定数 以下の定数が定義されています。 こ ... ) "EMERGENCY" - System is unusable. SEASLOG_DETAIL_ORDER_ASC ( int ) 1 SEASLOG_DETAIL_ORDER_DESC ( int ) 2 ...
https://man.plustar.jp/php/seaslog.constants.html - [similar]
SQLインジェクション 5683
« ストレージの暗号化 エラーのレポート » PHP Manual データベースのセキュリティ SQLインジェクション ... ていません! $query = "SELECT id, name FROM products ORDER BY name LIMIT 20 OFFSET $offset;"; $result = pg_qu ... です。これらのフィルタは、通常、 SELECT 文の WHERE, ORDER BY, LIMIT 及び OFFSET 句をカスタマイズするた めに前 ... グ用のクエリを構築するためのより安全な方法 settype($order, 'integer'); $query = "SELECT id, name FROM produc ... ts ORDER BY name LIMIT 20 OFFSET $offset;"; // フォーマット ...
https://man.plustar.jp/php/security.database.sql-injection.html - [similar]
getimagesize, exif_read_data, exif_thumbnail, exif_imagetypeから返される 画像形... 5608
« image_type_to_extension image2wbmp » PHP Manual GD および Image 関数 getimagesize, exif_read_d ... GETYPE_BMP image/bmp IMAGETYPE_TIFF_II (intel byte order) image/tiff IMAGETYPE_TIFF_MM (motorola byte order ...
https://man.plustar.jp/php/function.image-type-to-mime-type.html - [similar]
mbstring の内部設定値を取得する 5608
« mb_eregi mb_http_input » PHP Manual マルチバイト文字列 関数 mbstring の内部設定値を取得する mb ... s" , "encoding_translation" , "language" , "detect_order" , "substitute_character" , "strict_detection" の設 ... s" , "encoding_translation" , "language" , "detect_order" , "substitute_character" , "strict_detection" が指 ...
https://man.plustar.jp/php/function.mb-get-info.html - [similar]
5608
« 列挙型をシリアライズする エラー » PHP Manual 列挙型(Enum) 例 例 例1 基本的な、値を限定する例 < ... ?php enum SortOrder { case ASC ; case DESC ; } function query ( $field ... s , $filter , SortOrder $order = SortOrder :: ASC ) { ... } ?> query() 関数 ... は、 $order が SortOrder::ASC または SortOrder::DESC であること ... キーワード: 例 , UserStatus , スカラー , 関数 , SortOrder , 4つ , フィールド , データベース , マシン , 人間 ...
https://man.plustar.jp/php/language.enumerations.examples.html - [similar]
結果の任意の行にポインタを移動する 5608
« mysqli_result::$current_field mysqli_result::fetch_all » PHP Manual mysqli_result 結果の任意の ... d" ); $query = "SELECT Name, CountryCode FROM City ORDER BY Name" ; $result = $mysqli -> query ( $query ); ... d" ); $query = "SELECT Name, CountryCode FROM City ORDER BY Name" ; $result = mysqli_query ( $link , $query ... d" ); $query = "SELECT Name, CountryCode FROM City ORDER BY Name LIMIT 15,4" ; $result = $mysqli -> query ( ...
https://man.plustar.jp/php/mysqli-result.data-seek.html - [similar]
結果セットの次の行を連想配列で取得する 5608
« mysqli_result::fetch_array mysqli_result::fetch_column » PHP Manual mysqli_result 結果セットの ... d" ); $query = "SELECT Name, CountryCode FROM City ORDER BY ID DESC" ; $result = $mysqli -> query ( $query ... d" ); $query = "SELECT Name, CountryCode FROM City ORDER BY ID DESC" ; $result = mysqli_query ( $mysqli , $ ... d" ); $query = 'SELECT Name, CountryCode FROM City ORDER BY ID DESC' ; // イテレータを使う場合 $result = $m ...
https://man.plustar.jp/php/mysqli-result.fetch-assoc.html - [similar]
結果セットのフィールド数を取得する 5608
« mysqli_result::fetch_row mysqli_result::field_seek » PHP Manual mysqli_result 結果セットのフィ ... Name, CountryCode, District, Population FROM City ORDER BY ID LIMIT 1" ); /* 結果セットのフィールド数を取得 ... Name, CountryCode, District, Population FROM City ORDER BY ID LIMIT 1" ); /* 結果セットのフィールド数を取得 ...
https://man.plustar.jp/php/mysqli-result.field-count.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT