以下为句子列表:
英文: Actually, the information contained by the interface name and function name called disappear at compile time, all that is left is a numeric offset from an as of yet value unspecified pointer.
中文: 实际上,由接口名和函数名所包含的信息在编译的时候就消失了,所有剩下的就是从一个还没有指定值的指针开始的一个数字偏移位置。
更详细...
英文: In generally ,we can say that anytime u redefine an overloading function name from the base class,all of the other versions are automatically hidden in the new class.
中文: 总结为:继承类把基类的重载函数重定义后,只能调用继承类对象的已重定义的函数,而不是调用基类的那些重载函数(同名函数),即在继承类中基类的重载函数被隐藏!
更详细...
英文: It must be followed by the function name and the parenthesized list of formal parameters.
中文: 在其后必须跟有函数名和包括形式参数的圆括号。
更详细...
英文: There is no space between the function name and the parenthesis.
中文: 函数名与括号之间没有空格.
更详细...
英文: Use this to dynamically register template function plugins. Pass in the template function name, followed by the PHP function name that implements it.
中文: 动态注册模板函数插件,前两个参数是模板函数名称和执行函数名称。
更详细...
|