Selasa, 29 Oktober 2013

PHP Indonesia - Facebook: newbie mau tanya nih om jangan di bata ^_^ , dari ...

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

Andi Sholihin 8:54am Oct 29
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;
}

Rully Ramanda 8:59am Oct 29
tapi itu beda gan, yang satu nge-return yang satu lagi g

Gembel Berkelas 8:59am Oct 29
yg kedua ntu emang ndak nge return prosesData() atau ndak ke-ketik ?

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar