"refer "的翻译 使用英语:
字典 中国人-英语
例子 (外部来源,未经审查)
| ע Always refer to the module specific documentation as well. | Always refer to the module specific documentation as well. |
| 蛁 Always refer to the module specific documentation as well. | Always refer to the module specific documentation as well. |
| To refer to a file in a subdirectory on your hard disk, you might use something like | To refer to a file in a subdirectory on your hard disk, you might use something like |
| The current possible PCRE modifiers are listed below. The names in parentheses refer to internal PCRE names for these modifiers. | If this modifier is set, a dot metacharacter in the pattern matches all characters, including newlines. |
| mbstring is an extended module. You must enable the module with the configure script. Refer to the Install section for details. | The following configure options are related to the mbstring module. |
| When using PHP as an Apache module, it is possible to override PHP ini setting per Virtual Host in httpd.conf or per directory with .htaccess. Refer to the Configuration section and Apache Manual for details. | Refer to the Configuration section and Apache Manual for details. |
| A NIS domain can be described a group of NIS maps. Every host that needs to look up information binds itself to a certain domain. Refer to the documents mentioned at the beginning for more detailed information. | Refer to the documents mentioned at the beginning for more detailed information. |
| The variables generated with the snippet above will always be of local scope, so they reside in the context in which the function has been called. To create new variables in the global scope, use the same method but refer to another symbol table | To create new variables in the global scope, use the same method but refer to another symbol table |
| In order to have these functions available, you must compile PHP with dbx support by using the enable dbx option and all options for the databases that will be used, e.g. for MySQL you must also specify with mysql DIR . To get other supported databases to work with the dbx module refer to their specific documentation. | To get other supported databases to work with the dbx module refer to their specific documentation. |
| What we didn't say yet is that under the circumstances presented so far, you don't have write access to any zval containers designating function parameters that have been passed to you. Of course, you can change any zval containers that you created within your function, but you mustn't change any zvals that refer to Zend internal data! | Of course, you can change any zval containers that you created within your function, but you mustn 't change any zval s that refer to Zend internal data! |
| 3 An example of an opt out clause can, for example, be found in CEDAW, art. 29(2), according to which a State Party may at the time of signature or ratification of the Convention or accession thereto declare that it does not consider itself bound by an obligation to refer, under certain circumstances, disputes between States parties, to the International Court of Justice. | An example of an opt out clause can, for example, be found in CEDAW, art. 29(2), according to which a State Party may at the time of signature or ratification of the Convention or accession thereto declare that it does not consider itself bound by an obligation to refer, under certain circumstances, disputes between States parties, to the International Court of Justice. |
| 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. |