検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 213 for [SIMILAR] 16 1024 4096 WITH 10886 control WITH 8... (0.531 sec.)
LDAP コントロール 0
« 基本的な使用法 LDAP 関数 » PHP Manual 例 LDAP コントロール LDAP コントロール PHP >= 7.3.0 で LDAPコントロールを使う例をいくつか示します。 例1 policy(パスワードポリシー) 情報とバインドする <?php $user = 'cn=admin,dc=example,dc=com' ; $passwd = 'adminpassword' ; $ds = ldap_connect ( 'lda ...
https://man.plustar.jp/php/ldap.examples-controls.html - [similar]
変数がスカラかどうかを調べる 0
« is_resource is_string » PHP Manual 変数操作 関数 変数がスカラかどうかを調べる is_scalar (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) is_scalar — 変数がスカラかどうかを調べる 説明 is_scalar ( mixed $value ): bool 指定した変数がスカラかどうかを調べます。 スカラ変数には int 、 float 、 string あ ...
https://man.plustar.jp/php/function.is-scalar.html - [similar]
Allows control over disabled exit opcode 0
« uopz_add_function uopz_backup » PHP Manual Uopz 関数 Allows control over disabled exit opcode uopz_allow_exit (PECL uopz 5, PECL uopz 6, PECL uopz 7) uopz_allow_exit — Allows control over disabled exit opcode 説明 uopz_allow_exit ( bool $allow ): void By default uopz disables the exit ...
https://man.plustar.jp/php/function.uopz-allow-exit.html - [similar]
コマンドラインオプション 0
« 他の SAPI との違い Usage » PHP Manual コマンドラインの使用法 コマンドラインオプション コマンドラインオプション PHP バイナリにより提供されるコマンドラインオプションの一覧は、 -h スイッチを指定して PHP を実行することにより いつでも調べることができます。 Usage: php [options] [-f] <file> [ ...
https://man.plustar.jp/php/features.commandline.options.html - [similar]
テキストを現在の位置に出力する 0
« ps_show_xy ps_show » PHP Manual PS 関数 テキストを現在の位置に出力する ps_show2 (PECL ps >= 1.1.0) ps_show2 — テキストを現在の位置に出力する 説明 ps_show2 ( resource $psdoc , string $text , int $len ): bool テキストを現在の位置に出力します。最大 len 文字までしか出力しません。 パラメータ ...
https://man.plustar.jp/php/function.ps-show2.html - [similar]
PostScript ドキュメントの作成 0
« wkhtmltox\Image\Converter::getVersion はじめに » PHP Manual テキスト以外の MIME 型 PostScript ドキュメントの作成 PostScript ドキュメントの作成 はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 PS 関数 ps_add_bookmark — 現在のページにブックマークを追加す ...
https://man.plustar.jp/php/book.ps.html - [similar]
論理型 (boolean) 0
« はじめに 整数 » PHP Manual 型 論理型 (boolean) 論理型 (boolean) 論理型は、最も簡単な型です。 bool は、真偽の値を表します。 この値は、 true または false のどちらかになります。 構文 boolean リテラルを指定するには、定数 true または false を指定してください。 両方とも大文字小文字に依存しま ...
https://man.plustar.jp/php/language.types.boolean.html - [similar]
PS 関数 0
« 定義済み定数 ps_add_bookmark » PHP Manual PS PS 関数 PS 関数 連絡先 もしこの拡張や pslib についての意見・バグフィックス・機能拡張などがあれば、 私 » steinm@php.net にメールをください。お待ちしています。 目次 ps_add_bookmark — 現在のページにブックマークを追加する ps_add_launchlink — ファ ...
https://man.plustar.jp/php/ref.ps.html - [similar]
MySQL テーブルのフィールドのリストを得る 0
« mysql_list_dbs mysql_list_processes » PHP Manual MySQL 関数 MySQL テーブルのフィールドのリストを得る mysql_list_fields (PHP 4, PHP 5) mysql_list_fields — MySQL テーブルのフィールドのリストを得る 警告 この関数は PHP 5.4.0 で非推奨になり、PHP 7.0.0 で MySQL 拡張モジュール 全体とあわせて削 ...
https://man.plustar.jp/php/function.mysql-list-fields.html - [similar]
MySQL データベース上のテーブルのリストを得る 0
« mysql_list_processes mysql_num_fields » PHP Manual MySQL 関数 MySQL データベース上のテーブルのリストを得る mysql_list_tables (PHP 4, PHP 5) mysql_list_tables — MySQL データベース上のテーブルのリストを得る 警告 この関数は PHP 4.3.0 で非推奨になり、PHP 7.0.0 で MySQL 拡張モジュール 全体と ...
https://man.plustar.jp/php/function.mysql-list-tables.html - [similar]