久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

    <legend id='jVtKy'><style id='jVtKy'><dir id='jVtKy'><q id='jVtKy'></q></dir></style></legend>

  • <tfoot id='jVtKy'></tfoot>

    <small id='jVtKy'></small><noframes id='jVtKy'>

    1. <i id='jVtKy'><tr id='jVtKy'><dt id='jVtKy'><q id='jVtKy'><span id='jVtKy'><b id='jVtKy'><form id='jVtKy'><ins id='jVtKy'></ins><ul id='jVtKy'></ul><sub id='jVtKy'></sub></form><legend id='jVtKy'></legend><bdo id='jVtKy'><pre id='jVtKy'><center id='jVtKy'></center></pre></bdo></b><th id='jVtKy'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='jVtKy'><tfoot id='jVtKy'></tfoot><dl id='jVtKy'><fieldset id='jVtKy'></fieldset></dl></div>
        • <bdo id='jVtKy'></bdo><ul id='jVtKy'></ul>
      1. PHP中變量名前的'At'符號:@$_POST

        #39;At#39; symbol before variable name in PHP: @$_POST(PHP中變量名前的At符號:@$_POST)
        <legend id='ef2Sr'><style id='ef2Sr'><dir id='ef2Sr'><q id='ef2Sr'></q></dir></style></legend>
      2. <i id='ef2Sr'><tr id='ef2Sr'><dt id='ef2Sr'><q id='ef2Sr'><span id='ef2Sr'><b id='ef2Sr'><form id='ef2Sr'><ins id='ef2Sr'></ins><ul id='ef2Sr'></ul><sub id='ef2Sr'></sub></form><legend id='ef2Sr'></legend><bdo id='ef2Sr'><pre id='ef2Sr'><center id='ef2Sr'></center></pre></bdo></b><th id='ef2Sr'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='ef2Sr'><tfoot id='ef2Sr'></tfoot><dl id='ef2Sr'><fieldset id='ef2Sr'></fieldset></dl></div>

              <tfoot id='ef2Sr'></tfoot>
                <bdo id='ef2Sr'></bdo><ul id='ef2Sr'></ul>

                    <tbody id='ef2Sr'></tbody>

                  <small id='ef2Sr'></small><noframes id='ef2Sr'>

                  本文介紹了PHP中變量名前的'At'符號:@$_POST的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  我見過以 at 符號開頭的函數調用來關閉警告.今天我瀏覽了一些代碼,發現了這個:

                  I've seen function calls preceded with an at symbol to switch off warnings. Today I was skimming some code and found this:

                  $hn = @$_POST['hn'];
                  

                  它在這里有什么好處?

                  推薦答案

                  @ 是 PHP 中的錯誤抑制運算符.

                  The @ is the error suppression operator in PHP.

                  PHP 支持一種錯誤控制運算符:at 符號 (@).什么時候附加到 PHP 中的表達式,任何可能產生的錯誤信息由該表達式將被忽略.

                  PHP supports one error control operator: the at sign (@). When prepended to an expression in PHP, any error messages that might be generated by that expression will be ignored.

                  見:

                  • 錯誤控制運算符
                  • @ 運算符的不當使用

                  在您的示例中,它用在變量名之前,以避免出現 E_NOTICE 錯誤.如果在$_POST數組中,沒有設置hn鍵;它會拋出一個 E_NOTICE 消息,但 @ 用于避免 E_NOTICE.

                  In your example, it is used before the variable name to avoid the E_NOTICE error there. If in the $_POST array, the hn key is not set; it will throw an E_NOTICE message, but @ is used there to avoid that E_NOTICE.

                  請注意,您也可以將此行放在腳本頂部以避免E_NOTICE 錯誤:

                  Note that you can also put this line on top of your script to avoid an E_NOTICE error:

                  error_reporting(E_ALL ^ E_NOTICE);
                  

                  這篇關于PHP中變量名前的'At'符號:@$_POST的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                  【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

                  相關文檔推薦

                  MySQLi prepared statement amp; foreach loop(MySQLi準備好的語句amp;foreach 循環)
                  Is mysqli_insert_id() gets record from whole server or from same user?(mysqli_insert_id() 是從整個服務器還是從同一用戶獲取記錄?)
                  PHP MySQLi doesn#39;t recognize login info(PHP MySQLi 無法識別登錄信息)
                  mysqli_select_db() expects exactly 2 parameters(mysqli_select_db() 需要 2 個參數)
                  Php mysql pdo query: fill up variable with query result(Php mysql pdo 查詢:用查詢結果填充變量)
                  MySQLI 28000/1045 Access denied for user #39;root#39;@#39;localhost#39;(MySQLI 28000/1045 用戶“root@“localhost的訪問被拒絕)
                  <i id='VoZUo'><tr id='VoZUo'><dt id='VoZUo'><q id='VoZUo'><span id='VoZUo'><b id='VoZUo'><form id='VoZUo'><ins id='VoZUo'></ins><ul id='VoZUo'></ul><sub id='VoZUo'></sub></form><legend id='VoZUo'></legend><bdo id='VoZUo'><pre id='VoZUo'><center id='VoZUo'></center></pre></bdo></b><th id='VoZUo'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='VoZUo'><tfoot id='VoZUo'></tfoot><dl id='VoZUo'><fieldset id='VoZUo'></fieldset></dl></div>

                    1. <legend id='VoZUo'><style id='VoZUo'><dir id='VoZUo'><q id='VoZUo'></q></dir></style></legend>
                        <tbody id='VoZUo'></tbody>
                      <tfoot id='VoZUo'></tfoot>
                      • <bdo id='VoZUo'></bdo><ul id='VoZUo'></ul>
                          • <small id='VoZUo'></small><noframes id='VoZUo'>

                            主站蜘蛛池模板: 亚洲精品中文字幕在线观看 | 一区二区三区四区免费在线观看 | 日韩欧美大片在线观看 | 免费黄色在线 | av免费电影在线 | av大片在线观看 | 中国美女av | 波多野结衣一区二区 | 欧美在线国产精品 | 久久久久国产精品 | 午夜精品一区二区三区在线观看 | 欧美天堂 | 国产网站在线免费观看 | 日本欧美视频 | 国产偷录叫床高潮录音 | 欧美成人在线网站 | 精品毛片 | 综合色久 | 日韩理论电影在线观看 | 嫩草视频在线免费观看 | 色综合久久88色综合天天 | 天天爽网站 | 九九亚洲| 精品国产乱码久久久久久丨区2区 | 特级黄一级播放 | 国产日韩精品视频 | 国产a区 | 国产精品a一区二区三区网址 | 欧美国产激情 | 精品视频在线免费观看 | 久久com | 日韩一区二区三区在线观看视频 | 国产成人jvid在线播放 | 中文字幕精品一区 | 韩日一区 | www.亚洲成人网 | 99re超碰| 夜夜操av | 99精品欧美一区二区三区综合在线 | 成人av在线播放 | 欧美一级欧美三级在线观看 |