Herkes bu nasıl çalıştığını açıklayabilir misiniz?

0 Cevap php

Ok, I have been browsing some php source code and need to know how the following class and sub methods use works:

<?php
$me = new Person;
$me->name("Franky")->surname("Chanyau")->phone("+22", "456 789");
?>

Ben bu yüzden bir 101 istemiyorum OOP oldukça sağlam bilgiye sahip. Ben sadece yukarıdaki kodu mümkün kılmak için bilmek gerekir.

Cheers Franky

0 Cevap