Rabu, 09 Desember 2009

Pertemuan 9

Huff.. resumed the struggle.. 9th meeting, after the UTS..
Learn about the standard PHP function for processing text consist of Ucwords, Ucfirst, Strtoupper, Strtolower, Substr, Str_Replace, Ereg_Replace, Base64_Encode, Base64_Decode, MD5.

The following conclusions can I draw from this lesson about the utility function PHP for the category of text processing :
1. Ucwords ==> to make a capital letter in front of each word as title, name.
2. Ucfirst ==> to make a capital letter in front of each sentences.
3. Strtoupper ==> make all letters to be great.
4. Strolower ==> make all the letters become small.
5. Substr ==> to cut unnecessary words.
6. Str_Replace ==> to replace the word, ussualy to link menu.
7. Ereg_Replace ==> same with the Str_Replace to replace the word.
8. Base64_Encode ==> to randomize a word that can not be read.
9. Base64_Decode ==> to restore the word to be read.

Seems to be here, we go next week.. =)

Tidak ada komentar:

Posting Komentar