毎日更新Blogはこちら
sample.txt
2017-10-05
Read file by line at a time.
sample.txt This is a test file I ...
2017-10-05
fopen fread fclose The first step to file I/O ... exciting.
PHP Day 17-1 Skipping Class
2017-10-05
I have decided to skip CLASS functions of PHP ... I may re visit it later. It just does not make sense to an old programming guys like me. Object oriented is like a mass production cars ... It will ne...
PHP Day 16
2017-10-05
I stop here for today before I really confuse myself.
Source
2017-10-04
The sample codes listed is very confusing. I am modifying them to make sure it works. I still don't have a good handle / understanding of class. What can't we just use function()???
Source
2017-10-04
I think one of the features of PHP is to make it class/object oriented. To do so, you need to understand Class and Object and how they are used. I will spent more time with this to make sure I underst...
Questionable Naming
2017-10-04
Do you think it is a good name???
index.html Hello World!
2017-10-03
Encoding it make it safer.
Source
2017-10-03
This is another high level function of PHP. I am starting to feel like PHP is a 4th generation language ... if you know what I mean.
Source
2017-10-03
Another string functions provided PHP that I used to have to write it myself.