Kamis, 19 September 2013

PHP Indonesia - Facebook: cara baca ini gimana sih ane masih pusing tentang ...

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/ 
Complimentary Downloads

7 Days of Complimentary Downloads: 100,000+ Motion Backgrounds, Video Clips, Production Music Tracks, Sound Effects, Special Effects and More.
From our sponsors
cara baca ini gimana sih ane masih pusing tentang ...
Sep 19th 2013, 13:08, by Akashi Seijuro

Akashi Seijuro 1:08pm Sep 19
cara baca ini gimana sih ane masih pusing tentang parameter

<?php
function fungsiku($parameter1, $parameter2)
{
$parameter1 = ($parameter2 - $parameter1) * 2;
echo $parameter1;
}

fungsiku(4,12);
?>

====================================================
hasilnya 16

Ricky Orlando Napitupulu 1:11pm Sep 19
pertama tu fungsi kan dibuat
nah selanjutnya tu fungsi digunakan dengan fungsiku (4,12)

$parameter1 isinya 4
$parameter2 isinya 12

trus dilakukan operasi aritmatika
lalu dicetak deh

semua kembai bahagia forevver ever ever

Zuliansyah Genuiz 1:13pm Sep 19
(12 - 4) * 2 = 16

Ronald Rsv 1:13pm Sep 19
(12-4)*2
8*2
16

Akashi Seijuro 1:13pm Sep 19
(12 - 4) * 2 = 16 ... ane lupa ada mines di tengah :v

Akashi Seijuro 1:29pm Sep 19
thx semuanya

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