Hi Björn,

Björn Larsson wrote:
Den 2016-01-16 kl. 02:40, skrev Andrea Faulds:
One could add that for programmers coming from another language
using _ as number separator there is a value in having the same
functionality. No need to relearn at all...

Yes, this is a fair point.

Came to think on license keys for games. They always have a separator
(using -) to increase readability. Which leads me to thinking, could the
proposed number separator be used in cryptographic keys and is there
a value in that?

I think most crytographic keys are greater than 64 bits, so won't be represented in PHP with integers and therefore can't benefit from this.

But if they're strings, you could break them up into chunks and concatenate them, I suppose.

Thanks!

--
Andrea Faulds
https://ajf.me/

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to