aggregate funtion

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
majidali
Forum Newbie
Posts: 17
Joined: Thu Mar 11, 2010 3:33 am

aggregate funtion

Post by majidali »

can anyone explain me what is the use of " void aggregate ( object $object , string $class_name )" function in php
User avatar
VladSun
DevNet Master
Posts: 4313
Joined: Wed Jun 27, 2007 9:44 am
Location: Sofia, Bulgaria

Re: aggregate funtion

Post by VladSun »

http://www.php.net/manual/en/objaggrega ... iation.php

Very interesting post, though. I've never known there are such functions in PHP :)
There are 10 types of people in this world, those who understand binary and those who don't
Post Reply