検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 511 for path (0.018 sec.)
Gets the header info of a database 4330
« dbase_delete_record dbase_get_record_with_names » PHP Manual dBase 関数 Gets the header info o ... der information for a dBase database file <?php // Path to dbase file $db_path = "/tmp/test.dbf" ; // Open ... dbase file $dbh = dbase_open ( $db_path , 0 ) or die( "Error! Could not open dbase databas ... e file ' $db_path '." ); // Get column information $column_info = db ...
https://man.plustar.jp/php/function.dbase-get-header-info.html - [similar]
ファイル名や場所を変更する 4330
« eio_realpath eio_rmdir » PHP Manual Eio 関数 ファイル名や場所を変更する eio_rename (PECL eio > ... ファイル名や場所を変更する 説明 eio_rename ( string $path , string $new_path , int $pri = EIO_PRI_DEFAULT , ... を変更したり別の場所に移動したりします。 パラメータ path 元のパス。 new_path 変更後のパス。 pri リクエストの ... : eio , 変更 , 場所 , rename , リクエスト , 関数 , path , callback , data , パス ...
https://man.plustar.jp/php/function.eio-rename.html - [similar]
現在のプロセス空間で指定したプログラムを実行する 4330
« pcntl_errno pcntl_fork » PHP Manual PCNTL 関数 現在のプロセス空間で指定したプログラムを実行する ... 定したプログラムを実行する 説明 pcntl_exec ( string $path , array $args = [] , array $env_vars = [] ): bool ... 指定した引数でプログラムを実行します。 パラメータ path path は、バイナリ実行ファイルへのパスか、 あるいは ... プロセス , 空間 , 指定 , pcntl , args , vars , env , path ...
https://man.plustar.jp/php/function.pcntl-exec.html - [similar]
SQLite 関数 (PDO_SQLITE) 4330
« PDO::pgsqlLOBUnlink PDO_SQLITE DSN » PHP Manual PDO ドライバ SQLite 関数 (PDO_SQLITE) SQLite 関 ... 拡張モジュールを動作させるには、 Windows システムの PATH が通った場所に DLL ファイルが存在する必要があります ... 。 FAQ の " Windows で PHP のディレクトリを PATH に追加するにはどうすればいいのですか? " で、その方 ... ても動作します (システムディレクトリは、デフォルトで PATH に含まれるからです) が、これは推奨しません。 この拡 ... 張モジュールを使用するには、以下のファイルが PATH の通った場所にある必要があります。 libsqlite3.dll ...
https://man.plustar.jp/php/ref.pdo-sqlite.html - [similar]
Set the cookies of the HTTP response. 4330
« Swoole\Http\Response Swoole\Http\Response::__destruct » PHP Manual Swoole\Http\Response Set th ... string $value = ? , string $expires = ? , string $path = ? , string $domain = ? , string $secure = ? , st ... tponly = ? ): string パラメータ name value expires path domain secure httponly 戻り値 関連キーワード: stri ... et , ookies , Swoole , Http , of , the , expires , path , domain ...
https://man.plustar.jp/php/swoole-http-response.cookie.html - [similar]
JPEG画像をWBMP画像に変換する 4298
« iptcparse png2wbmp » PHP Manual GD および Image 関数 JPEG画像をWBMP画像に変換する jpeg2wbmp (P ... true を返します。 例 例1 jpeg2wbmp() の例 <?php // Path to the target jpeg $path = './test.jpg' ; // Get t ... he image sizes $image = getimagesize ( $path ); // Convert image jpeg2wbmp ( $path , './test.wb ...
https://man.plustar.jp/php/function.jpeg2wbmp.html - [similar]
PNG画像をWBMP画像に変換する 4298
« jpeg2wbmp GdImage » PHP Manual GD および Image 関数 PNG画像をWBMP画像に変換する png2wbmp (PHP ... true を返します。 例 例1 png2wbmp() の例 <?php // Path to the target png $path = './test.png' ; // Get th ... e image sizes $image = getimagesize ( $path ); // Convert image png2wbmp ( $path , './test.wbm ...
https://man.plustar.jp/php/function.png2wbmp.html - [similar]
Microsoft Windows のコマンドラインでの PHP 4298
« ソースからのビルド Apache 2.x (Microsoft Windows 用) » PHP Manual Windows システムへのインス ... ていくために もう一度ここで説明しておきます。 注意 : PATHPATHEXT は Windows で重要な働きをするシステム変 ... ジョンや設定によって変わります) がある場所を環境変数 PATH の最後に追加します。 PHP のディレクトリを PATH に追 ... Q の項目 を参照ください。 拡張子 .PHP を、環境変数 PATHEXT の最後に追加します。これは、環境変数 PATH の変更 ... に書かれている手順に従いましょう。ただし、環境変数 PATH の部分は PATHEXT に変更します。 注意 : .PHP をどの ...
https://man.plustar.jp/php/install.windows.commandline.html - [similar]
ケース 4: Webツリーの外にPHPパーサを置く 4298
« ケース 3: doc_root または user_dir を設定 Apache モジュールとしてインストール » PHP Manual CGI ... を処理するのと全 く同様に処理を行います。 この設定で PATH_INFO および PATH_TRANSLATED 情報を正しく処理するた ... めには、 ini ディレクティブ cgi.discard_path を有効にする必要があります。 関連キーワード: ケース ... , パーサ , ツリー , 外 , 処理 , usr , PATH , bin , local , 実行 ...
https://man.plustar.jp/php/security.cgi-bin.shell.html - [similar]
4298
« 定義済み定数 アプリケーションの設定 » PHP Manual Yaf 例 例 例1 標準的なアプリケーションのディレ ... htaccess を使えます)。 <?php define ( "APPLICATION_PATH" , dirname ( __FILE__ )); $app = new Yaf_Applicati ... on ( APPLICATION_PATH . "/conf/application.ini" ); $app -> bootstrap () ... ) } 例4 アプリケーションの設定 [yaf] ; APPLICATION_PATH は index.php で定義した定数 application.directory= ... APPLICATION_PATH "/application/" ; product セクションは yaf セクショ ...
https://man.plustar.jp/php/yaf.tutorials.html - [similar]