|
|
|
File: C:/usr/local/lib/php/blueshoes-4.2/core/net/ftp/Bs_FtpClientFactory.class.php
BlueShoes Application Framework - net/ftp
Bs_FtpClientFactory
Bs_Object | +-- Bs_FtpClientFactory
Ftp client factory class.
|
public class Bs_FtpClientFactory extends Bs_Object
Ftp client factory class.
you may wish to use an ftp implementation, such as the built in from php. butyou are not sure if it's possible, for example if the php one iscompiled/added/activated in php. so you can use this class to ask what'savailable and get an object.features:-missing:-wishlist:-
| Authors | |
| Version | 4.0.$id$ |
| Copyright | blueshoes.org |
|
| |
|
Methods inherited from Bs_Object |
| isex, isexception, tostring, tohtml, persist, unpersist, bs_object, bbsetoutput, bbawake, bbisawake, bbxmsg, bbxfunctionstart, bbxfunctionend, bbxecho, bbxvar, bbxvardump, bbforcetrace, bbbufferstart, bbbufferget, bbbufferendflush, bbbufferendclean |
|
|
|
|
|
Public Method Details |
Bs_FtpClientFactory |
|
public void Bs_FtpClientFactory( )
|
| |
constructor
|
| Returns |
void |
|
supports |
|
public mixed supports( string $what )
|
| |
tells if the given implementation exists and is supported.
|
| Parameter |
|
| string |
$what |
|
|
('php', 'blueshoes' or something else.) |
|
| Returns |
mixed (bool TRUE=yes, bool FALSE=no, NULL=don't know) |
|
&produce |
|
public object [unknown] &produce( string $what )
|
| |
if you use this without checking supports() first, it's your problem.
|
| Parameter |
|
| string |
$what |
|
|
('php', 'blueshoes' or something else.) |
|
| Returns |
object [unknown] |
| Throws |
null |
|
|
|
|
|
|
|
| PHPDoc 1.0beta |