|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-11-20 10:40 UTC] a at b dot c dot de
[2009-11-20 10:42 UTC] pajoye@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 10:00:01 2025 UTC |
Description: ------------ the use of constructs would be nice. i don't see a reason why i shouldn't be able to do something like this: $db_prefix="mysql_"; $conn_func=$db_prefix."connect"; $conn_func('localhost','example','password'); having to build wrapper functions for every construct i want to use within a class bloats the code and makes things less manageable. Reproduce code: --------------- --- From manual page: functions.variable-functions ---