来自专业的译者、企业、网页和免费的翻译库。
change the next two strings if emphasis is done differently in your language.
show chol hamoed
最后更新: 2011-10-23
使用频率: 1
质量:
strings are handled a bit differently by the zend engine than other values such as integers, booleans, etc., which don't require additional memory allocation for storing their values. if you want to return a string from a function, introduce a new string variable to the symbol table, or do something similar, you have to make sure that the memory the string will be occupying has previously been allocated, using the aforementioned e*() functions for allocation. (this might not make much sense to you yet; just keep it somewhere in your head for now - we'll get back to it shortly.)
if you want to return a string from a function, introduce a new string variable to the symbol table, or do something similar, you have to make sure that the memory the string will be occupying has previously been allocated, using the aforementioned e*() functions for allocation. (this might not make much sense to you yet; just keep it somewhere in your head for now - we'll get back to it shortly.)
最后更新: 2011-10-24
使用频率: 1
质量: