"directly"的翻译 使用英语:
字典 中国人-英语
例子 (外部来源,未经审查)
Writes content directly to the printer, and returns TRUE on success or FALSE if it failed. | Writes content directly to the printer, and returns TRUE on success or FALSE if it failed. |
if there is an error while sending data to the system logger, write directly to the system console | Description |
You may use stored procedures and previously defined cursors to abstract data access so that users do not directly access tables or views, but this solution has another impacts. | You may use stored procedures and previously defined cursors to abstract data access so that users do not directly access tables or views, but this solution has another impacts. |
PHP 4 features a redesigned initialization file support. It's now possible to specify default initialization entries directly in your code, read and change these values at runtime, and create message handlers for change notifications. | It 's now possible to specify default initialization entries directly in your code, read and change these values at runtime, and create message handlers for change notifications. |
Built in modules are compiled directly into PHP and carried around with every PHP process their functionality is instantly available to every script that's being run. Like external modules, built in modules have advantages and disadvantages, as described in the following table | Like external modules, built in modules have advantages and disadvantages, as described in the following table |
In the case everything went right, a valid font index will be returned and can be used for further purposes. Otherwise the function returns FALSE and prints a message describing what went wrong, which you cannot read directly, while the output type is image. | Otherwise the function returns FALSE and prints a message describing what went wrong, which you cannot read directly, while the output type is image. |
ע Due a limitation in the current Zend Engine it is not possible to pass a constant modifier like NULL directly as a parameter to a function which expects this parameter to be passed by reference. Instead use a temporary variable or an expression with the leftmost member being a temporary variable | Instead use a temporary variable or an expression with the leftmost member being a temporary variable |
蛁 Due a limitation in the current Zend Engine it is not possible to pass a constant modifier like NULL directly as a parameter to a function which expects this parameter to be passed by reference. Instead use a temporary variable or an expression with the leftmost member being a temporary variable | Instead use a temporary variable or an expression with the leftmost member being a temporary variable |
PHP is not limited to creating just HTML output. It can also be used to create and manipulate image files in a variety of different image formats, including gif, png, jpg, wbmp, and xpm. Even more convenient, PHP can output image streams directly to a browser. You will need to compile PHP with the GD library of image functions for this to work. GD and PHP may also require other libraries, depending on which image formats you want to work with. | Even more convenient, PHP can output image streams directly to a browser. |