"pass"的翻译 使用英语:
字典 中国人-英语
例子 (外部来源,未经审查)
| Join the channel channel on the server connected to by connection. IRCG will optionally pass the room key key. | IRCG will optionally pass the room key key. |
| There are two different kinds of resource destruction handlers you can pass to this function a handler for normal resources and a handler for persistent resources. Persistent resources are for example used for database connection. When registering a resource, either of these handlers must be given. For the other handler just pass NULL. | Persistent resources are for example used for database connection. |
| 蛁 If you need to delete all attributes with a certain name you will have to pass an empty string as the attribute value. | This comes in handy if you want to remove attributes recursively. |
| Opens a connection to the Hyperwave server on host hostname. The protocol used is HGCSP. If you do not pass a port number, 418 is used. | If you do not pass a port number, 418 is used. |
| To access arguments, it's necessary for each argument to have a clearly defined type. Again, PHP's extremely dynamic nature introduces some quirks. Because PHP never does any kind of type checking, it's possible for a caller to pass any kind of data to your functions, whether you want it or not. If you expect an integer, for example, the caller might pass an array, and vice versa PHP simply won't notice. | If you expect an integer, for example, the caller might pass an array, and vice versa PHP simply won 't notice. |
| This variable is used to pass any return values of your function back to PHP. Access to this variable is best done using the predefined macros. For a description of these see below. | Access to this variable is best done using the predefined macros. |
| Most of the functions use an internal event structure that is unique for each stream. This alleviates the need to pass around large objects between functions. There are convenience functions for setting, initializing, and retrieving the event structure values. | Most of the functions use an internal event structure that is unique for each stream. |
| Note that a cookie will replace a previous cookie by the same name in your browser unless the path or domain is different. So, for a shopping cart application you may want to keep a counter and pass this along. i.e. | Note that a cookie will replace a previous cookie by the same name in your browser unless the path or domain is different. |
| The optional replace parameter indicates whether the header should replace a previous similar header, or add a second header of the same type. By default it will replace, but if you pass in FALSE as the second argument you can force multiple headers of the same type. For example | By default it will replace, but if you pass in FALSE as the second argument you can force multiple headers of the same type. |
| ע 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 |