> Something like array_keys(get_class_vars($classname)) or > array_keys(get_object_vars($object)) ?
:) sure, but what i want to get is reading variable names without copying values. let`s say i have object with 2MB of text in it - using get_class[object]_vars would copy whole text to temporary array, wouldn`t it? or is there only reference operation inside? if reference only than i cancel my question :) but if threre is copying - my question remains - how do i get class variables names without reading their values? rash -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php