| [ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
XMPPHP: The PHP XMPP Library Copyright (C) 2008 Nathanael C. Fritz This file is part of SleekXMPP. XMPPHP is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
| Author: | Nathanael C. Fritz |
| Author: | Stephan Wentz |
| Author: | Michael Garvin |
| Copyright: | 2008 Nathanael C. Fritz |
| File Size: | 158 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
XMPPHP_XMLObj:: (5 methods):
__construct()
printObj()
toString()
hasSub()
sub()
Class: XMPPHP_XMLObj - X-Ref
XMPPHP XML Object| __construct($name, $ns = '', $attrs = array() X-Ref |
| Constructor param: string $name param: string $ns param: array $attrs param: string $data |
| printObj($depth = 0) X-Ref |
| Dump this XML Object to output. param: integer $depth |
| toString($str = '') X-Ref |
| Return this XML Object in xml notation param: string $str |
| hasSub($name, $ns = null) X-Ref |
| Has this XML Object the given sub? param: string $name return: boolean |
| sub($name, $attrs = null, $ns = null) X-Ref |
| Return a sub param: string $name param: string $attrs param: string $ns |
| Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |