newt_form_add_component(PECL newt >= 0.1) newt_form_add_component — Adds a single component to the form Описание
   void newt_form_add_component
    ( resource $form
   , resource $component
   ) 
  Adds a single component to the form. Список параметров
 
 Возвращаемые значенияЭта функция не возвращает значения после выполнения. Примеры
 Пример #1 A newt_form_add_component() example 
<?php | 
||