"keeps"的翻译 使用英语:
字典 中国人-英语
例子 (外部来源,未经审查)
| Keeps the time modified from the most recent object. | Keeps the time modified from the most recent object. |
| An Association is a composition of independently constructed and externally visible parts. When we associate classes or objects, each one keeps a reference to the ones it is associated with. When we associate classes statically, one class will contain a reference to an instance of the other class. For example | When we associate classes or objects, each one keeps a reference to the ones it is associated with. |
| Note that only the first call to strtok uses the string argument. Every subsequent call to strtok only needs the token to use, as it keeps track of where it is in the current string. To start over, or to tokenize a new string you simply call strtok with the string argument again to initialize it. Note that you may put multiple tokens in the token parameter. The string will be tokenized when any one of the characters in the argument are found. | To start over, or to tokenize a new string you simply call strtok with the string argument again to initialize it. |
| Zend now keeps track of all references to this resource. As soon as all references to the resource are lost, the destructor that you previously registered for this resource is called. The nice thing about this setup is that you don't have to worry about memory leakages introduced by allocations in your module just register all memory allocations that your calling script will refer to as resources. As soon as the script decides it doesn't need them anymore, Zend will find out and tell you. | The nice thing about this setup is that you don 't have to worry about memory leakages introduced by allocations in your module just register all memory allocations that your calling script will refer to as resources. |