|
dio_tcsetattr(PHP 4 >= 4.3.0, PHP 5 <= 5.0.5) dio_tcsetattr — Sets terminal attributes and baud rate for a serial port Описание
bool dio_tcsetattr
( resource $fd
, array $options
)
dio_tcsetattr() sets the terminal attributes and baud rate of the open fd. Список параметров
Возвращаемые значенияЭта функция не возвращает значения после выполнения. Примеры
Пример #1 Setting the baud rate on a serial port
<?php Примечания
|
|