PHP Functions : IRC Gateway Functions
Context of the notion in the technology: Document / Topc: PHP Functions
Related Keywords: PHP Functions IRC Gateway Functions
Help URL: http://www.php.net/manual/en/ref.ircg.php
Items Related to IRC Gateway Functions
Inner Elements of IRC Gateway Functions
IRC Gateway Functions contains following items:
- ircg_channel_mode (ircg channel mode)
- ircg_disconnect (ircg disconnect)
- ircg_eval_ecmascript_params (ircg eval ecmascript params)
- ircg_fetch_error_msg (ircg fetch error msg)
- ircg_get_username (ircg get username)
- ircg_html_encode (ircg html encode)
- ircg_ignore_add (ircg ignore add)
- ircg_ignore_del (ircg ignore del)
- ircg_invite (ircg invite)
- ircg_is_conn_alive (ircg is conn alive)
- ircg_join (ircg join)
- ircg_kick (ircg kick)
- ircg_list (ircg list)
- ircg_lookup_format_messages (ircg lookup format messages)
- ircg_lusers (ircg lusers)
- ircg_msg (ircg msg)
- ircg_names (ircg names)
- ircg_nick (ircg nick)
- ircg_nickname_escape (ircg nickname escape)
- ircg_nickname_unescape (ircg nickname unescape)
- ircg_notice (ircg notice)
- ircg_oper (ircg oper)
- ircg_part (ircg part)
- ircg_pconnect (ircg pconnect)
- ircg_register_format_messages (ircg register format messages)
- ircg_set_current (ircg set current)
- ircg_set_file (ircg set file)
- ircg_set_on_die (ircg set on die)
- ircg_topic (ircg topic)
- ircg_who (ircg who)
- ircg_whois (ircg whois)
PHP is a scripted programming language that can be used to create websites. Short for "PHP: Hypertext Preprocessor" (the initials actually come from the earliest version of the program, which was called "Personal Home Page" but in their current form, constitute a recursive acronym), it is an open-source, reflective programming language used mainly for developing server-side applications and dynamic web content, and more recently, a broader range of software applications. For example, MediaWiki, the software behind Wikipedia, is written in PHP.PHP allows interaction with a large number of relational database management systems, such as MySQL, Oracle, IBM DB2, Microsoft SQL Server, PostgreSQL, Firebird and SQLite. PHP runs on most major operating systems, including Unix, Linux, Netware, Windows, and Mac OS X, and can interact with many major web servers. -- wikipedia.org
|