Ampersand before function name in PHP
Thursday, 21. August 2008, 10:40:39
function &getDictionary() {If you put an ampersand before your function name, the function will return a reference to a variable instead of the value.
my scrap book for notes and thoughts
Thursday, 21. August 2008, 10:40:39
function &getDictionary() {Thursday, 21. August 2008, 09:20:10
chmod -R o+w app/locales
app/locales.
Thursday, 21. August 2008, 09:14:47
ln -s /original/file /new/link
ln -s /opt/lampp/bin/php /usr/bin/php
Have you ever use Drupal?