Table of contents
Namespace: Com\Tecnick\Pdf\Import
Final: Yes
File: PdfName.php line 34
Serializes decoded PDF name objects (PDF 32000-1 7.3.5).
Tags
- since: 2026-09-26
- category: Library
- author: Nicola Asuni info@tecnick.com
- copyright: 2002-2026 Nicola Asuni - Tecnick.com LTD
- license: https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE)
- link: https://github.com/tecnickcom/tc-lib-pdf
Methods
token()
File: PdfName.php line 52
public static token(int|string $name) : string
Bytes outside 0x21-0x7E, the delimiters and the number sign are written as #xx.
Parameters
- $name : int|string: Decoded name, without the leading solidus.
Return values
string —
Name token, including the leading solidus.