Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ziparchive(3) [php man page]

ZIPARCHIVE(3)								 1							     ZIPARCHIVE(3)

The ZipArchive class

INTRODUCTION
A file archive, compressed with Zip. CLASS SYNOPSIS
ZipArchive ZipArchive Properties o int$status o int$statusSys o int$numFiles o string$filename o string$comment Methods o bool ZipArchive::addEmptyDir (string $dirname) o bool ZipArchive::addFile NULL (string $filename, [string $localname], [int $start], [int $length]) o bool ZipArchive::addFromString (string $localname, string $contents) o bool ZipArchive::addGlob (string $pattern, [int $flags], [array $options = array()]) o bool ZipArchive::addPattern (string $pattern, [string $path = "."], [array $options = array()]) o bool ZipArchive::close (void ) o bool ZipArchive::deleteIndex (int $index) o bool ZipArchive::deleteName (string $name) o bool ZipArchive::extractTo (string $destination, [mixed $entries]) o string ZipArchive::getArchiveComment ([int $flags]) o string ZipArchive::getCommentIndex (int $index, [int $flags]) o string ZipArchive::getCommentName (string $name, [int $flags]) o bool ZipArchive::GetExternalAttributesIndex (int $index, int &$opsys, int &$attr, [int $flags]) o bool ZipArchive::getExternalAttributesName (string $name, int &$opsys, int &$attr, [int $flags]) o string ZipArchive::getFromIndex (int $index, [int $length], [int $flags]) o string ZipArchive::getFromName (string $name, [int $length], [int $flags]) o string ZipArchive::getNameIndex (int $index, [int $flags]) o string ZipArchive::getStatusString (void ) o resource ZipArchive::getStream (string $name) o int ZipArchive::locateName (string $name, [int $flags]) o mixed ZipArchive::open (string $filename, [int $flags]) o bool ZipArchive::renameIndex (int $index, string $newname) o bool ZipArchive::renameName (string $name, string $newname) o bool ZipArchive::setArchiveComment (string $comment) o bool ZipArchive::setCommentIndex (int $index, string $comment) o bool ZipArchive::setCommentName (string $name, string $comment) o bool ZipArchive::setExternalAttributesIndex (int $index, int $opsys, int $attr, [int $flags]) o bool ZipArchive::setExternalAttributesName (string $name, int $opsys, int $attr, [int $flags]) o public bool ZipArchive::setPassword (string $password) o array ZipArchive::statIndex (int $index, [int $flags]) o array ZipArchive::statName (string $name, [int $flags]) o bool ZipArchive::unchangeAll (void ) o bool ZipArchive::unchangeArchive (void ) o bool ZipArchive::unchangeIndex (int $index) o bool ZipArchive::unchangeName (string $name) PROPERTIES
o $status -Status of the Zip Archive o $statusSys -System status of the Zip Archive o $numFiles -Number of files in archive o $filename -File name in the file system o $comment -Comment for the archive PHP Documentation Group ZIPARCHIVE(3)

Check Out this Related Man Page

MYSQLNDUHCONNECTION(3)							 1						    MYSQLNDUHCONNECTION(3)

The MysqlndUhConnection class

INTRODUCTION
CLASS SYNOPSIS
MysqlndUhConnection MysqlndUhConnection Methods o public bool MysqlndUhConnection::changeUser (mysqlnd_connection $connection, string $user, string $password, string $database, bool $silent, int $passwd_len) o public string MysqlndUhConnection::charsetName (mysqlnd_connection $connection) o public bool MysqlndUhConnection::close (mysqlnd_connection $connection, int $close_type) o public bool MysqlndUhConnection::connect (mysqlnd_connection $connection, string $host, string $use", string $password, string $database, int $port, string $socket, int $mysql_flags) o public MysqlndUhConnection::__construct (void ) o public bool MysqlndUhConnection::endPSession (mysqlnd_connection $connection) o public string MysqlndUhConnection::escapeString (mysqlnd_connection $connection, string $escape_string) o public int MysqlndUhConnection::getAffectedRows (mysqlnd_connection $connection) o public int MysqlndUhConnection::getErrorNumber (mysqlnd_connection $connection) o public string MysqlndUhConnection::getErrorString (mysqlnd_connection $connection) o public int MysqlndUhConnection::getFieldCount (mysqlnd_connection $connection) o public string MysqlndUhConnection::getHostInformation (mysqlnd_connection $connection) o public int MysqlndUhConnection::getLastInsertId (mysqlnd_connection $connection) o public void MysqlndUhConnection::getLastMessage (mysqlnd_connection $connection) o public string MysqlndUhConnection::getProtocolInformation (mysqlnd_connection $connection) o public string MysqlndUhConnection::getServerInformation (mysqlnd_connection $connection) o public string MysqlndUhConnection::getServerStatistics (mysqlnd_connection $connection) o public int MysqlndUhConnection::getServerVersion (mysqlnd_connection $connection) o public string MysqlndUhConnection::getSqlstate (mysqlnd_connection $connection) o public array MysqlndUhConnection::getStatistics (mysqlnd_connection $connection) o public int MysqlndUhConnection::getThreadId (mysqlnd_connection $connection) o public int MysqlndUhConnection::getWarningCount (mysqlnd_connection $connection) o public bool MysqlndUhConnection::init (mysqlnd_connection $connection) o public bool MysqlndUhConnection::killConnection (mysqlnd_connection $connection, int $pid) o public array MysqlndUhConnection::listFields (mysqlnd_connection $connection, string $table, string $achtung_wild) o public void MysqlndUhConnection::listMethod (mysqlnd_connection $connection, string $query, string $achtung_wild, string $par1) o public bool MysqlndUhConnection::moreResults (mysqlnd_connection $connection) o public bool MysqlndUhConnection::nextResult (mysqlnd_connection $connection) o public bool MysqlndUhConnection::ping (mysqlnd_connection $connection) o public bool MysqlndUhConnection::query (mysqlnd_connection $connection, string $query) o public bool MysqlndUhConnection::queryReadResultsetHeader (mysqlnd_connection $connection, mysqlnd_statement $mysqlnd_stmt) o public bool MysqlndUhConnection::reapQuery (mysqlnd_connection $connection) o public bool MysqlndUhConnection::refreshServer (mysqlnd_connection $connection, int $options) o public bool MysqlndUhConnection::restartPSession (mysqlnd_connection $connection) o public bool MysqlndUhConnection::selectDb (mysqlnd_connection $connection, string $database) o public bool MysqlndUhConnection::sendClose (mysqlnd_connection $connection) o public bool MysqlndUhConnection::sendQuery (mysqlnd_connection $connection, string $query) o public bool MysqlndUhConnection::serverDumpDebugInformation (mysqlnd_connection $connection) o public bool MysqlndUhConnection::setAutocommit (mysqlnd_connection $connection, int $mode) o public bool MysqlndUhConnection::setCharset (mysqlnd_connection $connection, string $charset) o public bool MysqlndUhConnection::setClientOption (mysqlnd_connection $connection, int $option, int $value) o public void MysqlndUhConnection::setServerOption (mysqlnd_connection $connection, int $option) o public void MysqlndUhConnection::shutdownServer (string $MYSQLND_UH_RES_MYSQLND_NAME, string $"level") o public bool MysqlndUhConnection::simpleCommand (mysqlnd_connection $connection, int $command, string $arg, int $ok_packet, bool $silent, bool $ignore_upsert_status) o public bool MysqlndUhConnection::simpleCommandHandleResponse (mysqlnd_connection $connection, int $ok_packet, bool $silent, int $com- mand, bool $ignore_upsert_status) o public bool MysqlndUhConnection::sslSet (mysqlnd_connection $connection, string $key, string $cert, string $ca, string $capath, string $cipher) o public resource MysqlndUhConnection::stmtInit (mysqlnd_connection $connection) o public resource MysqlndUhConnection::storeResult (mysqlnd_connection $connection) o public bool MysqlndUhConnection::txCommit (mysqlnd_connection $connection) o public bool MysqlndUhConnection::txRollback (mysqlnd_connection $connection) o public resource MysqlndUhConnection::useResult (mysqlnd_connection $connection) PHP Documentation Group MYSQLNDUHCONNECTION(3)
Man Page