PHP » GoLang |
login |
register |
about
|
GoLang mssql_guid_string
request it (416)
GoLang replacement for PHP's mssql_guid_string
[edit | history]
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 Warning
This function was REMOVED in PHP 7.0.0. Description
string mssql_guid_string
( string
$binary
[, bool $short_format = FALSE
] )Converts a 16 byte binary GUID to a string. Parameters
Return ValuesReturns the converted string on success. Examples
Example #1 mssql_guid_string() example
<?php The above example will output: string(36) "35353931-3035-3138-3937-373830383630" string(32) "31393535353038313937373830383630" |
more
Recently updated
more
Most requested
more
Last requests
|