Vote count:
0
So I'm trying to translate this code over to Java. $len is an int, $offset is an int, and $buffer is a String. What do the {} mean and how would I translate those over to Java code?
for(; $len > 0; --$len, ++$this->offset){
$buffer .= @$this->buffer{$this->offset};
}
asked 30 secs ago
Translating PHP over to Java (Strange {})
Aucun commentaire:
Enregistrer un commentaire