I did what the document says and I found the directive "define" didn't work
for me.
You see.The doc says I should use doc like " define('twoline','12')
".However,I found I need to use it like " define(twoline,12) "
I am not really good at english and unix things.So if anything is
wrong,please for
On 08/25/2017 10:14 AM, 宋增强 wrote:
> I did what the document says and I found the directive "define" didn't work
> for me.
>
> You see.The doc says I should use doc like " define('twoline','12')
No, the documentation states you should use:
define(`twoline', `12')
(note that the use of `' quotin