"trying"的翻译 使用英语:
字典 中国人-英语
例子 (外部来源,未经审查)
| If the ini file you are trying to parse is malformed, PHP will exit. | Only ini values are evaluated. |
| If the object to check in is a collection, all children will be checked in recursively if they are documents. Trying to check in a collection would result in an error. | If the object to check in is a collection, all children will be checked in recursively if they are documents. |
| If the object to check out is a collection, all children will be checked out recursively if they are documents. Trying to check out a collection would result in an error. | Trying to check out a collection would result in an error. |
| To access a long you access zval.value.lval, to access a double you use zval.value.dval, and so on. Because all values are stored in a union, trying to access data with incorrect union members results in meaningless output. | Because all values are stored in a union, trying to access data with incorrect union members results in meaningless output. |