合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
## getLastError ##### Description The last error message (if any) returned from a SCRIPT call 取得最后的错误消息。 ##### Parameters *none* ##### Return Value A string with the last returned script based error message, or NULL if there is no error ##### Examples ``` <pre class="calibre16">$redis->eval('this-is-not-lua'); $err = $redis->getLastError(); // "ERR Error compiling script (new function): user_script:1: '=' expected near '-'" ``` ##