drupal functions

Mauro's picture

Strings Max Lenght Control function for Drupal

Tagged:  •  

Objective:
Create one function that controls the length for one string of caharacters in drupal.

Function:

<?php
function max_length($string) {
$string = check_plain($string);

Syndicate content