Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

aggregate(3) [php man page]

AGGREGATE(3)								 1							      AGGREGATE(3)

aggregate - Dynamic class and object aggregation of methods and properties

SYNOPSIS
void aggregate (object $object, string $class_name) DESCRIPTION
Aggregates methods and properties defined in a class to an existing object. Methods and properties with names starting with an underscore character (_) are considered private to the aggregated class and are not used, constructors are also excluded from the aggregation proce- dure. PARAMETERS
o $object - o $class_name - RETURN VALUES
No value is returned. SEE ALSO
aggregate_info(3), aggregate_methods(3), aggregate_methods_by_list(3), aggregate_methods_by_regexp(3), aggregate_properties(3), aggre- gate_properties_by_list(3), aggregate_properties_by_regexp(3), deaggregate(3). PHP Documentation Group AGGREGATE(3)

Check Out this Related Man Page

AGGREGATE_PROPERTIES_BY_LIST(3) 					 1					   AGGREGATE_PROPERTIES_BY_LIST(3)

aggregate_properties_by_list - Selective dynamic class properties aggregation to an object

SYNOPSIS
void aggregate_properties_by_list (object $object, string $class_name, array $properties_list, [bool $exclude = false]) DESCRIPTION
Aggregates properties from a class to an existing object using a list of property names. The properties whose names start with an underscore character (_), which are considered private to the aggregated class, are always excluded. PARAMETERS
o $object - o $class_name - o $properties_list - o $exclude - The optional parameter $exclude is used to decide whether the list contains the names of class properties to include in the aggregation (i.e. $exclude is FALSE), or to exclude from the aggregation ($exclude is TRUE). RETURN VALUES
No value is returned. SEE ALSO
aggregate(3), aggregate_methods(3), aggregate_methods_by_list(3), aggregate_methods_by_regexp(3), aggregate_properties(3), aggregate_prop- erties_by_regexp(3), aggregate_info(3), deaggregate(3). PHP Documentation Group AGGREGATE_PROPERTIES_BY_LIST(3)
Man Page

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

aggregate ethernet ports under Solaris

I have been looking for info on how to aggregate 2 ore 3 NIC's into into one big pipe. Any advice would be appreciated. -Chuck (4 Replies)
Discussion started by: 98_1LE
4 Replies

2. Cybersecurity

Hash Funtion properties

Here are some desirable properties for cryptographic hash functions: These properties below are generally considered prerequisites: * Preimage resistant: given h it should be hard to find any m such that h = hash(m). * Second preimage resistant: given an input m1, it should be hard... (1 Reply)
Discussion started by: newkidintown
1 Replies

3. IP Networking

LACP aggregation on separates switches

Hello, I'm working on LACP architecture. I would like to know if it's possible to aggregate two links on two separate switches. Here an example I want : Aggregation of link1 and link2 to obtain a logical 2 gbit/s link. Also have redundancy, if one of them is down, the traffic goes through the... (1 Reply)
Discussion started by: jbemonet
1 Replies

4. UNIX for Advanced & Expert Users

Interface bonding / Link aggregation (Multiple)

(0 Replies)
Discussion started by: TehOne
0 Replies

5. Shell Programming and Scripting

To perform sum aggregation on numeric fields

Hi all, I have following scenario to perform sum aggregation on certain columns Node Allocated_Space Pool_Name CS_Group Utilized Space -------- ---------------- ---------- --------- -------------- bdw1a_lun01 300 bdw_p0 ... (2 Replies)
Discussion started by: ckwan
2 Replies

6. Solaris

Ip_soft_rings_cnt parameter

Hi, i have a backup server T5220 with a 7 1Gig aggregate. I read that for a 10 gig link ip_soft_rings_cnt should be set to 16. Is them same true for link aggregation as well. Currently ip_soft_rings_cnt is set to 2. (1 Reply)
Discussion started by: Mack1982
1 Replies

7. UNIX for Advanced & Expert Users

Bonding IEEE 802.3ad Dynamic link aggregation : Bond showing less than desired throughput

Hi All, I have done IEEE 802.3ad Dynamic link aggregation bond configuration with name bond0 which has 4 slaves (each 25GB/s) in it on cent os 6.8. Issue i am facing is bonding throughput is only 50GB/s not 100GB/s. below are the configuration files : DEVICE=bond0 IPADDR=xx.xx.xx.xx... (1 Reply)
Discussion started by: omkar.jadhav
1 Replies

8. Solaris

How can I test link aggregation?

Hi, I have Solaris-10 server and link aggregation is configured on this in below way # dladm show-aggr key: 1 (0x0001) policy: L4 address: 3c:d9:2b:ee:a8:a (auto) device address speed duplex link state bnx1 3c:d9:2b:ee:a8:a... (8 Replies)
Discussion started by: solaris_1977
8 Replies