[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/vendor/ramsey/uuid/src/Converter/ -> NumberConverterInterface.php (summary)

This file is part of the ramsey/uuid library For the full copyright and license information, please view the LICENSE file that was distributed with this source code.

Copyright: Copyright (c) Ben Ramsey <[email protected]>
License: http://opensource.org/licenses/MIT MIT
File Size: 48 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

NumberConverterInterface:: (2 methods):
  fromHex()
  toHex()


Interface: NumberConverterInterface  - X-Ref

NumberConverterInterface converts UUIDs from hexadecimal characters into
representations of integers and vice versa

fromHex($hex)   X-Ref
Converts a hexadecimal number into an integer representation of the number

The integer representation returned may be an object or a string
representation of the integer, depending on the implementation.

param: string $hex The hexadecimal string representation to convert
return: mixed

toHex($integer)   X-Ref
Converts an integer representation into a hexadecimal string representation
of the number

param: mixed $integer An integer representation to convert; this may be
return: string Hexadecimal string



Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer