H
hfd1989
Guest
$first = ord($plaintext[$i]) >= ord('a') ? ord('a') : ord('A');
I'm trying to get to grips with a PHP code snippet, however that line is confusing me - can anyone break down what it's doing? Thanks
I'm trying to get to grips with a PHP code snippet, however that line is confusing me - can anyone break down what it's doing? Thanks