PHP Classes

Packages of Vinicius Dias

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Vinicius Dias (2)  >  Mission progress status  >  Reputation  
Picture of Vinicius Dias
Name: Vinicius Dias <contact>
Classes: 2
Country: Brazil Brazil
Age: ???
All time rank: 3435261 in Brazil Brazil
Week rank: 195 Up14 in Brazil Brazil Up
All time users: 438
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image PHP Dependency Resolver  
Create class objects and others that it needs
This class can create class objects and others that it needs.

It uses reflection to retrieve the information about a class and the parameters that it may need to pass on the constructor function.

If the constructor of the object to be created also needs objects of other classes, this class can also create objects of those other classes and pass them to the current object constructor.

The class may also pass values to the constructor of other types that were previous defined.

  Files folder image PHP Google Search Crawler  
Perform searches and retrieve results from Google
This class can perform searches and retrieve results from Google.

It can send requests to Google search pages Web server to perform searches for given keywords.

The requests may be sent using proxy servers.

The package parses the result pages and extracts the results as a result object that provides an array interface so it can be traversed using regular array functions.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z