錯誤控制運算符

錯誤控制運算符,計算機語言,是php 支持一個運算符@。當將其放置在一個 php 表達式之前,該表達式可能產生的任何錯誤信息都被忽略掉。

基本介紹

  • 中文名:錯誤控制運算符
  • 定義:計算機語言
如果激活了 track_errors 特性,表葛熱擊譽台踏敬達式槳斷烏背所產生的任匙碑翻何錯誤信息都被探凝只存放在變數 $php_errormsg 中。此變數在每次出錯時府愚嚷都會被覆蓋,所以如果想用它的話就要盡鑽估早檢查。
<?php/* Intentional file error */$my_file = @file ('non_existent_file') or die ("Failed opening file: error was '$php_errormsg'");// this works for any expression, not just functions:$value = @$cache[$key];// will not issue a notice if the index $key doesn't exist.?>

相關詞條

熱門詞條

聯絡我們