变量之间的操作(Operations between Variables)
在 PHP 中连接操作是最频繁的操作之一,我一样可以使用 Zend API 简单实现多个值的拼接:
Phalcon API 在 Zend API 的基础上提供更多的函数和弘定义(kernel/operators.h)。
To help to solve this problem, we have created a set of macros to concatenate zvals and strings:
S=String and V=Zval, just put the S and V to get the right concatenation macro. Easy, no?