X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=encode.php;h=38b09bdd5035ea6226f9ca16d7a680e202770dd0;hb=7add2ea3f61e40c5f0f5539ac6e02533c9390db4;hp=a4c458758e5c010e7c0c06081b5a34ce4f3105b0;hpb=4aaf7daac479c97869e5e1ab9b8afc796043fb91;p=wfpl.git diff --git a/encode.php b/encode.php index a4c4587..38b09bd 100644 --- a/encode.php +++ b/encode.php @@ -89,20 +89,119 @@ function enc_tab($str) { return substr($out, 0, -1); } +function enc_upper($str) { + return strtoupper($str); +} + # display