|||
חיפוש באתר:

מצאתי כאןדוגמת קוד שימושית המאפשרת לראות את כל הפונקציות (לא רק של ה core) הניתנות לדריסה
all themeable functions of a Drupal Installation. (Core functions and the themeable functions of enabled modules on your server).

<?php
 
print '<ol>';
 
$functions = get_defined_functions();
  foreach(
$functions['user'] as $function) {
   if(
substr($function,0,6)== 'theme_')
    print
"<li>$function</li>";
  }
  print
'</ol>';
?>

תגובה

ערך מאפיין זה ישאר פרטי ולא יוצג באופן ציבורי.
  • Allowed HTML tags: <<a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd><p><table><thead><tbody><tr><td><a><img><b><br><u><i>
  • מעבר שורות ופסקאות מתבצע אוטומטית.
  • Web page addresses and e-mail addresses turn into links automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.

מידע נוסף על אפשרויות מבנה קלט

CAPTCHA
מיועד לבחון האם אתה משתמש אנושי
9 + 3 =
פתור את בעיית החשבון, והזן את התשובה, לדוגמא עבור 1 + 3 , רשום 4