"classes"的翻译 使用英语:
字典 中国人-英语
例子 (外部来源,未经审查)
Classes | It is a good idea to have the DOM standard available when using this module. |
Stream Classes | No steps are required to enable them. |
extends, classes and objects | extends, classes and objects |
Also note that depending on what libraries you have compiled into PHP, additional classes could be present. This means that you will not be able to define your own classes using these names. There is a list of predefined classes in the Predefined Classes section of the appendices. | There is a list of predefined classes in the Predefined Classes section of the appendices. |
常规设置classes display options page | General Settings |
The classes DomDtd is derived from DomNode. DomComment is derived from DomCData. | DomComment is derived from DomCData. |
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. |
明天下课后我会去怀特伍德镇 I'm going to Whitewood tomorrow, after classes, | I'm going to Whitewood tomorrow, after classes, |
We then instantiate a couple of objects from the defined classes, and perform some aggregations and deaggregations, printing some object information along the way | We then instantiate a couple of objects from the defined classes, and perform some aggregations and deaggregations, printing some object information along the way |
我说我还是去上夜校 学管子工和木工 I said I might as well go to evening classes, plumbing and carpentry. | I said I might as well go to evening classes, plumbing and carpentry. |
We then instantiate 2 objects from these classes and print out information about them, including their class parentage. We also define some utility functions, mainly to have a nice printout of the variables. | We also define some utility functions, mainly to have a nice printout of the variables. |
蛁 In PHP 3, methods are not preserved when unserializing a serialized object. PHP 4 removes that limitation and restores both properties and methods. Please see the Serializing Objects section of Classes and Objects or more information. | PHP 4 removes that limitation and restores both properties and methods. |
The backslash character has several uses. Firstly, if it is followed by a non alphanumeric character, it takes away any special meaning that character may have. This use of backslash as an escape character applies both inside and outside character classes. | A circumflex can conveniently be used with the upper case character types to specify a more res tricted set of characters than the matching lower case type. |
我遇见她 我喜欢她 她告诉我 I met her and liked her and she told me 她是你班上的一个学生 that she was a student in one of your classes, 你建议她住在乌鸦旅馆 that you recommended that she stay at the Raven's Inn. | I met her and liked her and she told me that she was a student in one of your classes, that you recommended that she stay at the Raven's Inn. |
It is strongly recommended that you include the class definitions of all such registered objects on all of your pages, even if you do not actually use these classes on all of your pages. If you don't and an object is being unserialized without its class definition being present, it will lose its class association and become an object of class stdClass without any functions available at all, that is, it will become quite useless. | If you don 't and an object is being unserialized without its class definition being present, it will lose its class association and become an object of class stdClass without any functions available at all, that is, it will become quite useless. |