2025. Class

2025.1. Zend\XmlRpc\Value\Base64

2025.1.1. Methods

2025.1.1.1. __construct

__construct()

Set the value of a base64 native type We keep this value in base64 encoding

Parameters:
  • string
  • bool – If set, it means that the given string is already base64 encoded

2025.1.1.2. getValue

getValue()

Return the value of this object, convert the XML-RPC native base64 value into a PHP string We return this value decoded (a normal string)

Return type:string

Project Versions

Table Of Contents

Previous topic

2024. Class

Next topic

2026. Class

This Page