検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 186 for [SIMILAR] 16 1024 4096 WITH 40590 号( WITH 35482... (0.516 sec.)
SQLインジェクション 0
« ストレージの暗号化 エラーのレポート » PHP Manual データベースのセキュリティ SQLインジェクション SQLインジェクション 多くの開発者はSQLクエリがどのように改竄されるかということを余り気にかけておらず、またSQLクエリは信用できるものと考えているようです。 実際にはSQLクエリはアクセス制限を回避 ...
https://man.plustar.jp/php/security.database.sql-injection.html - [similar]
実行時設定 0
« インストール手順 WinCache 統計スクリプト » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 この表は、WinCache 拡張モジュールが提供する設定項目をまとめたものです。 WinCache の設定オプション 名前 デフォルト 最小 最大 変更可能 変更履歴 wincache.fc ...
https://man.plustar.jp/php/wincache.configuration.html - [similar]
国コードと地域コードからタイムゾーンを返す 0
« geoip_setup_custom_directory FANN » PHP Manual GeoIP 関数 国コードと地域コードからタイムゾーンを返す geoip_time_zone_by_country_and_region (PECL geoip >= 1.0.4) geoip_time_zone_by_country_and_region — 国コードと地域コードからタイムゾーンを返す 説明 geoip_time_zone_by_country_and_region ...
https://man.plustar.jp/php/function.geoip-time-zone-by-country-and-region.html - [similar]
TrueType フォントを使用してテキストを画像に書き込む 0
« imagettfbbox imagetypes » PHP Manual GD および Image 関数 TrueType フォントを使用してテキストを画像に書き込む imagettftext (PHP 4, PHP 5, PHP 7, PHP 8) imagettftext — TrueType フォントを使用してテキストを画像に書き込む 説明 imagettftext ( GdImage $image , float $size , float $angle , i ...
https://man.plustar.jp/php/function.imagettftext.html - [similar]
配列 0
« 数値形式の文字列 Iterable » PHP Manual 型 配列 配列 PHP の配列は、実際には順番付けられたマップです。マップは型の一種で、 値 を キー に関連付けます。 この型は、さまざまな使い道にあわせて最適化されます。 配列としてだけでなく、リスト (ベクター)、 ハッシュテーブル (マップの実装の一つ)、辞書 ...
https://man.plustar.jp/php/language.types.array.html - [similar]
下位互換性のない変更点 0
« PHP 5.6.x から PHP 7.0.x への移行 新機能 » PHP Manual PHP 5.6.x から PHP 7.0.x への移行 下位互換性のない変更点 下位互換性のない変更点 エラーや例外の取り扱いの変更 fatal error や recoverable fatal error の多くが、PHP 7 では例外に変換されるようになりました。 これらの例外は Error クラスを ...
https://man.plustar.jp/php/migration70.incompatible.html - [similar]
文字列の各単語の最初の文字を大文字にする 0
« ucfirst utf8_decode » PHP Manual String 関数 文字列の各単語の最初の文字を大文字にする ucwords (PHP 4, PHP 5, PHP 7, PHP 8) ucwords — 文字列の各単語の最初の文字を大文字にする 説明 ucwords ( string $string , string $separators = " \t\r\n\f\v" ): string 文字がアルファベットの場合、 string ...
https://man.plustar.jp/php/function.ucwords.html - [similar]
実行時設定 0
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 セッションの設定オプション 名前 デフォルト 変更可能 変更履歴 session.save_path "" PHP_INI_ALL session.name "PHPSESSID" PHP_INI_ALL session.save_handler "files" PHP_IN ...
https://man.plustar.jp/php/session.configuration.html - [similar]
正規表現検索および置換を行う 0
« preg_replace_callback preg_split » PHP Manual PCRE 関数 正規表現検索および置換を行う preg_replace (PHP 4, PHP 5, PHP 7, PHP 8) preg_replace — 正規表現検索および置換を行う 説明 preg_replace ( string | array $pattern , string | array $replacement , string | array $subject , int $limit = ...
https://man.plustar.jp/php/function.preg-replace.html - [similar]
文字の変換あるいは部分文字列の置換を行う 0
« strtoupper substr_compare » PHP Manual String 関数 文字の変換あるいは部分文字列の置換を行う strtr (PHP 4, PHP 5, PHP 7, PHP 8) strtr — 文字の変換あるいは部分文字列の置換を行う 説明 strtr ( string $string , string $from , string $to ): string 代替のシグネチャ (名前付き引数をサポートして ...
https://man.plustar.jp/php/function.strtr.html - [similar]