From professional translators, enterprises, web pages and freely available translation repositories.
dynamic
dynamic
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
dynamic media
dynamic media
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
use the provided "make" mechanism in the ext directory, which also allows building of dynamic loadable modules.
the second method is good for those who (for some reason) don't have the full php source tree available, don't have access to all files, or just like to juggle with their keyboard.
for security reasons, you should not put your dynamic modules into publicly accessible directories. even though it can be done and it simplifies testing, you should put them into a separate directory in production environments.
if you compiled it into the php binary, omit the call to dl(), as the module's functionality is instantly available to your scripts.
if you don't implement a get_module() function in your dynamic loadable module, zend will compliment you with an error message when trying to access it.
if you don' t implement a get_module() function in your dynamic loadable module, zend will compliment you with an error message when trying to access it.
dde (dynamic data exchange) は、ole (object linking and embedding) の前身技術です。dde では、オブジェクトが埋め込まれるのではなく、ファイル参照を通じてリンクされます。
dde stands for "dynamic data exchange," which is a predecessor of ole, "object linking and embedding". with dde, objects are linked through file reference, but not embedded.