Overview

Packages

  • akismet
  • None
  • PHP
  • Smarty
    • Cacher
    • Compiler
    • Config
    • Debug
    • plugins
    • PluginsBlock
    • PluginsFilter
    • PluginsFunction
    • PluginsInternal
    • PluginsModifier
    • PluginsModifierCompiler
    • PluginsShared
    • Security
    • Template
    • TemplateResources
  • Swift
    • ByteStream
    • CharacterStream
    • Encoder
    • Events
    • KeyCache
    • Mailer
    • Mime
    • Plugins
    • Signatures
    • Signed
    • Transport
  • wa-apps
    • blog
      • actions
        • backend
        • blog
        • comment
        • cron
        • design
        • frontend
        • page
        • plugin
        • post
      • api
        • v1
      • cli
      • layout
      • model
      • plugin
        • aksimet
        • category
        • emailsubscription
        • favorite
        • gravatar
        • import
        • markdown
        • myposts
        • tag
        • troll
      • settings
    • checklists
      • backend
      • json
    • contacts
      • backend
    • developer
    • dummy
    • guestbook
    • guestbook2
    • photos
      • album
      • api
        • v1
      • backend
      • design
      • dialog
      • frontend
      • page
      • photo
      • plugin
        • comment
        • imageeffects
        • import
        • publicgallery
        • watermark
      • search
      • settings
      • stack
      • tag
      • upload
    • site
      • backend
      • blocks
      • config
      • design
      • domains
      • files
      • frontend
      • helper
      • layout
      • pages
      • routing
      • setting
    • stickies
      • api
        • v1
      • sheet
      • stiky
  • wa-plugin
    • payment
    • shipping
    • sms
  • wa-plugins
    • shipping
      • usps
  • wa-system
    • API
    • Auth
      • Adapters
    • Autoload
    • Cache
      • Adapter
    • Captcha
    • Config
    • Contact
    • controller
    • currency
    • database
    • datetime
    • design
    • event
    • exception
    • files
    • image
    • layout
    • locale
    • log
    • mail
    • page
      • action
      • model
    • payment
    • plugin
    • request
    • response
    • routing
    • shipping
    • sms
    • storage
    • user
    • util
    • validator
    • view
    • webasyst
      • api
      • backend
      • cli
      • config
      • layout
      • login
      • model
      • password
      • payment
      • profile
      • settings
      • shipment
    • widget
    • workflow
  • waPlugins
    • Payment
  • webasyst
    • wa-system
      • helper

Classes

  • DateTime
  • DOMDocument
  • DOMNode
  • Imagick
  • mysqli
  • mysqli_result
  • SimpleXMLElement

Interfaces

  • ArrayAccess
  • Countable
  • DateTimeInterface
  • Iterator
  • IteratorAggregate
  • Serializable
  • Traversable

Exceptions

  • Exception
  • InvalidArgumentException
  • LogicException
  • RuntimeException
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo

Class mysqli

PHP Extension: Mysqli
Documented at php.net
Methods summary
public
# autocommit( mixed $mode )
public
# begin_transaction( mixed $flags, mixed $name )
public
# change_user( mixed $user, mixed $password, mixed $database )
public
# character_set_name( )
public
# close( )
public
# commit( mixed $flags, mixed $name )
public
# connect( mixed $host, mixed $user, mixed $password, mixed $database, mixed $port, mixed $socket )
public
# dump_debug_info( )
public
# debug( mixed $debug_options )
public
# get_charset( )
public
# get_client_info( )
public
# get_server_info( )
public
# get_warnings( )
public
# init( )
public
# kill( mixed $connection_id )
public
# multi_query( mixed $query )
public
# mysqli( mixed $host, mixed $user, mixed $password, mixed $database, mixed $port, mixed $socket )
public
# more_results( )
public
# next_result( )
public
# options( mixed $option, mixed $value )
public
# ping( )
public
# prepare( mixed $query )
public
# query( mixed $query )
public
# real_connect( mixed $host, mixed $user, mixed $password, mixed $database, mixed $port, mixed $socket, mixed $flags )
public
# real_escape_string( mixed $string_to_escape )
public
# escape_string( mixed $string_to_escape )
public
# real_query( mixed $query )
public
# release_savepoint( mixed $name )
public
# rollback( mixed $flags, mixed $name )
public
# savepoint( mixed $name )
public
# select_db( mixed $database )
public
# set_charset( mixed $charset )
public
# set_opt( mixed $option, mixed $value )
public
# ssl_set( mixed $key, mixed $cert, mixed $certificate_authority, mixed $certificate_authority_path, mixed $cipher )
public
# stat( )
public
# stmt_init( )
public
# store_result( )
public
# thread_safe( )
public
# use_result( )
public
# refresh( mixed $options )
Properties summary
public mixed $affected_rows
#
public mixed $client_info
#
public mixed $client_version
#
public mixed $connect_errno
#
public mixed $connect_error
#
public mixed $errno
#
public mixed $error
#
public mixed $error_list
#
public mixed $field_count
#
public mixed $host_info
#
public mixed $info
#
public mixed $insert_id
#
public mixed $server_info
#
public mixed $server_version
#
public mixed $stat
#
public mixed $sqlstate
#
public mixed $protocol_version
#
public mixed $thread_id
#
public mixed $warning_count
#
My fork of Webasyst Framework API documentation generated by ApiGen 2.8.0