kerupukupil.wordpress.com
php function behaviour | Kerupukupil's Blog
https://kerupukupil.wordpress.com/2009/12/28/php-function-behaviour
Just another WordPress.com weblog. December 28, 2009 – 8:10 am. Sedikit reminder untuk behaviour dari php function berikut variable yang ada didalamnya. 8211; satu buah function , banyak return value. Kalau melihat fungsi diatas sepertinya berapapun value parameternya hasil retrun valuenya akan tetap juga 2000, tapi benarkah itu? Statik variable didalam function. Kalau yang ini saya banyak terinspirasi dari baris code dari codeIgniter. Laquo; PHP magic Constant. Posted September 24, 2010 at 6:01 am.
kerupukupil.wordpress.com
About | Kerupukupil's Blog
https://kerupukupil.wordpress.com/about
Just another WordPress.com weblog. This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your Twitter account. ( Log Out.
kerupukupil.wordpress.com
December | 2009 | Kerupukupil's Blog
https://kerupukupil.wordpress.com/2009/12
Just another WordPress.com weblog. Monthly Archives: December 2009. December 28, 2009 – 8:10 am. Sedikit reminder untuk behaviour dari php function berikut variable yang ada didalamnya. 8211; satu buah function , banyak return value. Kalau melihat fungsi diatas sepertinya berapapun value parameternya hasil retrun valuenya akan tetap juga 2000, tapi benarkah itu? Statik variable didalam function. Kalau yang ini saya banyak terinspirasi dari baris code dari codeIgniter. Blog at WordPress.com.
kerupukupil.wordpress.com
October | 2009 | Kerupukupil's Blog
https://kerupukupil.wordpress.com/2009/10
Just another WordPress.com weblog. Monthly Archives: October 2009. October 24, 2009 – 6:10 am. Sampai PHP 5.3.0 telah terdapat 7 jenis magic constant:. Errr copas dari sourcenya aja dari sini. The current line number of the file. The full path and filename of the file. If used inside an include, the name of the included file is returned. Since PHP 4.0.2,. Always contains an absolute path with symlinks resolved whereas in older versions it contained relative path under some circumstances. Echo ‘nama...
kerupukupil.wordpress.com
April | 2009 | Kerupukupil's Blog
https://kerupukupil.wordpress.com/2009/04
Just another WordPress.com weblog. Monthly Archives: April 2009. Parameter setelah nama file javascript. April 21, 2009 – 11:54 am. Saya sempat bertanya2 ketika melihat di source bebarapa website, tertulis penamaan file javascript sebagai berikut:. Script language = “javascripts” src=”filejavascripts.js? Tampak dalam pemanggilan file javascript di belakang nama filenya nya ada tanda “? Di jawaban no 3. kesimpulan pemberian parameter di belakang tanda? Blog at WordPress.com.
kerupukupil.wordpress.com
parameter setelah nama file javascript | Kerupukupil's Blog
https://kerupukupil.wordpress.com/2009/04/21/parameter-setelah-nama-file-javascript
Just another WordPress.com weblog. Parameter setelah nama file javascript. April 21, 2009 – 11:54 am. Saya sempat bertanya2 ketika melihat di source bebarapa website, tertulis penamaan file javascript sebagai berikut:. Script language = “javascripts” src=”filejavascripts.js? Tampak dalam pemanggilan file javascript di belakang nama filenya nya ada tanda “? Di jawaban no 3. kesimpulan pemberian parameter di belakang tanda? Posted October 29, 2009 at 4:27 pm. Posted December 9, 2009 at 8:24 am. Blog at Wor...
kerupukupil.wordpress.com
PHP magic Constant | Kerupukupil's Blog
https://kerupukupil.wordpress.com/2009/10/24/php-magic-constant
Just another WordPress.com weblog. October 24, 2009 – 6:10 am. Sampai PHP 5.3.0 telah terdapat 7 jenis magic constant:. Errr copas dari sourcenya aja dari sini. The current line number of the file. The full path and filename of the file. If used inside an include, the name of the included file is returned. Since PHP 4.0.2,. Always contains an absolute path with symlinks resolved whereas in older versions it contained relative path under some circumstances. Echo ‘nama dir : ‘. DIR .' b...Echo ‘nama ...