通知php函数

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了通知php函数相关的知识,希望对你有一定的参考价值。

  1. // Notification function
  2. function outp($msg,$type) {
  3. if ($type=="i")
  4. $msg="[i] ".$msg;
  5. elseif ($type=="!")
  6. $msg="[!] ".$msg;
  7. elseif ($type=="x")
  8. $msg="[x] ".$msg;
  9. elseif ($type=="e") {
  10. $msg="[x] ".$msg;
  11. $exit=1
  12. }
  13. echo $msg." ";
  14. if ($exit==1)
  15. exit(1);
  16. }

以上是关于通知php函数的主要内容,如果未能解决你的问题,请参考以下文章

多重通知:调用函数时出现未定义的变量错误[重复]

PHP别名@函数

简单函数()中的php未定义偏移量

PHP:将数组传递给函数时GCM无效注册

未调用 PHP 流通知回调

Mac下使用php的error_log()函数发送邮件