eregi

    -1熱度

    1回答

    Possible Duplicate: how can i solve 「 Deprecated: Function eregi() is deprecated」 error Converting ereg expressions to preg 我想簡單地輸出文件夾中的所有圖像陣列我的服務器上。不幸的是,我對php知之甚少。我收到了eregi棄用的錯誤,我不知道如何解決這個問題。我嘗試了preg

    0熱度

    2回答

    eregi()函數在這裏可以用preg_match()函數替換下面給出的代碼如何? function getOS($userAgent) { // Create list of operating systems with operating system name as array key $oses = array ( 'iPhone' => '(iPhone)'

    -1熱度

    2回答

    所得我要更新的一行代碼被棄用的從PHP 5.2.x去的結果到5.3.x 的代碼行是: if (eregi('Itemid=[0-9]+', $string) === false) { 有誰知道新的preg_match()參數應該轉換成什麼? 感謝

    1熱度

    2回答

    上運行PHP 5.3.8 棄用時,我收到以下錯誤:功能eregi_replace()在 /home/XXXXXX/public_html/admin/modifypoll.php已經過時上線49 這是一行代碼,任何人都可以幫助請 $question = eregi_replace('</?[a-z][a-z0-9]*[^<>]*>', '', $question); 我不知道該怎麼改變它。 誰

    0熱度

    1回答

    我試圖計算一個textarea字段中的單詞。 下面是一個簡單的函數,它使用了不推薦的eregi和eregi_replace。 我知道我可以用preg_match和preg_replace交換這兩個函數,但是我錯過了之後的內容。我確定這是如何配置參數。 function count_words($str){ //http://www.reconn.us/count_words.html $wor

    0熱度

    4回答

    我正試圖以支付網關支持時,此錯誤消息出現: Message: Function eregi_replace() is deprecated Message: Function eregi_replace() is deprecated 這是它與在支付網關 $response = eregi_replace ("[[:space:]]+", " ", $response); $r

    3熱度

    3回答

    可能重複: Converting ereg expressions to preg 它我開始在OOPS PHP.I我對誰是由其他人編寫了一個項目工作。當我運行這個project.its告訴我的錯誤是這樣 Deprecated: Function eregi() is deprecated in D:\wamp\www\intranet\calendar.inc.php on line 4

    0熱度

    1回答

    我有一個移動設備的列表,用於正確顯示內容。折舊功能如下所示: function detectPDA($query){ $browserAgent = $_SERVER['HTTP_USER_AGENT']; $userAgents = $this->getBrowserAgentsToDetect(); // comma separated list of devices

    0熱度

    1回答

    我使用它使用 $pattern = "LIMIT[^\w]{1,}([0-9]{1,})([\,]{0,})([0-9]{0,})"; $replacement = ""; eregi($pattern, $query, $regs); $query = eregi_replace($pattern, $replacement, $query);

    0熱度

    2回答

    我在搜索bot行爲時獲得了以下功能。當我使用此代碼時,我得到eregi()表達式的錯誤。我不是調情表達的專家。由於ereri()已折舊,我得到相同的錯誤。 function check_if_spider() { // Add as many spiders you want in this array $spiders = array('Googlebot