Files
predis/lib/Predis/Commands/Strlen.php
T

10 lines
129 B
PHP

<?php
namespace Predis\Commands;
class Strlen extends Command {
public function getId() {
return 'STRLEN';
}
}