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

10 lines
130 B
PHP

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