mssql_guid_string(PHP 4 >= 4.0.7, PHP 5, PECL odbtp >= 1.1.1) mssql_guid_string — Converts a 16 byte binary GUID to a string Описание
string mssql_guid_string
( string $binary
[, bool $short_format = false
] )
Converts a 16 byte binary GUID to a string. Список параметров
Возвращаемые значенияReturns the converted string on success. Примеры
Пример #1 mssql_guid_string() example
<?phpРезультат выполнения данного примера: string(36) "35353931-3035-3138-3937-373830383630" string(32) "31393535353038313937373830383630" |
||