[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/s9e/text-formatter/src/Utils/ -> XPath.php (summary)

(no description)

Copyright: Copyright (c) 2010-2022 The s9e authors
License: http://www.opensource.org/licenses/mit-license.php The MIT License
File Size: 109 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 5 functions

  export()
  exportBoolean()
  exportDouble()
  exportInteger()
  exportString()

Functions
Functions that are not part of a class:

export($value)   X-Ref
Export a literal as an XPath expression

param: mixed  $value Literal, e.g. "foo"
return: string        XPath expression, e.g. "'foo'"

exportBoolean(bool $value)   X-Ref
Export given boolean value

param: bool   $value
return: string

exportDouble(float $value)   X-Ref
Export given float value

param: float  $value
return: string

exportInteger(int $value)   X-Ref
Export given integer value

param: integer $value
return: string

exportString(string $str)   X-Ref
Export a string as an XPath expression

param: string $str Literal, e.g. "foo"
return: string      XPath expression, e.g. "'foo'"



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1