PHP Indonesia - Facebook | PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ | |
 | Fun with Brazilian Portuguese
Learn the tips and tricks to speak colloquial Portuguese in a natural and confident manner. Enroll today for just $69!  | From our sponsors | | |
newbie mau tanya nih om jangan di bata ^_^ , dari ... Oct 29th 2013, 08:54, by Andi Sholihin | newbie mau tanya nih om jangan di bata ^_^ , dari kedua fungsi berikut ini mana yg lebih baik dipake?
function abc() { $data = $this->getData(); if (empty($data)) { return; } return $this->prosesData($data); }
function xyz() { $data = $this->getData(); if (!empty($data)) { $this->prosesData($data); } return; } |
| | tapi itu beda gan, yang satu nge-return yang satu lagi g |
| | yg kedua ntu emang ndak nge return prosesData() atau ndak ke-ketik ? | | |
|
Tidak ada komentar:
Posting Komentar