The static keyword has a lot of USES.
static关键字有很多用法。
PHP V5.3 extends the use of the static keyword.
PHPV5.3扩展了static关键词的使用。
Once again, you should place the static keyword after the visibility modifier.
再次,应将static关键字放在可见度修饰符后。
These classes will be candidates for using the static keyword on the class declaration.
这些类将成为在类声明上使用static关键字的备选。
By default the global variables have external linkage unless changed by adding static keyword.
默认情况下,通过添加静态全局变量外部链接,除非改变了关键字。
The static keyword forces PHP to bind to the code implementation at the latest possible moment.
static关键字会在可能的最近时刻强迫PHP绑定到代码实现。
One thing to note about the static keyword is that it doesn't work the same as how this works in the nonstatic context.
有关static关键字需要注意一点,它的工作方式与在非静态上下文中的工作方式不同。
The static keyword will simply try to resolve the call in the current class instead of the class the function was defined in.
静态关键字将仅仅尝试在当前类中解析调用,而不是在定义函数的类中执行。
By default the global variables have external linkage unless changed by adding static keyword. This will help clarify things.
默认情况下,通过添加静态全局变量外部链接,除非改变了关键字。这将有助于澄清的事情。
Perfect property: Locating a table entry requires o (1) time-that is, at most, one string comparison is required to perform keyword recognition within the static search set.
perfectproperty:查找时间复杂度为o(1)的表条目—就是说,至多需要一个字符串比较执行静态搜索集中的关键字识别。
Instead of being placed on a stack, the variables specified with the use keyword are stored in static storage.
而不是放置到堆栈中,变量通过use关键字指定,并存储到静态存储中。
Groovy functions require the def keyword, and you can think of them as globally static methods available within a script's scope.
Groovy函数需要def关键字,可以将关键字想像为在脚本范围内可用的全局静态方法。
With a static page, your copywriter can merely edit the HTML file containing the page's content and change it — adding a keyword to the title, for example.
对于静态页面,文字编写人员只需编辑包含页面内容的HTML文件——例如,在页面标题中添加关键词。
To declare a static property, place the keyword static after the visibility modifier, directly in front of the property variable.
要声明静态属性,将关键字static放在可见度修饰符后面,直接位于属性变量前面。
PHP V5.3 has added the keyword static to allow you to make a reference against the current class.
PHPV5.3添加了关键字static以允许针对当前类进行引用。
PHP V5.3 has added the keyword static to allow you to make a reference against the current class.
PHPV5.3添加了关键字static以允许针对当前类进行引用。
应用推荐