検索

phrase: max: clip:
target: order:
Results of 261 - 270 of about 317 for 基本 (0.106 sec.)
フォームの処理 4167
« 実用的な例 次にするべきことは? » PHP Manual 簡易チュートリアル フォームの処理 フォームの処理 P ... TML フォームを処理する手段です。 理解するべき重要な基本概念は、あるフォームの中の全てのフォーム要素が、 自動 ...
https://man.plustar.jp/php/tutorial.forms.html - [similar]
Lightweight Directory Access Protocol 4102
« GearmanException はじめに » PHP Manual その他のサービス Lightweight Directory Access Protocol ... み定数 PHP LDAP コールの使用法 LDAP コントロール 例 基本的な使用法 LDAP コントロール LDAP 関数 ldap_8859_to_ ...
https://man.plustar.jp/php/book.ldap.html - [similar]
match 4102
« switch declare » PHP Manual 制御構造 match match (PHP 8) match 式は、値の一致をチェックした結果 ... > 返却式 , 条件式1 , 条件式2 => 返却式 , }; ?> 例2 基本式な match 式の使い方 <?php $food = 'cake' ; $return ...
https://man.plustar.jp/php/control-structures.match.html - [similar]
対話シェル 4102
« I/O ストリーム ビルトインウェブサーバー » PHP Manual コマンドラインの使用法 対話シェル 対話シェ ... 価されていました。 CLI SAPI を -a なしで呼び出しても基本的に同じ動きをします。 PHP 8.1.0 以降では、 readline ...
https://man.plustar.jp/php/features.commandline.interactive.html - [similar]
特殊ファイルあるいは一般ファイルを作る 4102
« eio_mkdir eio_nop » PHP Manual Eio 関数 特殊ファイルあるいは一般ファイルを作る eio_mknod (PECL ... す。 result にはリクエスト固有の結果が格納されます。基本的には、対応するシステムコールが返すそのままの値とな ...
https://man.plustar.jp/php/function.eio-mknod.html - [similar]
ディレクトリ全体を読み込む 4102
« eio_readahead eio_readlink » PHP Manual Eio 関数 ディレクトリ全体を読み込む eio_readdir (PECL ... す。 result にはリクエスト固有の結果が格納されます。基本的には、対応するシステムコールが返すそのままの値とな ...
https://man.plustar.jp/php/function.eio-readdir.html - [similar]
コマンドライン引数のリストからオプションを取得する 4102
« getmyuid getrusage » PHP Manual PHP オプション/情報 関数 コマンドライン引数のリストからオプショ ... パラメータが追加されました。 例 例1 getopt() の例:基本編 <?php // スクリプト example.php $options = getopt ...
https://man.plustar.jp/php/function.getopt.html - [similar]
日付を Unix のタイムスタンプとして取得する 4102
« microtime strftime » PHP Manual 日付・時刻 関数 日付を Unix のタイムスタンプとして取得する mkt ... year は、nullable になりました。 例 例1 mktime() の基本的な例 <?php // デフォルトのタイムゾーンを設定します ...
https://man.plustar.jp/php/function.mktime.html - [similar]
検索文字列に一致したすべての文字列を置換する 4102
« str_repeat str_rot13 » PHP Manual String 関数 検索文字列に一致したすべての文字列を置換する str ... 数は、置換後の文字列あるいは配列を返します。 例 例1 基本的な str_replace() の例 <?php // <body text='black'> ...
https://man.plustar.jp/php/function.str-replace.html - [similar]
文字列の一部分を返す 4102
« substr_replace trim » PHP Manual String 関数 文字列の一部分を返す substr (PHP 4, PHP 5, PHP 7, ... 返す場合に、空文字列を返すようになりました。 例 例3 基本的な substr() の使用法 <?php echo substr ( 'abcdef' ...
https://man.plustar.jp/php/function.substr.html - [similar]