I had no idea at all about PHP or programming until I started reading your website! "Non avevo idea affatto di programmazione PHP o fino a quando ho iniziato a leggere il tuo sito!"
Scott

RocksFormComparisionRegex Class

Descrizione

Questo rappresenta un confronto di un campo nei confronti di un regex per motivi di convalida.

Questo semplifica problemi comuni a che fare con la gestione di moduli e di convalida. Questa classe è di solito utilizzato internamente.

  • string $regex: the regex to use for comparision proprietà: stringa $ regex: la regex da utilizzare per confronto
  • string $message: the message to use if the comparision against the regular expression fails. proprietà: stringa $ messaggio: il messaggio da utilizzare se il confronto con l'espressione regolare non riesce.
  • Dominic Skinner autore: Dominic Skinner
  • 0.2.1 Versione: 0.2.1

) Situato in / RocksFormComparisionRegex.php (linea 13)

Metodo Summary
__construct ( string $regex , string $message ) RocksFormComparisionRegex __construct (string $ regex, string $ message)
__get ( vuoto __get ( ) $ Name)
Metodi
(line 23 ) Costruttore __ construct (linea 23)

Questo crea la comparission regex.

  • public accesso: public
__construct ( string $regex , string $message ) RocksFormComparisionRegex __ construct (string $ regex, string $ message)
  • $regex : this is the regex to compare against the field stringa $ regex: questa è la regex da confrontare con il campo
  • $message : this is message that is displayed if the regex does not match the field stringa $ messaggio: questo è il messaggio che viene visualizzato se la regex non corrisponde il campo
(line 34 ) __get (linea 34)
  • public accesso: public
__get ( __ vuoto get ( ) $ Name)
  • $ Name

Nessun commento è stato fornito.
security image

Scritto da Dominic Skinner
Ultimo aggiornamento: 2011/10/25 16:00:38