Senin, 23 September 2013

PHP Indonesia - Facebook: [tanya] ikut tanya dong gan Instruksi: Ubah elem...

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/ 
Want free Kindle ebooks?

Sign up to receive the best freebie Kindle ebook deals in your email every day.
From our sponsors
[tanya] ikut tanya dong gan Instruksi: Ubah elem...
Sep 23rd 2013, 09:57, by Jaka Saputra

Jaka Saputra 9:57am Sep 23
[tanya]

ikut tanya dong gan
Instruksi:
Ubah elemen pertama dan ketiga di $bahasa dengan string apapun.

$bahasa = array('PHP', 'JavaScript', 'Python', 'C', 'Java');

// Mencetak elemen 1 dan 3
echo "Sebelum: Elemen 1: $bahasa[0]. Elemen 3: $bahasa[2]. \n";

// ubah elemen ke 1

// ubah elemen ke 3

// Lagi, mencetak elemen 1 dan 3
echo "Sesudah: Elemen 1: $bahasa[0]. Elemen 3: $bahasa[2].";

Agus Setiawan 10:05am Sep 23
$bahasa[0] = 'VB';

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