עבור לתוכן
View in the app

A better way to browse. Learn more.

HWzone

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

PHP- פונקציית __autoload לא נקראת

Featured Replies

פורסם

שלום,

יצרתי לעצמי אובייקט, נראה כרגע מאוד דומה ל-

<?php
class myobject1{
function __autoload($class){
echo 'test-string1';
include $class.php;
}

public function somthing(){
echo 'test-string 2';
return new myobject2();
}
}

$a = new myobject();
$b = $a->somthing();

?>

הפלט שאני מקבל מהדוגמא שכתבתי היא test-string 2 ושגיאה שהוא לא מוצא את ה-class של myobject2.

אין בפלט את המחרוזת 'test -string1' כך שאני מבין שהפונקציה של autoload בכלל לא בשימוש.

אני משתמש בPHP בגרסה 5.4.1.

מישהו אולי מכיר את הבעיה ויכול לעזור?

ארכיון

דיון זה הועבר לארכיון ולא ניתן להוסיף בו תגובות חדשות.

דיונים חדשים

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.