Man Page: xml_get_current_column_number
Operating Environment: php
Section: 3
XML_GET_CURRENT_COLUMN_NUMBER(3) 1 XML_GET_CURRENT_COLUMN_NUMBER(3) xml_get_current_column_number - Get current column number for an XML parserSYNOPSISint xml_get_current_column_number (resource $parser)DESCRIPTIONGets the current column number of the given XML parser.PARAMETERSo $parser - A reference to the XML parser to get column number from.RETURN VALUESThis function returns FALSE if $parser does not refer to a valid parser, or else it returns which column on the current line (as given by xml_get_current_line_number(3)) the parser is currently at.SEE ALSOxml_get_current_byte_index(3), xml_get_current_line_number(3). PHP Documentation Group XML_GET_CURRENT_COLUMN_NUMBER(3)
| Related Man Pages |
|---|
| xml::sax::parserfactory(3) - centos |
| xml_parse(3) - php |
| xml_parser_set_option(3) - php |
| xml_set_object(3) - php |
| xml_set_start_namespace_decl_handler(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| User Guide: Posting in the Emergency Forum |
| Rules for Homework & Coursework Questions Forum |
| Forum Video Tutorial: How to Use Code Tags |
| Please Welcome Nicki Paul to the Moderator Team! |