what is the current salary package in India for a PHP &
MySQL programmer who has 3 years experience

Answer Posted / -=pkg=-

tidy_setopt — Updates the configuration settings for the
specified tidy document
tidy_warning_count — Returns the Number of Tidy warnings
encountered for specified document
tidyNode->hasChildren — Returns true if this node has children
tidyNode->hasSiblings — Returns true if this node has siblings
tidyNode->isAsp — Returns true if this node is ASP
tidyNode->isComment — Returns true if this node represents a
comment
tidyNode->isHtml — Returns true if this node is part of a
HTML document
tidyNode->isJste — Returns true if this node is JSTE
tidyNode->isPhp — Returns true if this node is PHP
tidyNode->isText — Returns true if this node represents text
(no markup)
tidyNode::getParent — returns the parent node of the current
node



CLXVIII. Tokenizer

token_get_all — Split given source into PHP tokens
token_name — Get the symbolic name of a given PHP token



CLXIX. Unicode

unicode_decode — Convert a binary string into a Unicode string
unicode_encode — Convert a unicode string in any encoding
unicode_get_error_mode — Get the error mode for strings
conversions
unicode_get_subst_char — Get the substitution character for
string conversion errors
unicode_semantics — Check whether unicode semantics is enabled
unicode_set_error_mode — Set the error mode for strings
conversions
unicode_set_subst_char — Set the substitution character for
string conversion errors



CLXX. URLs

base64_decode — Decodes data encoded with MIME base64
base64_encode — Encodes data with MIME base64
get_headers — Fetches all the headers sent by the server in
response to a HTTP request
get_meta_tags — Extracts all meta tag content attributes
from a file and returns an array
http_build_query — Generate URL-encoded query string
parse_url — Parse a URL and return its components
rawurldecode — Decode URL-encoded strings
rawurlencode — URL-encode according to RFC 1738
urldecode — Decodes URL-encoded string
urlencode — URL-encodes string



CLXXI. Variables handling

debug_zval_dump — Dumps a string representation of an
internal zend value to output
doubleval — Alias of floatval()
empty — Determine whether a variable is empty
floatval — Get float value of a variable
get_defined_vars — Returns an array of all defined variables
get_resource_type — Returns the resource type
gettype — Get the type of a variable
import_request_variables — Import GET/POST/Cookie variables
into the global scope
intval — Get the integer value of a variable
is_array — Finds whether a variable is an array
is_binary — Finds whether a variable is a native binary string
is_bool — Finds out whether a variable is a boolean
is_buffer — Finds whether a variable is a native unicode or
binary string
is_callable — Verify that the contents of a variable can be
called as a function
is_double — Alias of is_float()
is_float — Finds whether the type of a variable is float
is_int — Find whether the type of a variable is integer
is_integer — Alias of is_int()
is_long — Alias of is_int()
is_null — Finds whether a variable is NULL
is_numeric — Finds whether a variable is a number or a
numeric string
is_object — Finds whether a variable is an object
is_real — Alias of is_float()
is_resource — Finds whether a variable is a resource
is_scalar — Finds whether a variable is a scalar
is_string — Find whether the type of a variable is string
is_unicode — Finds whether a variable is a unicode string
isset — Determine whether a variable is set
print_r — Prints human-readable information about a variable
serialize — Generates a storable representation of a value
settype — Set the type of a variable
strval — Get string value of a variable
unserialize — Creates a PHP value from a stored representation
unset — Unset a given variable
var_dump — Dumps information about a variable
var_export — Outputs or returns a parsable string
representation of a variable



CLXXII. Verisign Payflow Pro

pfpro_cleanup — Shuts down the Payflow Pro library
pfpro_init — Initialises the Payflow Pro library
pfpro_process_raw — Process a raw transaction with Payflow Pro
pfpro_process — Process a transaction with Payflow Pro
pfpro_version — Returns the version of the Payflow Pro software



CLXXIII. vpopmail

vpopmail_add_alias_domain_ex — Add alias to an existing
virtual domain
vpopmail_add_alias_domain — Add an alias for a virtual domain
vpopmail_add_domain_ex — Add a new virtual domain
vpopmail_add_domain — Add a new virtual domain
vpopmail_add_user — Add a new user to the specified virtual
domain
vpopmail_alias_add — Insert a virtual alias
vpopmail_alias_del_domain — Deletes all virtual aliases of a
domain
vpopmail_alias_del — Deletes all virtual aliases of a user
vpopmail_alias_get_all — Get all lines of an alias for a domain
vpopmail_alias_get — Get all lines of an alias for a domain
vpopmail_auth_user — Attempt to validate a
username/domain/password
vpopmail_del_domain_ex — Delete a virtual domain
vpopmail_del_domain — Delete a virtual domain
vpopmail_del_user — Delete a user from a virtual domain
vpopmail_error — Get text message for last vpopmail error
vpopmail_passwd — Change a virtual user's password
vpopmail_set_user_quota — Sets a virtual user's quota



CLXXIV. W32api

w32api_deftype — Defines a type for use with other
w32api_functions
w32api_init_dtype — Creates an instance of the data type
typename and fills it with the values passed
w32api_invoke_function — Invokes function funcname with the
arguments passed after the function name
w32api_register_function — Registers function function_name
from library with PHP
w32api_set_call_method — Sets the calling method used



CLXXV. WDDX

wddx_add_vars — Add variables to a WDDX packet with the
specified ID
wddx_deserialize — Alias of wddx_unserialize()
wddx_packet_end — Ends a WDDX packet with the specified ID
wddx_packet_start — Starts a new WDDX packet with structure
inside it
wddx_serialize_value — Serialize a single value into a WDDX
packet
wddx_serialize_vars — Serialize variables into a WDDX packet
wddx_unserialize — Unserializes a WDDX packet



CLXXVI. win32ps

win32_ps_list_procs — List running processes
win32_ps_stat_mem — Stat memory utilization
win32_ps_stat_proc — Stat process



CLXXVII. win32service

win32_create_service — Creates a new service entry in the
SCM database
win32_delete_service — Deletes a service entry from the SCM
database
win32_get_last_control_message — Returns the last control
message that was sent to this service
win32_query_service_status — Queries the status of a service
win32_set_service_status — Update the service status
win32_start_service_ctrl_dispatcher — Registers the script
with the SCM, so that it can act as the service with the
given name
win32_start_service — Starts a service
win32_stop_service — Stops a service



CLXXVIII. xattr

xattr_get — Get an extended attribute
xattr_list — Get a list of extended attributes
xattr_remove — Remove an extended attribute
xattr_set — Set an extended attribute
xattr_supported — Check if filesystem supports extended
attributes



CLXXIX. xdiff

xdiff_file_diff_binary — Make binary diff of two files
xdiff_file_diff — Make unified diff of two files
xdiff_file_merge3 — Merge 3 files into one
xdiff_file_patch_binary — Patch a file with a binary diff
xdiff_file_patch — Patch a file with an unified diff
xdiff_string_diff_binary — Make binary diff of two strings
xdiff_string_diff — Make unified diff of two strings
xdiff_string_merge3 — Merge 3 strings into one
xdiff_string_patch_binary — Patch a string with a binary diff
xdiff_string_patch — Patch a string with an unified diff




CLXXX. XML

utf8_decode — Converts a string with ISO-8859-1 characters
encoded with UTF-8 to single-byte ISO-8859-1
utf8_encode — Encodes an ISO-8859-1 string to UTF-8
xml_error_string — Get XML parser error string
xml_get_current_byte_index — Get current byte index for an
XML parser
xml_get_current_column_number — Get current column number
for an XML parser
xml_get_current_line_number — Get current line number for an
XML parser
xml_get_error_code — Get XML parser error code
xml_parse_into_struct — Parse XML data into an array structure
xml_parse — Start parsing an XML document
xml_parser_create_ns — Create an XML parser with namespace
support
xml_parser_create — Create an XML parser
xml_parser_free — Free an XML parser
xml_parser_get_option — Get options from an XML parser
xml_parser_set_option — Set options in an XML parser
xml_set_character_data_handler — Set up character data handler
xml_set_default_handler — Set up default handler
xml_set_element_handler — Set up start and end element handlers
xml_set_end_namespace_decl_handler — Set up end namespace
declaration handler
xml_set_external_entity_ref_handler — Set up external entity
reference handler
xml_set_notation_decl_handler — Set up notation declaration
handler
xml_set_object — Use XML Parser within an object
xml_set_processing_instruction_handler — Set up processing
instruction (PI) handler
xml_set_start_namespace_decl_handler — Set up start
namespace declaration handler
xml_set_unparsed_entity_decl_handler — Set up unparsed
entity declaration handler



CLXXXI. XML-RPC

xmlrpc_decode_request — Decodes XML into native PHP types
xmlrpc_decode — Decodes XML into native PHP types
xmlrpc_encode_request — Generates XML for a method request
xmlrpc_encode — Generates XML for a PHP value
xmlrpc_get_type — Gets xmlrpc type for a PHP value
xmlrpc_is_fault — Determines if an array value represents an
XMLRPC fault
xmlrpc_parse_method_descriptions — Decodes XML into a list
of method descriptions
xmlrpc_server_add_introspection_data — Adds introspection
documentation
xmlrpc_server_call_method — Parses XML requests and call methods
xmlrpc_server_create — Creates an xmlrpc server
xmlrpc_server_destroy — Destroys server resources
xmlrpc_server_register_introspection_callback — Register a
PHP function to generate documentation
xmlrpc_server_register_method — Register a PHP function to
resource method matching method_name
xmlrpc_set_type — Sets xmlrpc type, base64 or datetime, for
a PHP string value



CLXXXII. XMLReader

XMLReader::close — Close the XMLReader input
XMLReader::expand — Returns a copy of the current node as a
DOM object
XMLReader::getAttribute — Get the value of a named attribute
XMLReader::getAttributeNo — Get the value of an attribute by
index
XMLReader::getAttributeNs — Get the value of an attribute by
localname and URI
XMLReader::getParserProperty — Indicates if specified
property has been set
XMLReader::isValid — Indicates if the parsed document is valid
XMLReader::lookupNamespace — Lookup namespace for a prefix
XMLReader::moveToAttribute — Move cursor to a named attribute
XMLReader::moveToAttributeNo — Move cursor to an attribute
by index
XMLReader::moveToAttributeNs — Move cursor to a named attribute
XMLReader::moveToElement — Position cursor on the parent
Element of current Attribute
XMLReader::moveToFirstAttribute — Position cursor on the
first Attribute
XMLReader::moveToNextAttribute — Position cursor on the next
Attribute
XMLReader::next — Move cursor to next node skipping all subtrees
XMLReader::open — Set the URI containing the XML to parse
XMLReader::read — Move to next node in document
XMLReader::setParserProperty — Set or Unset parser options
XMLReader::setRelaxNGSchema — Set the filename or URI for a
RelaxNG Schema
XMLReader::setRelaxNGSchemaSource — Set the data containing
a RelaxNG Schema
XMLReader::XML — Set the data containing the XML to parse



CLXXXIII. XMLWriter

XMLWriter::endAttribute — End attribute
XMLWriter::endCData — End current CDATA
XMLWriter::endComment — Create end comment
XMLWriter::endDocument — End current document
XMLWriter::endDTDAttlist — End current DTD AttList
XMLWriter::endDTDElement — End current DTD element
XMLWriter::endDTDEntity — End current DTD Entity
XMLWriter::endDTD — End current DTD
XMLWriter::endElement — End current element
XMLWriter::endPI — End current PI
XMLWriter::flush — Flush current buffer
XMLWriter::fullEndElement — End current element
XMLWriter::openMemory — Create new xmlwriter using memory
for string output
XMLWriter::openURI — Create new xmlwriter using source uri
for output
XMLWriter::outputMemory — Returns current buffer
XMLWriter::setIndentString — Set string used for indenting
XMLWriter::setIndent — Toggle indentation on/off
XMLWriter::startAttributeNS — Create start namespaced attribute
XMLWriter::startAttribute — Create start attribute
XMLWriter::startCData — Create start CDATA tag
XMLWriter::startComment — Create start comment
XMLWriter::startDocument — Create document tag
XMLWriter::startDTDAttlist — Create start DTD AttList
XMLWriter::startDTDElement — Create start DTD element
XMLWriter::startDTDEntity — Create start DTD Entity
XMLWriter::startDTD — Create start DTD tag
XMLWriter::startElementNS — Create start namespaced element tag
XMLWriter::startElement — Create start element tag
XMLWriter::startPI — Create start PI tag
XMLWriter::text — Write text
XMLWriter::writeAttributeNS — Write full namespaced attribute
XMLWriter::writeAttribute — Write full attribute
XMLWriter::writeCData — Write full CDATA tag
XMLWriter::writeComment — Write full comment tag
XMLWriter::writeDTDAttlist — Write full DTD AttList tag
XMLWriter::writeDTDElement — Write full DTD element tag
XMLWriter::writeDTDEntity — Write full DTD Entity tag
XMLWriter::writeDTD — Write full DTD tag
XMLWriter::writeElementNS — Write full namesapced element tag
XMLWriter::writeElement — Write full element tag
XMLWriter::writePI — Writes a PI
XMLWriter::writeRaw — Write a raw XML text



CLXXXIV. XSL

XSLTProcessor::__construct — Creates a new XSLTProcessor object
XSLTProcessor::getParameter — Get value of a parameter
XSLTProcessor::hasExsltSupport — Determine if PHP has EXSLT
support
XSLTProcessor::importStylesheet — Import stylesheet
XSLTProcessor::registerPHPFunctions — Enables the ability to
use PHP functions as XSLT functions
XSLTProcessor::removeParameter — Remove parameter
XSLTProcessor::setParameter — Set value for a parameter
XSLTProcessor::transformToDoc — Transform to a DOMDocument
XSLTProcessor::transformToURI — Transform to URI
XSLTProcessor::transformToXML — Transform to XML



CLXXXV. XSLT

xslt_backend_info — Returns the information on the
compilation settings of the backend
xslt_backend_name — Returns the name of the backend
xslt_backend_version — Returns the version number of Sablotron
xslt_create — Create a new XSLT processor
xslt_errno — Returns an error number
xslt_error — Returns an error string
xslt_free — Free XSLT processor
xslt_getopt — Get options on a given xsl processor
xslt_process — Perform an XSLT transformation
xslt_set_base — Set the base URI for all XSLT transformations
xslt_set_encoding — Set the encoding for the parsing of XML
documents
xslt_set_error_handler — Set an error handler for a XSLT
processor
xslt_set_log — Set the log file to write log messages to
xslt_set_object — Sets the object in which to resolve
callback functions
xslt_set_sax_handler — Set SAX handlers for a XSLT processor
xslt_set_sax_handlers — Set the SAX handlers to be called
when the XML document gets processed
xslt_set_scheme_handler — Set Scheme handlers for a XSLT
processor
xslt_set_scheme_handlers — Set the scheme handlers for the
XSLT processor
xslt_setopt — Set options on a given xsl processor



CLXXXVI. YAZ

yaz_addinfo — Returns additional error information
yaz_ccl_conf — Configure CCL parser
yaz_ccl_parse — Invoke CCL Parser
yaz_close — Close YAZ connection
yaz_connect — Prepares for a connection to a Z39.50 server
yaz_database — Specifies the databases within a session
yaz_element — Specifies Element-Set Name for retrieval
yaz_errno — Returns error number
yaz_error — Returns error description
yaz_es_result — Inspects Extended Services Result
yaz_es — Prepares for an Extended Service Request
yaz_get_option — Returns value of option for connection
yaz_hits — Returns number of hits for last search
yaz_itemorder — Prepares for Z39.50 Item Order with an
ILL-Request package
yaz_present — Prepares for retrieval (Z39.50 present)
yaz_range — Specifies a range of records to retrieve
yaz_record — Returns a record
yaz_scan_result — Returns Scan Response result
yaz_scan — Prepares for a scan
yaz_schema — Specifies schema for retrieval
yaz_search — Prepares for a search
yaz_set_option — Sets one or more options for connection
yaz_sort — Sets sorting criteria
yaz_syntax — Specifies the preferred record syntax for
retrieval
yaz_wait — Wait for Z39.50 requests to complete



CLXXXVII. YP/NIS

yp_all — Traverse the map and call a function on each entry
yp_cat — Return an array containing the entire map
yp_err_string — Returns the error string associated with the
given error code
yp_errno — Returns the error code of the previous operation
yp_first — Returns the first key-value pair from the named map
yp_get_default_domain — Fetches the machine's default NIS domain
yp_master — Returns the machine name of the master NIS
server for a map
yp_match — Returns the matched line
yp_next — Returns the next key-value pair in the named map
yp_order — Returns the order number for a map



CLXXXVIII. Zip

zip_close — Close a ZIP file archive
zip_entry_close — Close a directory entry
zip_entry_compressedsize — Retrieve the compressed size of a
directory entry
zip_entry_compressionmethod — Retrieve the compression
method of a directory entry
zip_entry_filesize — Retrieve the actual file size of a
directory entry
zip_entry_name — Retrieve the name of a directory entry
zip_entry_open — Open a directory entry for reading
zip_entry_read — Read from an open directory entry
zip_open — Open a ZIP file archive
zip_read — Read next entry in a ZIP file archive
ZipArchive::addEmptyDir — Add a new directory
ZipArchive::addFile — Adds a file to a ZIP archive from the
given path
ZipArchive::addFromString — Add a file to a ZIP archive
using its contents
ZipArchive::close — Close the active archive (opened or
newly created)
ZipArchive::deleteIndex — delete an entry in the archive
using its index
ZipArchive::deleteName — delete an entry in the archive
using its name
ZipArchive::extractTo — Extract the archive contents
ZipArchive::getArchiveComment — Returns the Zip archive comment
ZipArchive::getCommentIndex — Returns the comment of an
entry using the entry index
ZipArchive::getCommentName — Returns the comment of an entry
using the entry name
ZipArchive::getFromIndex — Returns the entry contents using
its index.
ZipArchive::getFromName — Returns the entry contents using
its name.
ZipArchive::getNameIndex — Returns the name of an entry
using its index
ZipArchive::getStream — Get a file handler to the entry
defined by its name (read only).
ZipArchive::locateName — Returns the index of the entry in
the archive
ZipArchive::open — Open a ZIP file archive
ZipArchive::renameIndex — Renames an entry defined by its index
ZipArchive::renameName — Renames an entry defined by its name
ZipArchive::setArchiveComment — Set the comment of a ZIP archive
ZipArchive::setCommentIndex — Set the comment of an entry
defined by its index
ZipArchive::setCommentName — Set the comment of an entry
defined by its name
ZipArchive::statIndex — Get the details of an entry defined
by its index.
ZipArchive::statName — Get the details of an entry defined
by its name.
ZipArchive::unchangeAll — Undo all changes done in the archive.
ZipArchive::unchangeArchive — Revert all global changes done
in the archive.
ZipArchive::unchangeIndex — Revert all changes done to an
entry at the given index.
ZipArchive::unchangeName — Revert all changes done to an
entry with the given name.



CLXXXIX. Zlib

gzclose — Close an open gz-file pointer
gzcompress — Compress a string
gzdecode — Decodes a gzip compressed string
gzdeflate — Deflate a string
gzencode — Create a gzip compressed string
gzeof — Test for end-of-file on a gz-file pointer
gzfile — Read entire gz-file into an array
gzgetc — Get character from gz-file pointer
gzgets — Get line from file pointer
gzgetss — Get line from gz-file pointer and strip HTML tags
gzinflate — Inflate a deflated string
gzopen — Open gz-file
gzpassthru — Output all remaining data on a gz-file pointer
gzputs — Alias of gzwrite()
gzread — Binary-safe gz-file read
gzrewind — Rewind the position of a gz-file pointer
gzseek — Seek on a gz-file pointer
gztell — Tell gz-file pointer read/write position
gzuncompress — Uncompress a compressed string
gzwrite — Binary-safe gz-file write
readgzfile — Output a gz-file
zlib_get_coding_type — Returns the coding type used for
output compression

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is strlen php?

545


What is explode() in php?

537


How to increase the execution time of a PHP script?

526


Which is better php or nodejs?

518


Describe the security vulnerability of PHP?

608






How to genrate report in wordpress cms

1804


What is the difference between super () and this ()?

547


Why do you need to filter out empty files?

532


What is the Pipe Symbol represented?

624


Is php a middleware?

508


Explain Constant in Class?

566


How to merge values of two arrays into a single array?

482


What is a php session?

568


What is the purpose of the following files having extensions: frm, myd, and myi? What these files contain?

507


What is a lambda function in php?

603