Commit Graph

54 Commits

Author SHA1 Message Date
Levi Bostian
84a2cd0748 Merge pull request #1300 from dhwanishah/javaPageChange
Added how to declare and initialize variables for single and multiple instances
2015-10-04 17:13:51 -05:00
Levi Bostian
54a3d4cc7a Merge pull request #1292 from micheleorselli/more-php-operators
[PHP] Adds some new php operators
2015-10-04 17:10:47 -05:00
Dhwani Shah
4e139ae2f5 unneeded change fixed 2015-10-02 14:57:39 -05:00
Dhwani Shah
63793af2e9 Added section on how to declare and initialize both single varible and multiple varibles with the same value. Important concept for large structured programs. Seperated this a little bit. 2015-10-02 14:54:09 -05:00
Dhwani Shah
fb43ef2942 Added example of when string concatenation can also be helpful with combination of strings with html tags as this is important to understand when templating say output code from a database transaction. 2015-10-02 14:12:15 -05:00
Michele Orselli
0ad95b119d adds some new php operators 2015-10-02 18:24:45 +02:00
Levi Bostian
70af92f5c0 Merge pull request #1268 from jklein/patch-1
All class constants can be accessed statically
2015-10-02 11:13:21 -05:00
Luqi Pan
087d061948 Aligned the comment block 2015-10-01 16:42:51 -07:00
Jonathan Klein
222cfcd15c All class constants can be accessed statically 2015-10-01 07:37:05 -04:00
tleb
7458e15cd2 add ; to php/en 2015-05-14 21:30:15 +00:00
Geoffrey Liu
6933d24227 Capitalize language names. See #137 2014-10-12 12:24:52 -07:00
Jakukyo Friel
ae892c802c php: typo 2014-01-17 14:38:24 +08:00
Raul Brito
a72bcacba5 fix typo 2013-11-09 19:29:14 +01:00
Arnel Bucio
a3476993b1 Fix typo 2013-09-15 14:15:53 +08:00
Matthew Johnston
4f0206f5aa Fixed line wrapping 2013-09-08 15:31:46 -05:00
Adam Bard
4d439093da Merge pull request #284 from ipscott/master
Update php.html.markdown
2013-08-31 23:11:05 -07:00
afaqurk
ba17d5b987 Added unset function to arrays and variables.
Added the unset function to show the varying effects of deleting/removing variables and elements of an array.
2013-08-31 23:44:15 -04:00
afaqurk
6071e57cd9 spelling error on php function: var_dumb() = var_dump() 2013-08-31 23:29:51 -04:00
ipscott
92e921e8f3 Update php.html.markdown
added a better description for static functions and properties
2013-08-29 23:50:11 -05:00
Afaq
7af1a853d4 Correction to variable output of var_dump() 2013-08-25 11:49:49 -04:00
Afaq
ef0601bab5 Updated PHP doc to include print_r() and var_dump() 2013-08-25 11:43:07 -04:00
Rob Vella
bbb8c83745 Added visibility to static variable declarations 2013-08-12 17:34:17 -07:00
Adam
18a5e58b16 Fixed php and removed old VB file 2013-08-02 09:40:22 -07:00
Adam Bard
3baf491ea6 Merge pull request #96 from paierlep/master
added a few sentences about constants
2013-08-01 23:52:25 -07:00
Adam
ecec97ef92 Cleaned up php metadata, added racker 2013-07-15 08:19:23 -07:00
Murat Yüksel
c88262d9d1 Update php.html.markdown
octal 019 and few syntax edits
2013-07-09 01:39:12 +03:00
Florent
ace46b17f2 adding a missing feature in PHP OOP 2013-07-08 12:41:14 +02:00
Adam
9ad61b5586 Authors -> Contributors 2013-07-03 22:59:13 -07:00
paierlep
040896b050 Update php.html.markdown
?> instead of ? >
2013-07-03 19:55:03 +02:00
paierlep
a46ae22bf7 Update php.html.markdown
a few sentences to constants
2013-07-03 19:50:20 +02:00
Paolo Mainardi
bc6b91a43f Ternary operator example 2013-07-03 13:31:09 +02:00
Malcolm Fell
c3df7c1c53 Clarify includes and open tags.
If it's not PHP, it doesn't need the open tag.
2013-06-30 15:52:45 +12:00
Adam
789cc2c2a7 Merged in (and formatted line lenghts for) emarref's require commit 2013-06-29 20:38:22 -07:00
Adam
6f08caf978 Merged PHP review from emarref 2013-06-29 20:25:21 -07:00
Adam
83aeecb68a Added filename parameter 2013-06-29 20:19:14 -07:00
Adam
4d0576490a Massive edit on PHP 2013-06-29 14:34:54 -07:00
chrisdowns
a793e2a77d tiny typo fixed 2013-06-29 08:53:49 -05:00
Adam
aa18e7301c edits 2013-06-27 18:13:02 -07:00
Adam
dd3b8b3436 Merged emarref's changes 2013-06-27 18:10:45 -07:00
Malcolm Fell
caae7d9696 Use sinlge line breaks for clarity 2013-06-28 09:21:09 +12:00
Malcolm Fell
23e822bcc1 Correct syntax error declaring final method 2013-06-28 09:20:17 +12:00
Malcolm Fell
c8800bff13 Replace tabs with spaces 2013-06-28 09:17:37 +12:00
Malcolm Fell
e051d0ec65 Clarify anonymous functions as callbacks as arguments 2013-06-28 09:15:50 +12:00
Malcolm Fell
be46dc081a Add example of currying 2013-06-28 09:11:27 +12:00
Malcolm Fell
91957c7cc2 Make comparisons clearer when type juggling 2013-06-28 09:03:08 +12:00
Malcolm Fell
c5fca52d14 Make if statement result clearer 2013-06-28 08:57:52 +12:00
Malcolm Fell
c3cc11f2a8 Add description of typecasting 2013-06-28 08:57:25 +12:00
Malcolm Fell
34852cc8be Move reference operator to site next to variable, as per docs 2013-06-28 08:56:52 +12:00
Malcolm Fell
85eee3929a Mention print is a language construct 2013-06-28 08:49:58 +12:00
Malcolm Fell
124273ffbe Correct form of string concatenation. 2013-06-28 08:48:53 +12:00