Sabtu, 17 Agustus 2013

PHP Indonesia - Facebook: gan nanya.. lg belajar.. ane pnya array (12,65,35...

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/ 
Creating iOS Games: Beginner Course

Marin Todorov teaches you how to create an iPhone game easily and simply using Cocos2d in this $99 online course.
From our sponsors
gan nanya.. lg belajar.. ane pnya array (12,65,35...
Aug 17th 2013, 07:13, by Bayu Septian

Bayu Septian 7:13am Aug 17
gan nanya.. lg belajar..

ane pnya array (12,65,35c,63)
trus untk ngcek array ke berapa yg ga tipe int gmn?

Al Ghurahy 8:47am Aug 17
diloop cek satu2 (sambil itung) gettype variable nya.. nih ada contoh disini:

http://php.net/manual/en/function.gettype.php

Al Ghurahy 8:49am Aug 17
kl non integernya cuman 1, mau nyari dmn nya bs jg for nya pake kyk gini:

if(!is_integer($arr[$i])) {$index = $i; break;}

Gunawan Prasetio 9:02am Aug 17
coba ini dah,

$data = array(12,65,'35c',63);
foreach ($data as $key => $value)
echo (is_int($value) ? $key . ': numeric' : $key . ': not numeric'), '<br/>';

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