首頁 >後端開發 >php教程 >User-Agent字串 php實作的簡單壓縮英文字串的程式碼

User-Agent字串 php實作的簡單壓縮英文字串的程式碼

WBOY
WBOY原創
2016-07-29 08:37:59831瀏覽

PHP,適應上文簡單加密後的密文

複製程式碼 程式碼如下:


//replacement來自上一個版本的加密替換 
     function compress_func($match) {return strlen($match[0]).$match[0]{0};== 
 return str_repeat($match[2], $match[1]);} 
     function compress($str) { 
      array(); 
        while( isset($replacement{$i})) array_push($pattern, "/".$replacement{$i++}."{2,}/"); 
        returnpreg_replace_ preg_replace_call$($. ); 
    } 
     function uncompress($str) { 
        return 
       🎜>    } 
?>


AWK,通用格式



複製程式碼 程式碼如下:

#! awk 

function compress(str, _ARGVEND_, str_out, str_len, i, s, l) { 
        s = ""; 
    l = 1; 
    for(i =1; i           else { 
            if (s != "") { 
                if(l > 1) str ""s; 
            } 
            ; 
            l = 1; 
        } 
function uncompress(str, _ARGVEND_, str_out, str_len, i, c) { 
    str_out = ""; 
    str_len = length(str); 
    for(i =1; i             c = c*10+substr(str, i,     } 
        if(c         while(c--) str_out = str_out""substr(str, i, 1); 
     
以上就介紹了User-Agent字串 php實作的簡單壓縮英文字串的程式碼,包括了User-Agent字串方面的內容,希望對PHP教程有興趣的朋友有所幫助。


陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn