View Single Post
Old 05-02-2008, 11:30 PM   #21 (permalink)
delayedinsanity
is cute and cuddly
 
delayedinsanity's Avatar
 
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
delayedinsanity is on a distinguished road
Default

Semi-off-topic, but is there a way to typecast an objects variables previous to them being set? I was hoping I could do;

PHP Code:
public (string)$m_szString;
public (int)
$m_iInteger;

private (array)
$m_aArray
at the top of my classes, but it turns out that's a no-no.
-m
delayedinsanity is offline  
Reply With Quote