eregi

    -1熱度

    1回答

    可能重複: Converting ereg expressions to preg 我想改變用的preg_match這條線,但它沒有工作。 if ($file != "." && $file != ".." && !eregi(".jpg".$thumbext."$",$file) && eregi(".jpg$",$file)){ 我想: if ($file != "." && $file

    1熱度

    2回答

    我一直在閱讀和閱讀正則表達式,但我想不出有什麼錯我的代碼: if(eregi("^[A-Za-z0-9_\-]$", $username)){return true;} 它永遠不會返回true。我試圖驗證用戶名,只允許小寫a-z,大寫a-z,數字,連字符和下劃線。

    1熱度

    2回答

    我在我的網站取代PHP棄用功能。我有這樣的代碼: (eregi("<[^>]*object.*\"?[^>]*>", $secvalue)) 這是寫在php.net網站,它eregi應的preg_match被替換爲i修改。 這種編碼是正確的嗎? (preg_match("<[^>]*object.*\"?[^>]*/i>", $secvalue)) 還是我應該在其他地方放置/i?

    -2熱度

    2回答

    新手問題 我有以下功能: function isadult($description) { $bad=/*comma separated bad words*/; $bad=explode(",",$bad); foreach($bad as $key) { if(eregi($key,$description)) { return true; } } return fals

    1熱度

    1回答

    我有一個開源的程序,我正在嘗試集成到一個網站中。我想更新一個代碼,導致我的開發LAMP設置出現問題。 if ($dbselect) { if (!eregi('utf',strtolower($script_encoding)) && !defined('IN_LOGINPAGE')) { mysql_query("SET NAMES 'ut

    -1熱度

    4回答

    我有這個功能,我得到這個錯誤Deprecated: Function eregi() is deprecated in...。如果我改變eregi到preg_match我得到這個錯誤Warning: preg_match() [function.preg-match]: Delimiter must not be alphanumeric or backslash in... function g

    2熱度

    2回答

    可能重複: How can I convert ereg expressions to preg in PHP? 我如何把這段代碼轉換到PHP 5.3: if (eregi("VERIFIED",$this->ipn_response)) { }

    0熱度

    1回答

    我有2個外卡 「PersonalBlue M. *墊」 「PersonalBlue M. *掛號費。*墊」 和兩個模式都匹配字符串 「PersonalBlue M14P $ 3,500名/ 80%; $ 35共付4次訪問; 50%的Rx瓦特/墊」 <?php eregi('PersonalBlue M.*Mat', 'PersonalBlue M14P $3,500/80%; $35 Copa

    0熱度

    1回答

    我的PHP代碼行,我需要改變 while (eregi("([-]?)\"([^\"]+)\"", $a, $regs)) { 到 while (preg_match("([-]?)\"([^\"]+)\"", $a, $regs)) { 和 if (strlen($word) < $min_word_length || (!eregi($pattern, remove_accents($

    3熱度

    2回答

    我需要更改150個PHP文件(將ereg更新爲preg_match)。我厭倦手動更新它們,但它需要時間,我想確保我所有的替換件都能在第一時間工作。我能做些什麼來做這種手術? 這裏是我的額日格的一些例子(我) if(eregi("^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$", $ip)) { /* ... */} if (eregi($rege