"makes "的翻译 使用英语:
字典 中国人-英语
例子 (外部来源,未经审查)
| Following is a quote from the sample module discussed previously, which makes use of the conversion functions | Following is a quote from the sample module discussed previously, which makes use of the conversion functions |
| Countries could use the revenues as an alternative to other taxes it makes much more sense to tax bad things than good things. | Countries could use the revenues as an alternative to other taxes it makes much more sense to tax bad things than good things. |
| 蛁 The example source makes use of some features introduced with the Zend version used in PHP 4.1.0 and above, it won't compile with older PHP 4.0.x versions. | There are basically two ways to compile modules |
| 蛁 If the command to be executed could not be found, a valid resource is returned. This may seem odd, but makes sense it allows you to access any error message returned by the shell | This may seem odd, but makes sense it allows you to access any error message returned by the shell |
| The only header file you really have to include for your modules is php.h, located in the PHP directory. This file makes all macros and API definitions required to build new modules available to your code. | This file makes all macros and API definitions required to build new modules available to your code. |
| The impact and implications of the construction of male sexuality on women, violence against women and women's sexual and bodily autonomy was discussed, noting that the construction of male sexuality makes women particularly vulnerable to violence. Sexuality and violence against women was examined in light of growing fundamentalisms, militarization and situations of armed conflict and the rise of neo liberal globalization in the region. | The impact and implications of the construction of male sexuality on women, violence against women and women's sexual and bodily autonomy was discussed, noting that the construction of male sexuality makes women particularly vulnerable to violence. Sexuality and violence against women was examined in light of growing fundamentalisms, militarization and situations of armed conflict and the rise of neo liberal globalization in the region. |
| The function parses the XML document in str and returns a tree PHP objects as the parsed document. This function is isolated from the other functions, which means you cannot access the tree with any of the other functions. Modifying it, for example by adding nodes, makes no sense since there is currently no way to dump it as an XML file. However this function may be valuable if you want to read a file and investigate the content. | Modifying it, for example by adding nodes, makes no sense since there is currently no way to dump it as an XML file. |
| Before a new sibling is added it is first duplicated. Therefore the new child is a completely new copy which can be modified without changing the node which was passed to this function. If the node passed has children itself, they will be duplicated as well, which makes it quite easy to duplicate large parts of a xml document. The return value is the added sibling. If you plan to do further modifications on the added sibling you must use the returned node. | If the node passed has children itself, they will be duplicated as well, which makes it quite easy to duplicate large parts of a xml document. |