Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
예 1. built into php (unix)
例 1phpに組み込む(unix)
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
if you've gotten this far, congratulations! you just built your first extension to php.
if you've gotten this far, congratulations! you just built your first extension to php.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
1. i have built a dll to calculate something. is there any way to run this dll under php?
1. とある計算を行うdllを作成しました。これをphpで実行させる方法はあ りますか?
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
using this option, php prints out the built in (and loaded) php and zend modules:
このオプションを使用すると、phpは、phpに組み込まれた (そしてロードされた) zend モジュールを出力します。
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
the windows version of php has built in support for this extension. you do not need to load any additional extension in order to use these functions.
windows版の php にはこの拡張モジュールのサポートが組み込まれています。これらの関数を使用するために拡張モジュールを追加でロードする必要はありません。
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
newer postgresql will support unescape function. support for built-in unescape function will be added when it's available.
注意 この関数は、postgresql 7.2以降を必要とします。
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
returns the first key in the database. note that no particular order is guaranteed since the database may be built using a hash-table, which doesn't guarantee any ordering.
データベースから最初のキーを取り出します。データベースは順序を 保証しないハッシュテーブルを使って構築されている可能性があるので、 返される値の順序は保証されないことに注意してください。
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
php is subject to the security built into most server systems with respect to permissions on a file and directory basis. this allows you to control which files in the filesystem may be read. care should be taken with any files which are world readable to ensure that they are safe for reading by all users who have access to that filesystem.
php は、ファイルおよびディレクトリ毎に権限を設定する多くのサーバシ ステム上に組み込まれたセキュリティを提供します。これにより、ファイ ルシステム内のファイルを読み込み可能に制御することが可能になります。 全てのファイルは世界中から読み込み可能であり、このファイルシステム にアクセスした全てのユーザから読み込まれても安全であることを確認す る必要があります。
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
a wrapper is additional code which tells the stream how to handle specific protocols/encodings. for example, the http wrapper knows how to translate a url into an http/1.0 request for a file on a remote server. there are many wrappers built into php by default (see 부록 h), and additional, custom wrappers may be added either within a php script using stream_register_wrapper(), or directly from an extension using the api reference in 43장. because any variety of wrapper may be added to php, there is no set limit on what can be done with them. to access the list of currently registered wrappers, use stream_get_wrappers().
a wrapper is additional code which tells the stream how to handle specific protocols/encodings. for example, the http wrapper knows how to translate a url into an http/1.0 request for a file on a remote server. there are many wrappers built into php by default (see 付録i), and additional, custom wrappers may be added either within a php script using stream_register_wrapper(), or directly from an extension using the api reference in 第43章. because any variety of wrapper may be added to php, there is no set limit on what can be done with them. to access the list of currently registered wrappers, use stream_get_wrappers().
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità: