PHP Classes

File: classmaps.php

Recommend this page to a friend!
  Classes of Manuel Lemos   PHP HTTP protocol client   classmaps.php   Download  
File: classmaps.php
Role: Auxiliary script
Content type: text/plain
Description: Class maps definition
Class: PHP HTTP protocol client
HTTP client to access Web site pages
Author: By
Last change: Removed the end space.
Date: 1 year ago
Size: 255 bytes
 

Contents

Class file image Download
<?php
/*
 * classmaps.php
 *
 * @(#) $Id: classmaps.php,v 1.2 2023/07/12 05:26:44 mlemos Exp $
 *
 */

 
$__classmap += array(
    
'http_class'=>__DIR__.DIRECTORY_SEPARATOR.'http.php',
    
'yahoo_user_class'=>__DIR__.DIRECTORY_SEPARATOR.'yahoo_user.php',
 );