{"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Instead of simply printing out PHP_AUTH_USER and PHP_AUTH_PW, as done in the above example, you may want to check the username and password for validity. \t Instead of simply printing out the $PHP_AUTH_USER and $PHP_AUTH_PW, you would probably want to check the username and password for validity."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This simply gives an easy way to iterate over arrays. foreach works only on arrays, and will issue an error when you try to use it on a variable with a different data type or an uninitialized variables. \t PHP כוללת את פקודת foreach מגרסה 4 בלבד. בדומה לפרל ושפות אחרות, ניתן בעזרת פקודה זו לבצע בפשטות איטרציות על מערך. קיימים לפקודה שני סוגי תחביר. השני מהווה הרחבה חשובה לראשון:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. array_pop() example \t דוגמה 1. array_pop() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. msql_query() \t דוגמה 1. msql_query()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "DomXsltStylesheet - process \t domxml_new_doc"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If you want to override the installation of the CGI binary, use make install-cli after make install. \t The are certain php.ini directives which are overriden by the CLI SAPI because the do not make sense in shell environments:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See fopen() for more details on how to specify the filename and Appendix I for a list of supported URL protocols. \t If filename begins with \"ftp: / /\" (not case sensitive), an ftp connection to the specified server is opened and the requested file is written to standard output."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This function caches information about specific filenames, so you only need to call clearstatcache() if you are performing multiple operations on the same filename and require the information about that particular file to not be cached. \t This value is only cached for the lifetime of a single request."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Note, autoglobals such as $_COOKIE became available in PHP 4.1.0. $HTTP_COOKIE_VARS has existed since PHP 3. \t setcookie (\"TestCookie\", $value); setcookie (\"TestCookie\", $value,time()+3600); / * expire in 1 hour * / setcookie (\"TestCookie\", $value,time()+3600, \"/ ~rasmus /\", \".utoronto.ca\", 1);"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Mon through Sun \t D - day of the week, textual, 3 letters; e.g. \"Fri \""} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pg_lo_read_all \t pg_lo_read"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "(PHP 4 = 4.3.0) \t (PHP 4 CVS only)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Also note, that many Linux distributions come with PHP built in these days. \t אנחנו מפיצים גירסאות בינריות-מקומפלות רק למערכות Windows, משום שאנחנו לא יכולים לקמפל את PHP לכל מערכות לינוקס / יוניקס העיקריות שקיימות עם כל שילובי הסיומות. כמו כן, רוב גירסאות לינוקס כיום באות עם PHP כבר בתוכן. את גירסאות Windows ניתן להוריד בעמוד ה הורדות. לגירסאות הבינריות של לינוקס ניתן לבדוק את אתר האינטרנט של חברת ההפצה שברשותך."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Setting it to On performs the relaxed GID checking, setting it to Off (the default) performs UID checking. \t In addition, you cannot set the SUID, SGID and sticky bits"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "openssl_csr_export_to_file \t OpenSSL functions"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns TRUE on success or FALSE on failure. \t This function returns TRUE on success and FALSE on failure."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This way, you don 't need to set up anything on your own, only write your PHP scripts, upload it to the server you rent, and see the results in your browser. \t You can find a list of hosting companies at http: / /hosts.php.net /."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. ncurses_mousemask() example \t דוגמה 1. ncurses_mousemask() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Instead of int( 4) (intended use: integers up to '9999'), SESAM requires simply int Instead of int(4) (intended use: integers up to '9999'), SESAM requires simply int for an implied size of 31 bits. \t Instead of int( 4) (intended use: integers up to '9999'), SESAM requires simply int for an implied size of 31 bits."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The behaviour of these functions is affected by settings in php.ini. \t If shared object module is available, PostgreSQL module may be loaded using extension directive in php.ini or dl() If shared object module is available, PostgreSQL module may be loaded using extension directive in php.ini or dl() function."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $array = array( 'lastname', 'email', 'phone'); $comma_separated = implode(\" ,\", $array); print $comma_separated; / / lastname,email,phone? \t $colon_separated = implode( \":\", $array);"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "html head title Example / title / head body ?php echo \"Hi, I'm a PHP script !\";? / body / html \t html dir=\" rtl \"head title דוגמא / title / head body ?php echo \"שלום, אני סקריפט של PHP !\";? / body / html"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ftp_get_option \t ftp_get"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Also see the session.cache_limiter configuration directive. \t ?php # set the cache limiter to 'private' session_cache_limiter('private'); $cache_limiter = session_cache_limiter(); echo \"The cache limiter is now set to $cache_limiter p \";?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Users may not change the array itself from the callback function. e.g. \t In PHP 4 reset() needs to be called as necessary since array_walk() does not reset the array by default."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Like every shell application, the PHP binary accepts a number of arguments but your PHP script can also receive arguments. \t Like every shell application not only the PHP binary accepts a number of arguments but also your PHP script can receive them."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "cpdf_setrgbcolor_stroke \t cpdf_setmiterlimit"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "cpdf_finalize_page \t cpdf_fill_stroke"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 4. date() Formatting \t דוגמה 4. date() Formatting"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mktime() example \t דוגמה 1. mktime() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If called from within a function, the return() statement immediately ends execution of the current function, and returns its argument as the value of the function call. return() will also end the execution of an eval() statement or script file. \t אם מתבצעת קריאה לפקודה זו מתוך פונקציה, פקודת ה - return() תעצור מייד את הרצת הפונקציה הנוכחית ותחזיר את הערך שהועבר לה כערך התוצאה של הפונקציה. פקודת return() תעצור גם ביצוע של פקודת eval() בסקריפט."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "To use PHP' s OpenSSL support you must also compile PHP --with-openssl[=DIR]. \t PHP-4.0.4pl1 requires OpenSSL = 0.9.6, but PHP-4.0.5 and greater with also work with OpenSSL = 0.9.5."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The name of this function is key_exists() in PHP version 4.0.6. \t This name of this function is key_exists() in PHP version 4.0.6."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "imap_listscan \t imap_listsubscribed"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also opendir(), readdir() and closedir(), fnmatch(). \t See also opendir(), readdir() and closedir()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Since PHP (for historical reasons) supports indexing into strings via offsets using the same syntax as array indexing, the example above leads to a problem: should $a become an array with its first element being \"f\", or should \"f \"become the first character of the string $a? \t $a = \"1\"; / / $a is a string $a[0] = \"f\"; / / What about string offsets?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The extension still contains many old functions, but they should no longer be used. \t The domxml extension has been overhauled in PHP Version 4.3.0 in favour of a better compliance of the DOM standard."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP has also support for most of the web servers today. \t PHP עובדת על כל הסוגים העיקריים של מערכות ההפעלה, כולל לינוקס, רבות ממערכות Unix (כולל HP-UX, Solaris ו OpenBSD), מיקרוסופט וינדוס, Mac OS X, RISC OS, וכנראה עוד רבות אחרות."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The configuration file (called php3.ini in PHP 3.0, and simply php.ini as of PHP 4.0) is read when PHP starts up. \t With PHP 4.0, there are several Apache directives that allow you to change the PHP configuration from within the Apache configuration file itself."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP supports three scalar value types: integer values, floating point values and string values (scalar values are values that you can't'break 'into smaller pieces, unlike arrays, for instance). \t PHP תומכת בשלושה ערכים סקאלריים (הסבר בהמשך): מספרים שלמים, ערכי נקודה צפה (מספרים לא שלמים) וערכי מחרוזת (ערכים סקלריים-scalar - הם ערכים שלא ניתן ל\"שבור \"לחקלים קטנים יותר, להבדיל למשל ממערכים)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You can find information about attributes at the Z39.50 Maintenance Agency site. \t Another more complex one:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns TRUE on success or FALSE on failure. \t That final NULL-character is added automatically. מחזיר TRUE במקרה של הצלחה או FALSE במקרה של כישלון."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "strtr \t substr"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "When you want to restrict access to only the specified directory, end with a slash. \t You can only execute executables within the safe_mode_exec_dir."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also session_get_cookie_params() and session_set_cookie_params(). \t To continue, A HREF=\" nextpage.php? ?php echo SID? \"click here / A"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "classa.inc: class A {var $one = 1; function show_one() {echo $this - one;}} page1.php: include(\"classa.inc\"); $a = new A; $s = serialize($a); / / store $s somewhere where page2.php can find it. $fp = fopen(\"store\", \"w\"); fputs($fp, $s); fclose($fp); page2.php: / / this is needed for the unserialize to work properly. include(\"classa.inc\"); $s = implode(\"\", @file(\"store\")); $a = unserialize($s); / / now use the function show_one() of the $a object. $a - show_one(); \t classa.inc: class A {var $one = 1; function show_one() {echo $this - one;}} page1.php: include(\"classa.inc\"); $a = new A; $s = serialize($a); / / איכסון $s במקום כשלהו כש page2.php יכול למצוא אותו. $fp = fopen(\"store\", \"w\"); fputs($fp, $s); fclose($fp); page2.php: / / זה נדרש על מנת לבצע unserialize בצורה הנכונה. include(\"classa.inc\"); $s = implode(\"\", @file(\"store\")); $a = unserialize($s); / / עכשיו הפונקציה show_one() בשימוש של האובייקט $a. $a - show_one();"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This is done by first decoding the comment using the specified characterset. \t You will also have to compile PHP with --with-jpeg-dir= / path / to / jpeg-6b."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This does not matter in Unix environments, yet. \t הערה: הסימון * אומר שהספריה אינה בטוחה בכל המקרים, והיא אינה אמורה להיות בשימוש של PHP כמודול שרת בישום למשתמשים מרובים (multi-thread) על שרתי חלונות (IIS, Netscape). בסביבות יוניקס הדבר לא עקרוני ולא משנה, עדיין."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $result = mysql_query( \"SELECT my_col FROM my_tbl\") or die(\"Invalid query: \". mysql_error());? \t ?php $result = mysql_query( \"SELECT my_col FROM my_tbl\") or die (\"Invalid query\");?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Whereas applications written for the web are often executed very quickly, shell application tend to have a much longer execution time. \t The global PHP variables $argc (number of arguments passed to the application) and $argv (array of the actual arguments) are always registered and filled in with the appropriate values when using the CLI SAPI."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Go in the Ming directory. make. make install. \t SWFMovie - save - - Saves your movie in a file."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php if (!session_is_registered('count')) {session_register('count'); $count = 1;} else {$count++;}? \t session.use_trans_sid whether transparent sid support is enabled or not if enabled by compiling with --enable-trans-sid."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For example, let 's post a form to itself and upon submission display the data: \t כאשר המשתמש ישלח את הטופס, משתני הטופס יועברו אל השרת ובנוסף יועברו משתנים המציינים את מיקום הלחיצה של העכבר בתמונה ויוגדרו כ - $sub_x ו - $sub_y. יש לציין ששם המשתנה המקורי מכיל נקודה שמומרת ל קו-תחתי על-ידי PHP באופן אוטומטי."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "SWFSprite \t SWFText"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This extension has no configuration directives defined in php.ini. \t לפונקציות נוספות בנושא כגון: dirname(), is_dir(), mkdir(), ו rmdir() ,ראה את מודול Filesystem."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "To make a useful counting function which will not lose track of the current count, the $a variable is declared static: \t המערך $GLOBALS הוא מערך אסוציאטיבי באופן ששם המשתנה הגלובלי הוא המפתח לערך וערך המשתנה הגלובלי הוא הערך של תא זה במערך."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Functions restricted / disabled by safe mode \t Safe Mode"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mcrypt_get_cipher_name() Example \t דוגמה 1. mcrypt_get_cipher_name() Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pg_clientencoding \t orbit_load_idl"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "cpdf_set_font_map_file \t cpdf_set_current_page"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Please note that this documentation has been changed to use $_SESSION everywhere. \t session.name specifies the name of the session which is used as cookie name."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "To use the readline functions, you need to install libreadline. \t To use the readline functions, you need to install libreadline and compile PHP with support for readline."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "There is no installation needed to use these functions; they are part of the PHP core. \t There is no installation needed to use these functions, they are part of the PHP core."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_set_horiz_scaling \t pdf_set_info"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "A back reference matches whatever actually matched the capturing subpattern in the current subject string, rather thanA back reference matches whatever actually matched the capturing subpattern in the current subject string, rather than anything matching the subpattern itself. \t A back reference matches whatever actually matched the cap - turing subpattern in the current subject string, rather thanA back reference matches whatever actually matched the cap - turing subpattern in the current subject string, rather than anything matching the subpattern itself."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "/ / Works in PHP 3 and PHP 4. class Auto_Cart extends Cart {function Auto_Cart() {$this - add_item (\"10\", 1);}} \t / / עובד ב PHP 3 וגם ב PHP 4. class Auto_Cart extends Cart {function Auto_Cart() {$this - add_item (\"10\", 1);}}"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In PHP 4, eval() returns NULL unless return() is called in the evaluated code, in which case the value passed to return() In PHP 4, eval() returns NULL unless return() is called in the evaluated code, in which case the value passed to return() is returned. \t In PHP 4, eval() returns FALSE unless return() is called in the evaluated code, in which case the value passed to return() In PHP 4, eval() returns FALSE unless return() is called in the evaluated code, in which case the value passed to return() is returned."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This entry identifier is then supplied to ldap_next_entry() routine to get successive entries from the result. \t This entry identifier is then supplied to lap_next_entry() routine to get successive entries from the result."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Any number of alternatives may appear, and an empty alternative is permittedAny number of alternatives may appear, and an empty alternative is permitted (matching the empty string). \t Any number of alter - natives may appear, and an empty alternative is permittedAny number of alter - natives may appear, and an empty alternative is permitted (matching the empty string)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Passing FDF data to a second form \t In a web environment it is a URL (e.g. http: / testfdf / resultlabel.pdf)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The default value for the PHP directive register_globals changed from on to off in PHP 4.2.0. \t This sets the maximum time in seconds a script is allowed to run before it is terminated by the parser."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mssql_free_statement \t mssql_free_result"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mcrypt_encrypt() Example \t דוגמה 1. mcrypt_encrypt() Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In order to have these functions available, you must compile PHP with mnoGosearch support by using the --with-mnogosearch option. \t After every document is referenced by its corresponding URL, meta-data collected by indexer is used later in a search process."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "imagerotate \t imagerectangle"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "To use DOM XSLT features you can use the libxslt library and EXSLT enhancements from http: / /www.exslt.org /. \t Currently this tree should be considered read-only - you can modify it but this would not make any sense since DomDocument_dump_mem() cannot be applied to it."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Note: \t PHP 4 only."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The classes below are defined by this extension, and will only be available when the extension has either been compiled into PHP or dynamically loaded at runtime. \t SWFShape - setRightFill - - Sets right rasterizing color."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ob_iconv_handler \t iconv_get_encoding"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If length is given and is positive, the string returned will contain at most length characters beginning from start (depending on the length of string). \t If length is given and is positive, the string returned will contain at most length characters beginning from start (depending on the length of string."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ovrimos_result_all \t ovrimos_result"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Extended API module \t מודול API מורחב"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Both pre-increment and post-increment essentially increment the variable, and the effect on the variable is idential. \t Pre-increment, שנכתב כ '++$variable', מגדיל את הערך המוגדל (PHP מגדילה את הערך לפני שהיא קוראת את הערך לכן המונח 'pre-increment' או בתרגום צולע משהו: \"מוגדל מראש\")."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. base_convert() \t דוגמה 1. base_convert()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Constructors are functions in a class that are automatically called when you create a new instance of a class with new. \t ב PHP 3 ו PHP 4 לפונקציות הבנאיות מתנהגות בצורה שונה. הסמנטיקה של PHP 4 עדיפה בהרבה."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php header( \"Location: http: / /\".$_SERVER['HTTP_HOST'] .dirname($_SERVER['PHP_SELF']) .\" / \".$relative_url);? \t header( \"Location: http: / /\".$_SERVER['HTTP_HOST'] .dirname($_SERVER['PHP_SELF']) .\" / \".$relative_url);"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns TRUE on success or FALSE on failure. \t flock() returns TRUE on success and FALSE on error (e.g. when a lock could not be acquired)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The use of the DIO functions should be considered only when direct control of a device is needed. \t PHP supports the direct io functions as described in the Posix Standard (Section 6) for performing I / O functions at a lower level than the C-Language stream I / O functions (fopen, fread,..)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The \"ping\" command (present in most modern operating systems) is an example application of ICMP. \t Returns a socket resource on success, or FALSE on error."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also: call_user_func(), call_user_method(), call_user_method_array(). \t This function was added to the CVS code after release of PHP 4.0.4pl1"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You must NOT use the apxs version that is in the apache sources but the one that is actually installed on your system. \t User nobody Group \"#-1\" Unless you change that to \"Group nogroup \"or something like that (\"Group daemon\" is also very common) PHP will not be able to open files."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also empty(), unset(), defined(), array_key_exists() and the error control @ operator. \t See also empty(), unset(), and array_key_exists()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 3. odbc_fetch_into() 4.2.0 example \t דוגמה 3. odbc_fetch_into() 4.2.0 example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "imap_get_quotaroot \t imap_getmailboxes"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "swfmovie_output() \t satellite_exception_id()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "There is no restriction on the appearance of non-printing characters, apart from the binary zero that terminates a pattern, but when a pattern is being prepared by text editing, it is usually easier to use one of the following escape sequences than the binary character it represents: \t There is no restriction on the appearance of non-printing charac - ters, apart from the binary zero that terminates a pattern, but when a pattern is being prepared by text editing, it is usually easier to use one of the following escape sequences than the binary character it represents:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_setgray \t pdf_setgray_stroke"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_close_image \t pdf_close"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If accessing the filename image is impossible, or if it isn' t a valid picture, getimagesize() will return FALSE and generate a warning. \t A very common one in to embed IPTC http: / /www.iptc.org / A very common one in to embed IPTC http: / /www.iptc.org / information in the APP13 marker."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The BS2000 PLAM library must be set ACCESS=READ,SHARE=YES because it must be readable by the apache server 's user id. \t Now there is a PHP3 SESAM interface available which allows database operations via PHP-scripts."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Using backreferences followed by numeric literals. \t Every parameter to preg_replace() can be an array."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP 3 is the successor to PHP / FI 2.0 and is a lot nicer. \t PHP / FI 2.0 היא גירסה קודמת שלא נתמכת כיום של PHP."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "As discussed earlier in this chapter (see the description of the Zend module descriptor block), there are module, and request startup and shutdown events. \t The global startup functions are called once when PHP starts up; similarly, the global shutdown functions are called once when PHP shuts down."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Provides a sequenced, reliable, two-way connection-based data transmission path for datagrams of fixed maximum length; a consumer is required to read an entire packet with each read call. \t AF_UNIX uses pathnames to identify sockets and can therefore only be used for local communication (which is faster, on the other hand)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If it is omitted or set to zero, then the default FTP port, 21, will be used. \t If it is omitted or zero, then the default FTP port, 21, will be used."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "$num_hosts = count ($host); if (empty($term) _BAR_ _BAR_ count($host) == 0) {echo 'form method=\"get \"input type=\"checkbox\" name=\"host[] \"value=\"bagel.indexdata.dk / gils\" GILS test input type=\"checkbox \"name=\"host[]\" value=\"localhost:9999 / Default \"local test input type=\"checkbox\" checked=\"1 \"name=\"host[]\" value=\"z3950.loc.gov:7090 / voyager \"Library of Congress br RPN Query: input type=\"text\" size=\"30 \"name=\"term\" input type=\"submit \"name=\"action\" value=\"Search \"';} else {echo'You searced for '. htmlspecialchars($term).' br '; for ($i = 0; $i $num_hosts; $i++) {$id[] = yaz_connect($host[$i]); yaz_range($id[$i], 1, 10); yaz_search($id[$i] ,\"rpn\",$term);} yaz_wait(); for ($i = 0; $i $num_hosts; $i++) {echo' hr '. $host[$i].\" :\"; $error = yaz_error($id[$i]); if (!empty($error)) {echo \"Error: $error\";} else {$hits = yaz_hits($id[$i]); echo \"Result Count $hits\";} echo' dl '; for ($p = 1; $p = 10; $p++) {$rec = yaz_record($id[$i],$p ,\"string\"); if (empty($rec)) continue; echo \"dt b $p / b / dt dd\"; echo ereg_replace(\"\\n\", \"br \\n\",$rec); echo\" / dd \";} echo' / dl ';}} \t $num_hosts = count ($host); if (empty($term) _BAR_ _BAR_ count($host) == 0) {echo 'form method=\"get \"input type=\"checkbox\" name=\"host[] \"value=\"bagel.indexdata.dk / gils\" GILS test input type=\"checkbox \"name=\"host[]\" value=\"localhost:9999 / Default \"local test input type=\"checkbox\" checked=\"1 \"name=\"host[]\" value=\"z3950.bell-labs.com / books \"BELL Labs Library br RPN Query: input type=\"text\" size=\"30 \"name=\"term\" input type=\"submit \"name=\"action\" value=\"Search \"';} else {echo 'You searced for '. htmlspecialchars($term).' br '; for ($i = 0; $i $num_hosts; $i++) {$id[] = yaz_connect($host[$i]); yaz_syntax($id[$i] ,\"sutrs\"); yaz_search($id[$i] ,\"rpn\",$term);} yaz_wait(); for ($i = 0; $i $num_hosts; $i++) {echo' hr '. $host[$i].\" :\"; $error = yaz_error($id[$i]); if (!empty($error)) {echo \"Error: $error\";} else {$hits = yaz_hits($id[$i]); echo \"Result Count $hits\";} echo' dl '; for ($p = 1; $p = 10; $p++) {$rec = yaz_record($id[$i],$p ,\"string\"); if (empty($rec)) continue; echo \"dt b $p / b / dt dd\"; echo ereg_replace(\"\\n\", \"br \\n\",$rec); echo\" / dd \";} echo' / dl ';}}"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mb_ereg_search_setpos \t mb_ereg_replace"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Of course, values in PHP don' t have to be integers, and very often they aren't. \t כמבון, ערכים ב PHP לא חייבים להיות integers (מספרים שלמים), ולעיתים קרובות הם לא."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "bcpowmod \t bcscale"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mysql_tablename() Example \t דוגמה 1. mysql_tablename() Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "So don 't count on it that the browser obeys your wish! \t So don 't count on it that the browser obeys you wish!"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $filename = \"c:\\\\files\\\\somepic.gif\"; $handle = fopen ($filename, \"rb\"); $contents = fread ($handle, filesize ($filename)); fclose ($handle);? \t $filename = \"c:\\\\files\\\\somepic.gif\"; $fd = fopen ($filename, \"rb\"); $contents = fread ($fd, filesize ($filename)); fclose ($fd);"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "html_entity_decode \t hebrevc"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Type is one of PHP (default) or GNU. \t Include OpenSSL support (requires OpenSSL = 0.9.5)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pg_meta_data \t pg_metadata"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "As of PHP version 4.3, the function more properly reflects the functionality as dictated by the RFC 2087. \t imap_stream should be the value returned from an imap_status() call."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. fbsql_read_blob() example \t דוגמה 1. fbsql_read_blob() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "While the short-form tags and ASP-style tags may be convenient, they are not as portable as the longer versions. \t דוגמה 5-1. דרכים לעבור ממצב HTML למצב PHP"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Table 1. \t Compile YAZ and install it."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Assuming that you have a string $data, which contains the string you want to pass on in a non-encoded way, these are the relevant stages: \t ישנם כמה שלבים בהם הקידוד חשוב. בהנחה שנתונה מחרוזת $data, שמכילה את המחרוזת שברצונך להעביר הלאה בצורה לא מקודדת (ללא קודי HTML), אלה השלבים הנחוצים:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Basic realm=\" My Realm\"'); header('HTTP / 1.0 401 Unauthorized'); echo'Text to send if user hits Cancel button'; exit;} else {echo \"p Hello {$_SERVER['PHP_AUTH_USER']}. / p\"; echo \"p You entered {$_SERVER['PHP_AUTH_PW']} as your password. / p\";}? \t Basic realm=\\\" My Realm\\\"\"); header(\"HTTP / 1.0 401 Unauthorized\"); echo \"Text to send if user hits Cancel button\\n\"; exit;} else {echo \"p Hello $PHP_AUTH_USER. / p\"; echo \"p You entered $PHP_AUTH_PW as your password. / p\";}?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 2. pdfclock example from pdflib 2.0 distribution \t דוגמה 2. pdfclock example from pdflib 2.0 distribution"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "imagegd2 \t imagegd"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. ora_fetch_into() \t דוגמה 1. ora_fetch_into( )()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "vpopmail_add_domain \t vpopmail_add_user"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Security and Safe Mode Configuration Directives \t Configuration directives controlling safe mode are:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "cpdf_setmiterlimit \t cpdf_setrgbcolor"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Table 1. possible values for pid \t טבלה 1. possible values for pid"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "/ / fill an array with all items from a directory $handle = opendir( '.'); while ($file = readdir($handle)) {$files[] = $file;} closedir($handle);? \t / / fill an array with all items from a directory $handle = opendir( '.'); while ($file = readdir($handle)) {$files[] = $file;} closedir($handle);"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. \t מחזיר TRUE במקרה של הצלחה או FALSE במקרה של כישלון."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The given directory is opened. \t string read();"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See the section entitled \"Backslash\" above for further details of the handling of digits following a backslash. \t See the section entitled \"Backslash\" above for further details of the han - dling of digits following a backslash."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example C-10. \t דוגמה C-10."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 2. swfbitmap() example \t דוגמה 2. swfbitmap() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. imap_mime_header_decode() example \t דוגמה 1. imap_mime_header_decode() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The presence and order of variable inclusion in this array is defined according to the variables_order configuration directive. \t מערך אסוציאטיבי של המשתנים המועברים לסקריפט הנוכחי דרך שיטת HTTP POST. משתנה זה מוגדר בכל טווח משתנים כלשהו. נוסף ל-PHP החל מגרסה 4.1.0."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This function returns TRUE when all of the variables are successfully registered with the session. \t If session_start() was not called before this function is called, an implicit call to session_start() with no parameters will be made."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Then select Build= Set Active Configuration and select the desired configuration. \t c:\\php-win32build\\include"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Appendix D. \t נספח D."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The elseif statement is only executed if the preceding if expression and any preceding elseif expressions evaluated to FALSE, and the current elseif expression evaluated to TRUE. \t פקודת ה - elseif תבוצע רק אם ערכי הביטויים במשפטי ה - if וה - elseif שקדמו לה שוים בערכם ל - FALSE וערכו של ביטוי ה - elseif הנוכחי שווה ל - TRUE."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also bcpowmod(), and bcsqrt(). \t See also bcsqrt()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Hypertext Preprocessor\") is a widely-used Open Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. \t Hypertext Preprocessor\") היא שפת סקריפט בעלת קוד פתוח לשימוש כללי ומותאמת במיוחד לפיתוח באינטרנט ויכולה להשתלב בעמודי HTML."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. exit() example \t דוגמה 1. exit() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You can also set this option when initializing a session with the curl_init() function. \t CURLOPT_URL: זהו ה URL שברצונך ש PHP תביא. ניתן לקבוע את הערך גם בזמן אתחול session עם פונקציית curl_init()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PUT method support \t תמיכה בשיטת PUT"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. fbsql_list_dbs() example \t דוגמה 1. fbsql_list_dbs() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ftp_ssl_connect \t ftp_systype"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "As shown, before PHP 4.2.0 the default value for register_globals was on. \t form action=\" array.php \"method=\"post\" Name: input type=\"text \"name=\"personal[name]\" br Email: input type=\"text \"name=\"personal[email]\" br Beer: br select multiple name=\"beer[] \"option value=\"warthog\" Warthog option value=\"guinness \"Guinness option value=\"stuttgarter\" Stuttgarter Schwabenbr auml;u / select input type=\"submit \"/ form"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For instance, in the default \"C\" locale characters such as umlaut-a (ä) will not be converted. \t For instance, in the default \"C\" locale characters such as umlaut-a (ה) will not be converted."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. session_name() examples \t דוגמה 1. session_name() examples"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP = 4.3 supports all the mentioned header elements and is no longer case-sensitive. \t הערה: אתה חייב להשתמש בתווים \\r\\n כדי להפריד כותרות, למרות שסוכני העברת דואר מסויימים של Unix יכולים לעבוד רק עם שורה חדשה (\\n). הכותרת Cc: היא רגישה להבדל בין אותיות קטנות לגדולות (-באנגלית) וחייב להכתב במערכות Win32 כך:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The script below demonstrates the parallel searching feature of the API. \t When invoked with no arguments it prints a query form; else (arguments are supplied) it searches the targets as given in in array host."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "As of PHP 4.3.0, the option --enable-mbstring will be enabled by default and replaced with --with-mbstring[ =LANG] to support Chinese, Korean and Russian language support. \t The following configure options are related to mbstring module."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. printer_draw_elipse() example \t דוגמה 1. printer_draw_elipse() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ldap_get_values_len \t ldap_get_values"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The keys of this array are the names of the global variables. $GLOBALS has existed since PHP 3. \t נתיב מבוסס לפי מערכת הקבצים של הסקריפט הנוכחי (זה לא document root של הסקריפט) לאחר שבוצע מיפוי וירטואלי לריאלי."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Ming provides some insulation from the mundane details of the SWF file format, wrapping the movie elements in PHP objects. \t SWFDisplayItem - multColor - - Multiplies the item 's color transform."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Each key value then contains an another array with the usage and limit values within it. \t This stream is required to be opened as the mail admin user for the quota function to work. quota_root should normally be in the form of user.name where name is the mailbox you wish to retrieve information about."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "getopt \t getmyuid"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. dbx_close() example \t דוגמה 1. dbx_close() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mcrypt_generic \t mcrypt_generic_init"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "To build the c-client library with SSL or / and Kerberos support read the docs supplied with the package. \t This extension does not define any configuration directives."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Pay close attention to what register_globals means to you too. \t PHP יוצרת HTML, ול-HTML יש מידע שישלח ל-PHP וישמש אותה."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Variables provided to the script via any user input mechanism, and which therefore cannot be trusted. \t מערך אסוציאטיבי של המשתנים המועברים לסקריפט הנוכחי דרך שיטת HTTP POST."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This simply means that it is available in all scopes throughout a script. \t $HTTP_SERVER_VARS מכיל את אותו המידע, אך אינו גלובאלי אוטומטי."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Orders results so that $matches[ 0] is an array of full pattern matches, $matches[1] is an array of strings matched by the first parenthesized subpattern, and so on. \t order can be one of two things:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The default behavior is to return the page normally, ignoring the code. \t CURLOPT_FAILONERROR: קבע את הערך לערך השונה מאפס אם ברצונך ש PHP תכשל באופן שקט,ללא הודעות שגיאה, אם הקוד המוחזר על ידי ה HTTP גדול מ300. ברירת המחדל היא להחזיר את הדף באופן רגיל תוך כדי התעלמות מן הקוד."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "OpenBSD Package Install Example \t Below is an example of how to do this."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "As of version 4.3.0, PHP supports a new SAPI type (Server Application Programming Interface) named CLI which means Command Line Interface. \t Since version 4.3, PHP supports a new SAPI type (Server Application Programming Interface) named CLI which means Command Line Interface."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "dio_tcsetattr \t dio_stat"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "swf_shapecurveto3 \t swf_shapecurveto"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also call_user_func(), variable variables and function_exists(). \t See also variable variables and function_exists()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Windows versions of PHP prior to PHP 4.3 do not support accessing remote files via this function, even if allow_url_fopen is enabled. \t דוגמה 11-5. שימוש ב - include() דרך HTTP"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Note: \t SIGHUP"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "shm_remove_var \t shm_put_var"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This extension allows you to process credit cards transactions using Crédit Mutuel CyberMUT system (http: / /www.creditmutuel.fr / centre_commercial / vendez_sur_internet.html). \t This extension allows you to process credit cards transactions using Crיdit Mutuel CyberMUT system (http: / /www.creditmutuel.fr / centre_commercial / vendez_sur_internet.html)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "With $_SESSION, there is no need to use the session_register(), session_unregister(), session_is_registered() functions. \t session.cookie_lifetime session.cookie_lifetime specifies the lifetime of the cookie in seconds which is sent to the browser."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mb_convert_case \t mb_convert_encoding"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "readline_add_history \t readline"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Ming was added in PHP 4.0.5. \t SWFDisplayItem - setDepth"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "These functions allow you to get the date and time from the server where your PHP scripts are running. \t This functions allow you to get date and time from the server where PHP is running on."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Array ([one] = 1 [five] = 5 [animal] = Dodo bird [path] = / usr / local / bin [URL] = http: / /www.example.com / ~username) Array ([first_section] = Array ([one] = 1 [five] = 5 [animal] = Dodo bird) [second_section] = Array ([path] = / usr / local / bin [URL] = http: / /www.example.com / ~username)) \t Array ([one] = 1 [five] = 5 [path] = / usr / local / bin) Array ([first_section] = Array ([one] = 1 [five] = 5) [second_section] = Array ([path] = / usr / local / bin))"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "hw_api - content \t hw_api_content - read"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The current line number of the file. \t מציין שגיאה אחרת משגיאת parsing שממנה לא ניתן להתאושש."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. pspell_config_create() \t דוגמה 1. pspell_config_create()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Changing it to $_SERVER[ 'REQUEST_METHOD'] will make the parser happy and greatly improve the style and security of your code. \t Changing it to $HTTP_SERVER_VARS[ 'REQUEST_METHOD'] will make the parser happy and greatly improve the style and security of your code."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pg_unescape_bytea \t pg_tty"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. swfaction() example \t דוגמה 1. swfaction() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If you are a first-time, or even just a beginning, programmer, you may find it difficult to learn how to program in PHP using just this manual. \t מדריך זה לא מנסה לספק הסברים אודות תרגולי תכנות כלליים. אם אתה מתכנת בפעם הראשונה, או אפילו רק מתכנת מתחיל, אולי תמצא שללמוד תכנות ב-PHP באמצעות מדריך זה יהיה קשה. כדאי שתחפש טקסט שמכוון יותר למתחילים. אתה יכול למצוא רשימה של ספרים הקשורים ל-PHP ב http: / /www.php.net / books.php."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Set this option to a non-zero value and PHP will append to the remote file instead of overwriting it. \t CURLOPT_FTPAPPEND: קבע את הערך לערך השונה מאפס אם ברצונך ש PHP תוסיף את תוכן הקובץ לקובץ הקיים במקום להחליפו."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "GNU Readline \t readline"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The optional restart_syscalls parameter became available in PHP 4.3.0. \t pcntl_signal() returns TRUE on success or FALSE on failure."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "require() includes and evaluates a specific file. \t פקודת require() מספחת ומריצה או מעריכה קובץ מסויים."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "socket_create_pair \t socket_connect"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Table D-2. \t טבלה D-2."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP has already a long history behind him: \t ל-PHP כבר יש הסטוריה ארוכה מאחוריה:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You cannot specify additional output handlers if zlib.output_compression is activated here. \t Opens a temporary file and writes a test string to it, then it prints out the content of this file twice."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mb_strtoupper \t mb_strrpos"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "There are a lot of useful functions for string modification. \t For backwards compatibility, you can still use the array-braces."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Limit the files that can be opened by PHP to the specified directory-tree, including the file itself. \t Obeys the safe_mode_protected_env_vars and safe_mode_allowed_env_vars ini-directives."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The type parameter selects the type of communication to be used by the socket. \t The domain parameter sets the domain (protocol family) to be used for communication."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Constructors can take arguments and these arguments can be optional, which makes them much more useful. \t בודגמא הוגדרה מחלקה Auto_Cart שהיא Cart ובנוסף לה בנאי שמאתחל את העגלה עם ריט אחד של מוצר שמספרו \"10\" בכל פעם שיוצרים מופע חדש של Auto_Cart בעזרת \"new \". הפנקציה הבנאית יכולה לקחת ארגומנטים שהם אופציונליים, מה שגורם להם להיות שימושיים במיוחד. על מנת שאפשר יהיה להשתמש בפונקציה בלי פרמטרים, כל הפרמטרים שמועברים לבנאי צריכם להקבע אופציונלית על ידי אספקת ערכי ברירת מחדל."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Heredoc support was added in PHP 4. \t Here doc support was added in PHP 4."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php header( \"Expires: \t header( \"Expires:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns TRUE on success or FALSE on error. \t Returns TRUE on success, FALSE on error."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "References are not stored statically: \t עכשיו, בכל קריאה לפונקציה Test, יודפס ערכו של המשתנה $a ואחר-כך יוגדל ערכו."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Starting with PHP 4.2.3 the name changed to libintl-1.dll \t This extension does not define any configuration directives."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "DomComment is derived from DomCData. \t DomComment is derived from DomCData"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "There are three main fields where PHP scripts are used. \t PHP שימושית בשלושה תחומים עיקריים."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. wordwrap() example \t דוגמה 1. wordwrap() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "It may not be obvious exactly what will happen when casting between certain types. \t When casting or forcing a conversion from object to string, the result will be the word Object."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. array_values() example \t דוגמה 1. array_values() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. openssl_sign() example \t דוגמה 1. openssl_sign() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In PHP 3, the return may not appear inside a block unless it' s a function block, in which case the return() applies to that function and not the whole file. \t הערה: בגרסה 3 של PHP לא תיתכן קריאה ל - return() אלא מתוך פונקציה בלבד ולא מתיוך קובץ ראשי או קובץ מסופח."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also include(), require_once(), include_once(), eval(), file(), readfile(), virtual() and include_path. \t למידע נוסף,יש לעיין גם בתיעוד של include(), require_once(), include_once(), eval(), file(), readfile(), virtual() u - include_path."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $link = mysql_pconnect( \"localhost\", \"mysql_user\", \"mysql_password\") or die(\"Could not connect: \". mysql_error()); if (mysql_create_db(\"my_db\")) {print (\"Database created successfully\\n\");} else {printf (\"Error creating database: %s\\n\", mysql_error());}? \t ?php $link = mysql_pconnect( \"localhost\", \"mysql_user\", \"mysql_password\") or exit(\"Could not connect\"); if (mysql_create_db(\"my_db\")) {print (\"Database created successfully\\n\");} else {printf (\"Error creating database: %s\\n\", mysql_error ());}?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mcrypt_get_block_size \t mcrypt_generic_deinit"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The PHP4 port is split into three sub-directories: core, extensions and pear. \t $cd / usr / ports / www / php4 $make show VARNAME=FLAVORS (choose which flavors you want from the list) $env FLAVOR=\"imap gettext ldap mysql gd \"make install $/ usr / local / sbin / php4-enable"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "..the win32 buildtools from the PHP site at http: / /www.php.net / extra / win32build.zip. \t Download the rest of the build tools you will need from the PHP site at http: / /www.php.net / extra / win32build.zip."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "XSLT (Extensible Stylesheet Language (XSL) Transformations) is a language for transforming XML documents into other XML documents. \t It is a standard defined by The World Wide Web consortium (W3C)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "dbase_get_record \t dbase_get_record_with_names"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ereg_replace \t Regular Expression Functions (POSIX Extended)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In order to enable the bundled dbase library and to use these functions, you must compile PHP with the --enable-dbase option. \t In order to use these functions, you must compile PHP with the --enable-dbase option."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Unlike with variables, you should not prepend a constant with a $. \t הערה: קבועים ומשתנים (גלובליים) נמצאים בתחום שם אחר. זה רומז למשל ש TRUE ו $TRUE שונים."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Build shared Apache module. \t Disable user-space object overloading support."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The error code is equivalent to IRC reply codes as defined by RFC 2812. \t Errorcode is stored in first array element, errortext in second."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If the optional userdata parameter is supplied, it will be passed as the third parameter to the callback function. \t If userdata is supplied, it will be passed as the third parameter to the user function. func must be a user-defined function, and can 't be a native PHP function."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "DomElement - tagname \t DomElement - set_attribute_node"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The value for N is specified using ticks= N within the declare blocks' s directive section. \t ארוע ה-ticks מתרחש כל N פעמים שרצה פקודה ברמה הנמוכה (low-level) על-ידי המפרש בבלוק שהוגדר לכך בפקודת declare. הערך של N הוא פרמטר שמועבר לפקודת ה - declare על-ידי הוראה בצורת ticks= N."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Extract the downloaded PHP source code into your working directory (c:\\work). \t Follow the instructions for installing the unzip utility of your choosing."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "These functions are enabled by default, using the bundled expat library. \t You may need to set CPPFLAGS and LDFLAGS in your environment before running configure if you have installed expat somewhere exotic."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Assuming the name is' cookiename', this value is retrieved through $_COOKIE['cookiename'] \t The expire argument is a regular Unix time integer as returned by the time() or mktime() functions."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "At the end of each iteration, expr3 is evaluated (executed). \t בתחילת כל איטרציה מורץ הביטוי expr3."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PostgreSQL configuration options \t Supported ini directives are described in php.ini-dist which comes with source distribution."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. swf_addbuttonrecord() function example \t דוגמה 1. swf_addbuttonrecord() function example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php echo \"test1.jpg: br / \\n\"; $exif = exif_read_data ('tests / test1.jpg' ,'IFD0'); echo $exif===false? \"No header data found. br / \\n\": \"Image contains headers br / \"; $exif = exif_read_data ('tests / test2.jpg',0,true); echo \"test2.jpg: br / \\n\"; foreach($exif as $key= $section) {foreach($section as $name= $val) {echo \"$key.$name: $val br / \\n\";}}? \t ?php echo \"test1.jpg: br \\n\"; $exif = exif_read_data ('tests / test1.jpg' ,'IFD0'); echo $exif===false? \"No header data found. br \\n\": \"Image contains headers br \"; $exif = exif_read_data ('tests / test2.jpg',0,true); echo \"test2.jpg: br \\n\"; foreach($exif as $key= $section) {foreach($section as $name= $val) {echo \"$key.$name: $val br \\n\";}}?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example returned values \t The following characters are recognized in the format string:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Ora_Fetch_Into \t Ora_Fetch"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If you would like to use a more friendly notation, use the CCL parser - functions yaz_ccl_conf() and yaz_ccl_parse(). \t @attrset gils @and @attr 1=4 art @attr 1=1003 \"donald knuth\""} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Disable unified ODBC support. \t GD:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $arr1 = array( 2, 3); $arr2 = $arr1; $arr2[] = 4; / / $arr2 is changed, / / $arr1 is still array(2,3) $arr3 = $arr1; $arr3[] = 4; / / now $arr1 and $arr3 are the same? \t $fruits = array (\"fruits \"= array (\"a\" = \"orange \", \"b\" = \"banana \", \"c\" = \"apple \"), \"numbers\" = array (1, 2, 3, 4, 5, 6), \"holes \"= array (\"first\", 5 = \"second \", \"third\"));"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "xmlrpc_decode_request \t xmlrpc_decode"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "cpdf_setgray \t cpdf_setgray_stroke"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Superglobals cannot be used as variable variables. \t כתובת ה - IP שממנה המשתמש צופה בעמוד הנוכחי."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "arsort \t array_change_key_case"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "They behave like their C counterparts. \t לולאות for הן הלולאות הכי מורכבות ב-PHP. הן דומות למקבילותיהן בשפת C. התחביר של לולאת for הוא:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. version_compare() Example \t דוגמה 1. version_compare() Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If enclosure is more than one character, only the first character is used. \t The enclosure character is double quote, unless it is specified."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Table J-1. \t טבלה I-1."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "domxml_xslt_stylesheet_doc \t xpath_eval"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php echo \"$a ${$a}\";? \t echo \"$a ${$a}\";"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The input containers default to a filename 'containing' the document to be processed. \t It allows you to perform an XSLT transformation using almost any type of input source."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "By default, the value of HTTP_USER_AGENT is used; however, you can alter this (i.e., look up another browser's info) by passing the optional user_agent parameter to get_browser(). \t By default, the value of $HTTP_USER_AGENT is used; however, you can alter this (i.e., look up another browser's info) by passing the optional user_agent parameter to get_browser()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Servers-Sambar \t Servers-Oreilly Website Pro"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For reliability and performance reasons, the TCP implementation itself decides the appropriate octet boundaries of the underlying datagram communication layer. \t For more information on the usage of socket_create(), as well as on the meanings of the various parameters, see the Unix man page socket (2)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also: ifx_prepare(). \t There is a example."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Automatically determine resume position and start position for GET and PUT requests (only works if FTP_AUTOSEEK is enabled) \t These constants are defined by this extension, and will only be available when the extension has either been compiled into PHP or dynamically loaded at runtime."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. fbsql_field_type() example \t דוגמה 1. fbsql_field_type() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mysql_db_name() example \t דוגמה 1. mysql_db_name() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. printer_select_pen() example \t דוגמה 1. printer_select_pen() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. printer_draw_text() example \t דוגמה 1. printer_draw_text() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also filectime(), stat(), touch(), and getlastmod(). \t See also filectime() and touch()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In this case the return value is FALSE but width and height are set. \t Both parameters width and height are available since PHP 4.3 and return the size of the thumbnail."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Directory / docroot php_admin_value open_basedir / docroot / Directory \t בודק האם הקבצים\\ספריות שאתה מתכוון לבצע עליהם פעולות, הם בעלי הרשאת משתמש (UID) הזהה לזו של התוכנית המורצת. בודק האם הספרייה שבה אתה רוצה לבצע פעולה, היא בעלת הרשאת משתמש (UID) הזהה לזו של התוכנית המורצת. (note: only the target is checked)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "muscat_setup_net \t muscat_give"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Following this you can place normal PHP code included within the PHP starting and end tags. \t You can write a script which 's first line starts with #! / usr / bin / php and then following the normal PHP code included within the PHP starting and end tags and set the execution attributes of the file appropriately."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "DomElement - get_attribute \t DomElement - get_attribute_node"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Working with register_globals=on \t Working without register_globals=off"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "WDDX is only available, if PHP is compiled with WDDX support. \t If user use session_register() to register session variable, $HTTP_SESSION_VARS / $_SESSION will not have these variable in array until it is loaded from session storage. (i.e. until next request)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Identical to file(), except that file_get_contents() returns the file in a string. \t Identical to readfile(), except that file_get_contents() returns the file in a string."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "fdf_set_version \t fdf_set_value"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pspell_save_wordlist \t pspell_new_config"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "fread() reads up to length bytes from the file pointer referenced by handle. \t fread() reads up to length bytes from the file pointer referenced by fp."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "proc_close() is similar to pclose() except that it only works on processes opened by proc_open(). proc_close() waits for the process to terminate, and returns it's exit code. \t proc_close() is similar to popen() except that it only works on processes opened by proc_open(). proc_close() proc_close() is similar to popen() except that it only works on processes opened by proc_open(). proc_close() waits for the process to terminate, and returns it 's exit code."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php mysql_connect( \"localhost\", \"mysql_user\", \"mysql_password\") or die(\"Could not connect: \". mysql_error()); printf (\"MySQL host info: %s\\n\", mysql_get_host_info());? \t ?php mysql_connect( \"localhost\", \"mysql_user\", \"mysql_password\") or die(\"could not connect\"); printf (\"MySQL host info: %s\\n\", mysql_get_host_info());?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "26 [5] = Flush tables: \t 26 Flush tables:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "list() assigns the values starting with the right-most parameter. \t דוגמה 1. list() examples"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "It is somewhat optimized for HTML documents but may be used for any format. \t It is somewhat optimised for HTML documents but may be used for any format."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also sprintf() and vprintf() \t See also: sprintf(), vsprintf(), vprintf()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. aspell_check_raw() \t דוגמה 1. aspell_check_raw()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Users who run other applications that use MySQL (for example, running PHP 3 and PHP 4 as concurrent apache modules, or auth-mysql) should always specify the path to MySQL: --with-mysql= / path / to / mysql. \t With PHP4 MySQL support is always enabled; if you don 't specify the configure option, the bundled libraries are used."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This function is an alias to imap_list() and is identical to it in every way. \t דוגמה 1. imap_listmailbox() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You can still use the old stable ports trees if you wish, but they are unsupported by the OpenBSD team. \t However, since there are a large number of options (called flavors) available for this port, you may find it easier to compile it from source using the ports tree."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This can be an interface name, an IP address or a host name. \t CURLOPT_INTERFACE: ציין את שם ה network interface היוצא שיש להשתמש בו. הערך יכול להיות שם interface ,כתובת IP או שם מחשב מארח."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php mysql_connect( \"localhost\", \"mysql_user\", \"mysql_password\") or die(\"Could not connect: \". mysql_error()); mysql_select_db(\"mydb\"); $result = mysql_query(\"SELECT id, name FROM mytable\"); while ($row = mysql_fetch_array($result, MYSQL_NUM)) {printf (\"ID: %s Name: %s\", $row[0], $row[1]);} mysql_free_result($result);? \t ?php mysql_connect( \"localhost\", \"mysql_user\", \"mysql_password\") or die(\"could not connect\"); mysql_select_db(\"mydb\"); $result = mysql_query(\"SELECT id, name FROM mytable\"); while ($row = mysql_fetch_array($result, MYSQL_NUM)) {printf (\"ID: %s Name: %s\", $row[0], $row[1]);} mysql_free_result($result);?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Call a user defined function given by function, with the parameters in paramarr. \t Call a user defined function given by function_name, with the parameters in paramarr."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "After witnessing PyGtk and GTK-Perl implementations, I decided to see if PHP could be made to interface with Gtk+, even minimally. \t תכנות ממשקי משתמש גרפיים תמיד היה אחד מתחומי ההתעניינות שלי. גיליתי ש-Gtk + היא ערכת כלים נחמדה, אך תכנות ב-C עלול להיות מעייף. אחרי שראיתי את ממשקי PyGtk ו-GTK-Perl, החלטתי לבדוק האם PHP יכולה להתממשק עם Gtk+, אפילו בצורה מינימלית. באוגוסט 2000 כששעות הפנאי שלי התרחבו, התחלתי לנסות דברים. נועצתי רבות ב-PyGtk, מאחר וזהו ממשק מונחה עצמים עם הרבה אפשרויות. ג' יימס הנסטרידג '(James Henstridge), מי שכתב את PyGtk, סיפק לי עצות רבות במהלך השלבים הראשוניים."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pg_fetch_all \t pg_escape_string"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See the example below for more details. \t הפעולות שיתבצעו בעקבות כל ארוע tick יקבעו על-ידי הפונקציה register_tick_function(). קראו בדוגמה הבאה למידע נוסף. שימו לב לכך שאפשר לבצע יותר מאירוע אחד לכל tick."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Hyperwave object with name my_object is mapped to http: / /host / my_object disregarding where it resides in the Hyperwave hierarchy. \t Hyperwave object with name 'my_object' is mapped to 'http: / /host / my_object 'disregarding where it resides in the Hyperwave hierarchy."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns an array of filenames from the specified directory on success or FALSE on error. \t Returns an array of filenames from the specified directory on success, FALSE on error."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Ming introduces 13 new objects in PHP, all with matching methods and attributes. \t SWFTextField - setLeftMargin - - Sets the left margin width of the text field."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The zlib extension offers the option to transparently compress your pages on-the-fly, if the requesting browser supports this. \t This module contains versions of most of the filesystem functions which work with gzip-compressed files (and uncompressed files, too, but not with sockets)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mb_ereg_search \t mb_encode_numericentity"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The value of type can be: \t It changes the value of type to charset and returns TRUE in success or FALSE in failure."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Unfortunately that would not work because the fopen() call will fail if the remote file already exists. \t הערה: יתכן שהדוגמה הזו נראית כמו יצירת קובץ log בשרת מרוחק אך כמו שצויין קודם לכן, הכתיבה יכולה להתבצע רק אם הקובץ שאליו כותבים לא קיים. כדי לבצע פעולה דומה, עיינו ב - syslog()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also explode(), and split(). \t See also explode(), join(), and split()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "aspell_check_raw \t aspell_check"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "More complicatedMore complicated assertions are coded as subpatterns. \t More compli-More compli - cated assertions are coded as subpatterns."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "We have our own documentation team, the manual keeps improving, people start writing extensions for PHP-GTK, and more and more exciting applications with it. \t מאז שחרור PHP-GTK, הפרוייקט צבר פופולריות, יש לו צוות תיעוד משלו, המדריך ממשיך להשתפר, אנשים מתחילים לכתוב הרחבות ל-PHP-GTK ויותר ויותר יישומים נכתבים בעזרת הממשק."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You can use a URL as a filename with this function if the fopen wrappers have been enabled. \t Because of this, directories must include trailing slashes."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 2. array_unique() and types \t דוגמה 2. array_unique() and types"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "hw_api_object - assign \t hw_api - object"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "imagecolorallocatealpha \t imagecolorat"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_open_pdi_page \t pdf_open_pdi"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $bool = TRUE; / / a boolean $str = \"foo\"; / / a string $int = 12; / / an integer echo gettype($bool); / / prints out \"boolean \"echo gettype($str); / / prints out \"string\" / / If this is an integer, increment it by four if (is_int($int)) {$int += 4;} / / If $bool is a string, print it out / / (does not print out anything) if (is_string($bool)) {echo \"String: $bool\";}? \t על מנת לקבל את סוג המשתנה בפורמט קריא, למטרות ניפוי באגים, יש להשתמש בפונקציה gettype(). כדי לבדוק אם משתנה הוא מסוג מסויים, אין להשתמש בפונקציה gettype() אלא בפונקציות is_ type."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example E-5. \t דוגמה E-5."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The URL http: / /host / my_object will not call any PHP script unless you tell your web server to rewrite it to e.g. http: / /host / php_script / my_object and the script php_script evaluates the $PATH_INFO variable and retrieves the object with name my_object The URL http: / /host / my_object will not call any PHP script unless you tell your web server to rewrite it to e.g. http: / /host / php_script / my_object and the script php_script evaluates the $PATH_INFO variable and retrieves the object with name my_object from the Hyperwave server. \t The URL http: / /host / my_object will not call any PHP script unless you tell your web server to rewrite it to e.g. 'http: / /host / php3_script / my_object' and the script 'php3_script 'evaluates the $PATH_INFO variable and retrieves the object with name 'my_object' from the Hyperwave server."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This extension has no configuration directives defined in php.ini. \t SWFShape - movePen - - Moves the shape' s pen (relative)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "\"a=href,area=href,frame=src,form=fakeentry\" \t \"a=href"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Index 2 is a flag indicating the type of the image: \t Index 2 a flag indicating the type of the image."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Entry can be set in php.ini, .htaccess or httpd.conf \t Entry can be set in .htaccess"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The above example would have printed 'I am the constructor of A. br' in PHP 4. \t עניין זהב תוקן ב PHP 4 על ידי הכללת חוק חדש: אם למחלקה אין פונקציה בנאית, הפונקציה בנאית של מחלקת הבסיס נקראת, אם היא קיימת. בדוגמא מעל, ב PHP4 בעת יצירת האוייבקט יודפס הפלט: 'I am the constructor of A. br'."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The constants below are defined by this extension, and will only be available when the extension has either been compiled into PHP or dynamically loaded at runtime. \t You need to compile PHP with the --with-mcrypt parameter to enable this extension."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "vpopmail_del_domain_ex \t vpopmail_auth_user"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ini_get_all \t ini_get"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "call_user_func_array \t call_user_func"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The suggested replacement is MCAL. \t MCAL_RECUR_WEEKLY"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mcrypt_enc_get_algorithms_name() example \t דוגמה 1. mcrypt_enc_get_algorithms_name() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "When you are uploading a file to a remote site, this option should be used to tell PHP what the expected size of the infile will be. \t CURLOPT_INFILESIZE: כאשר מעלים קובץ לאתר מרוחק, יש להשתמש באופציה זו על מנת להגיד ל PHP מהו הגודל המצופה מן הקובץ המועלה להיות."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. preg_grep() example \t דוגמה 1. preg_grep() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. imap_rfc822_write_address() example \t דוגמה 1. imap_rfc822_write_address() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In earlier versions, use $HTTP_SERVER_VARS. \t הערה: הוצג ב-4.1.0. בגרסאות קודמות, השתמש ב $HTTP_SERVER_VARS."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "As of PHP 4.2.0, you could use $_FILES[ 'userfile']['error'] and plan your logic according to the error codes. \t סקריפט ה-PHP שמקבל את הקובץ המועלה צריך ליישם כל לוגיקה הכרחית כדי לקבוע מה צריך לעשות עם הקובץ שהועלה. ניתן, לדוגמה, להשתמש במשתנה $file_size כדי למחוק כל קובץ, קטן או גדול מידי. אפשר להשתמש במשתנה $file_type כדי לזרוק כל קובץ שלא תואם לקריטריון של סוג מסויים. תהיה הלוגיקה אשר תהיה, צריך למחוק את הקובץ מהספרייה הזמנית, או להעביר אותו למקום אחר."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The behaviour of these functions is affected by settings in php.ini. \t ?php $key = \"this is a very secret key\"; $input = \"Let us meet at 9 o'clock at the secret place .\"; $td = mcrypt_module_open ('tripledes', '', 'ecb', ''); $iv = mcrypt_create_iv (mcrypt_enc_get_iv_size ($td), MCRYPT_RAND); mcrypt_generic_init ($td, $key, $iv); $encrypted_data = mcrypt_generic ($td, $input); mcrypt_generic_end ($td);?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "December 29 2002 22:16:23. $filename = 'somefile.txt'; if (file_exists($filename)) {echo \"$filename was last modified: \". date (\"F d Y H:i:s .\", filemtime($filename));}? \t Use date() on the result of this function to get a printable modification date for use in page footers."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "As of Windows 2000 though, enabling the php_shmop.dll in your php.ini will enable this functionality though. \t The functions will not work on windows, as it does not support shared memory."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "As integers can be negative, this is also true for negative indices. \t A value can be anything."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Variables provided to the script via HTTP GET. \t משתני סביבה אחדים יכללו את משתני ה-CGI הממוקמים שם כאשר PHP רצה כמודול שרת וגם כאשר PHP רצה כמעבד CGI."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP provides a large number of predefined variables to any script which it runs. \t למרות גורמים אלה, לפניכם רשימה של משתנים מוגדרים מראש הזמינים בהתקנה רגילה של PHP בגרסה 3 כמודול של שרת Apache 1.3.6."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The fourth way is only available if ASP-style tags have been enabled using the asp_tags configuration setting. \t הדרך הרביעית תפעל רק אם סגנון תגיות ה ASP מאופשר על-ידי ההגדרה asp_tags בקובץ ההגדרות."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $pdf = pdf_new(); pdf_open_file($pdf, \"test.pdf\"); pdf_set_info($pdf, \"Author\", \"Uwe Steinmann\"); pdf_set_info($pdf, \"Title\", \"Test for PHP wrapper of PDFlib 2.0\"); pdf_set_info($pdf, \"Creator\", \"See Author\"); pdf_set_info($pdf, \"Subject\", \"Testing\"); pdf_begin_page($pdf, 595, 842); pdf_add_outline($pdf, \"Page 1\"); $font = pdf_findfont($pdf, \"Times New Roman\", \"winansi\", 1); pdf_setfont($pdf, $font, 10); pdf_set_value($pdf, \"textrendering\", 1); pdf_show_xy($pdf, \"Times Roman outlined\", 50, 750); pdf_moveto($pdf, 50, 740); pdf_lineto($pdf, 330, 740); pdf_stroke($pdf); pdf_end_page($pdf); pdf_close($pdf); pdf_delete($pdf); echo \"A HREF=getpdf.php finished / A\";? \t ?php $pdf = pdf_new(); pdf_open_file($pdf, \"test.pdf\"); pdf_set_info($pdf, \"Author\", \"Uwe Steinmann\"); pdf_set_info($pdf, \"Title\", \"Test for PHP wrapper of PDFlib 2.0\"); pdf_set_info($pdf, \"Creator\", \"See Author\"); pdf_set_info($pdf, \"Subject\", \"Testing\"); pdf_begin_page($pdf, 595, 842); pdf_add_outline($pdf, \"Page 1\"); pdf_set_font($pdf, \"Times-Roman\", 30, \"host\"); pdf_set_value($pdf, \"textrendering\", 1); pdf_show_xy($pdf, \"Times Roman outlined\", 50, 750); pdf_moveto($pdf, 50, 740); pdf_lineto($pdf, 330, 740); pdf_stroke($pdf); pdf_end_page($pdf); pdf_close($pdf); pdf_delete($pdf); echo \"A HREF=getpdf.php finished / A\";?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If you don 't and an object is being unserialized without its class definition being present, it will lose its class association and become an object of class stdClass without any functions available at all, that is, it will become quite useless. \t מאוד מומלץ להכליל את הגדרת המחלקה של כל האובייקטים המוזמנים של כל אותם דפים, גם אם אתה לא באמת משתמש באותם מחלקות בכל אותם דפים. אם אתה לא משתמש באובייקט הוא unserialized ללא הגדרת המחלקה הנוכחית, הוא יאבד את השיוך למחלקה ויהפוך לאובייקט של המחלקה stdClass ללא פונקציה כשלהי שמתקיימת בכלל, לפיכך, הוא יהפך ללא שימושי כלל."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "No external libraries are needed to build this extension. \t These functions are available as part of the standard module, which is always available."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Builtin support for ctype is available with PHP 4.3.0. \t This extension does not define any configuration directives."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "From our example above, you would use --with-imap= / usr / local / imap-2000b. \t These constants are defined by this extension, and will only be available when the extension has either been compiled into PHP or dynamically loaded at runtime."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "However, the internal pointer of the original array is advanced with the processing of the array. \t הערה: לולאת foreach לא תומכת בהשקטת הוראות שגיאה בעזרת '@'."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The example was converted to PHP from the PDFlib example. (The same example is available in the CLibPDF documentation.) \t The example, converted to PHP from the PDFlib example, is as follows: (The same example is available in the CLibPDF documentation.)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Second, the custom headers like From:, Cc:, Bcc: and Date: are not interpreted by the MTA in the first place, but are parsed by PHP. \t אם משתנה רביעי מסוג מחרוזת נשלח בנוסף, מחרוזת זו מוכנסת בסוף הכותרת (header). השימוש במשתנה זה הוא לרוב בשביל להוסיף עוד כותרות (headers). בכדי להוסיף כמה כותרות, יש להפרידם בעזרת החזרת הסמן להתחלת השורה (/ r) ושורה חדשה (/ n)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "call_user_method \t call_user_method_array"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. fopen() example \t You can use the optional third parameter and set it to \"1\", if you want to search for the file in the include_path, too."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php error_reporting( E_ALL); / * Add redirection so we can get stderr. * / $handle = popen(' / path / to / spooge 2 1', 'r'); echo \"'$handle'; \". gettype($handle). \"\\n\"; $read = fread($handle, 2096); echo $read; pclose($handle);? \t ?php error_reporting( E_ALL); / * Add redirection so we can get stderr. * / $fp = popen(' / path / to / spooge 2 1', 'r'); echo \"'$fp'; \". gettype($fp). \"\\n\"; $read = fread($fp, 2096); echo $read; pclose($fp);?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "$php -v PHP 4.3.0 (cli), Copyright (c) 1997-2002 The PHP Group Zend Engine v1.3.0, Copyright (c) 1998-2002 Zend Technologies \t $php -v PHP 4.3.0-dev (cli), Copyright (c) 1997-2002 The PHP Group Zend Engine v1.2.1, Copyright (c) 1998-2002 Zend Technologies"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mysql_get_host_info Example \t דוגמה 1. mysql_get_host_info Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "socket_create \t socket_get_option"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns the group ID of the file, or FALSE in case of an error. \t Returns the group ID of the owner of the file, or FALSE in case of an error."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. iconv() example: \t דוגמה 1. iconv() example:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ENIGMA (crypt), PANAMA, RC4 and WAKE. \t ?php $key = \"this is a very secret key\"; $input = \"Let us meet at 9 o'clock at the secret place .\"; $encrypted_data = mcrypt_ecb (MCRYPT_3DES, $key, $input, MCRYPT_ENCRYPT);?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "@c:\\php\\cli\\php.exe script.php %1 %2 %3 %4 \t @c:\\php\\php.exe script.php %1 %2 %3 %4"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Use this function at your own risk. \t Description void java_last_exception_clear (void)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Mhash Functions \t mhash"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Some of these libraries are detected automatically when you run the 'configure' script of PHP (such as the GD library), and others you will have to enable using '--with-EXTENSION' options to 'configure'. \t להפעלת הסיפריות צריך לפעול לפי ההסברים שמסופקים עם הסיפריה. חלק מסיפריות אלו מאותרות בצורה אוטומטית כאשר קוד 'configure' מורץ (כדוגמה בספרית GD), לאחרים חובה לאפשר שימוש באופציית '--with-EXTENSION' כדי לעשות 'configure'. ניתן להריץ את 'configure --help' כדי לקבל רשימה של אלו."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For now, we 'll simply use the default files. \t To include them into the PHP build process, simply copy the source directories to your PHP ext directory, run buildconf, and then include the sample modules you want by using the appropriate --enable-* directives with configure."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "It was created by Stig S. \t פרוייקט PEAR נולד בשיחות שהתקיימו במפגש מפתחי PHP (PDM) בינואר 2000 בתל אביב. הוא נוצר על ידי סטיג ס. באקן (Stig S."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See String conversion to numbers \t See String conversion"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Avoid locking (might break parallel builds). \t Do not include Perl Compatible Regular Expressions support."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "echo \"Values submitted via POST method: br / \\n\"; reset ($_POST); while (list ($key, $val) = each ($_POST)) {echo \"$key = $val br / \\n\";} \t echo \"Values submitted via POST method: br\"; reset ($HTTP_POST_VARS); while (list ($key, $val) = each ($HTTP_POST_VARS)) {echo \"$key = $val br \";}"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "$email = 'user@example.com'; $domain = strstr($email, '@'); print $domain; / / prints @example.com \t דוגמה 1. strstr() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Restrict access to php scripts which must administer the database by using password control and / or SSL security. \t Migration from other SQL databases:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "To work around this, you have to use a set of API functions to force a type conversion on every argument that' s being passed (see Table 32-1). \t To work around this, you have to use a set of API functions to force a type conversion on every argument that' s being passed (see טבלה 33-1)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "openssl_x509_export \t openssl_x509_free"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. imap_delete() Beispiel \t דוגמה 1. imap_delete() Beispiel"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "1 / 3/2003 - %V,%G,%Y = 1,2003,2003 print \"1 / 3/2003 - %V,%G,%Y =\". strftime(\"%V,%G,%Y\",strtotime(\"1 / 3/2003\")). \"\\n\"; / / Outputs: \t This means that %T and %D will not work on Windows."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "sybct.hostname \t tokenizer.global_value"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ftp_nb_continue \t ftp_nlist"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "To use Ming with PHP, you first need to build and install the Ming library. \t SWFDisplayItem - skewXTo - - Sets the X-skew."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "SWFBitmap - getWidth \t SWFAction"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example C-5. \t דוגמה C-5."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Also put this in the lib / directory but rename it as libc-client.a. \t Depending how the c-client was configured, you might also need to add --with-imap-ssl= / path / to / openssl / and / or --with-kerberos into the PHP configure line."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also get_extension_funcs(), extension_loaded(), dl() and phpinfo(). \t See also: get_extension_funcs()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "dbx_escape_string \t dbx_query"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "That is to say, if you assign a string value to variable $var, $var becomes a string. \t That is to say, if you assign a string value to variable var, var becomes a string."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php function cube( $n) {return $n*$n*$n;} $a = array(1, 2, 3, 4, 5); $b = array_map(\"cube\", $a); print_r($b);? \t function cube( $n) {return $n*$n*$n;} $a = array(1, 2, 3, 4, 5); $b = array_map(\"cube\", $a); print_r($b);"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "With libmcal, central calendar servers can be accessed, removing the need for any specific database or local file programming. \t That requires the mcal library to be installed."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "php4 / ext \t php-4"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "With PHP 's authentication and file manipulation functions, you have full control over who is allowed to upload and what is to be done with the file once it has been uploaded. \t PHP גם תומכת בשיטת העלאת הקבצים PUT ש-netscape composer והקליינט של W3C, Amaya, משתמשים בה. עוד פרטים על תמיכה בשיטת PUT."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. \t foreach (glob(\"*.txt\") as $filename) {echo \"$filename size \". filesize($filename). \"\\n\";}"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ncurses_inch \t ncurses_init"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This is a behavior similar to the require() This is a behavior similar to the require() statement, with the only difference being that if the code from a file has already been included, it will not be included again. \t פקודת require_once() מספחת ומריצה או מעריכה קובץ מסויים. היתנהגותה זהה לפקודת require() עם הבדל יחיד שמתבטא בכך שאם קוד מקובץ מסויים כבר סופח במהלך הריצה של הסקריפט, הוא לא יסופח פעם נוספת. יש לעיין בתיעוד של פקודת require() למידע נוסף על אופן הפעולה של פקודה זו."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Only the superuser may change the owner of a file. \t מחזיר TRUE במקרה של הצלחה או FALSE במקרה של כישלון."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ncurses_init \t ncurses_insch"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Location of the Zend Engine files; here you'll find all of Zend's API definitions, macros, etc. (important). \t Location of Zend' s file; here you'll find all of Zend's API definitions, macros, etc. (important)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Are there any PHP mailing lists? \t 1. האם יש ל-PHP רשימות תפוצה?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 4. xmltest.xml \t דוגמה 4. xmltest.xml"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "SWFDisplayItem - skewYTo \t SWFbutton - setUp"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ovrimos_result \t ovrimos_result_all"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "session_start() creates a session or resumes the current one based on the current session id that's being passed via a request, such as GET, POST, or a cookie. \t session_start() creates a session (or resumes the current one based on the session id being passed via a GET variable or a cookie)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns a FTP stream on success or FALSE on error. \t Returns a FTP stream on success, FALSE on error."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "javier argonaut pe hiroshi sculptor jp robert slacker us luigi florist it \t דוגמה 2. users.txt"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The PHP community is encouraging all to not rely on this directive as it' s preferred to assume it's off and code accordingly. \t ב - PHP 3 קיימת הגבלה למימד אחד בלבד במערכי הטפסים. ב - PHP 4 לא קיימת הגבלה כזו."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also printf(), sprintf(), vsprintf() \t See also: printf(), sprintf(), vsprintf()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also is_readable(), is_writable(), is_file() and file(). \t On windows use \"/ /computername / share / filename\" or \"\\\\\\\\computername\\share\\filename \"to check files on network shares."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns TRUE on success or FALSE on failure.. \t משנה את ספריית ה root של התהליך הנוכחי ל directory. מחזירה FALSE אם לא ניתן לשנות את ספריית ה root, TRUE אחרת."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "fnmatch \t fopen"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php / / set up basic connection $conn_id = ftp_connect( $ftp_server); / / login with username and password $login_result = ftp_login($conn_id, $ftp_user_name, $ftp_user_pass); / / check connection if ((!$conn_id) _BAR_ _BAR_ (!$login_result)) {echo \"FTP connection has failed !\"; echo \"Attempted to connect to $ftp_server for user $ftp_user_name\"; exit;} else {echo \"Connected to $ftp_server, for user $ftp_user_name\";} / / upload the file $upload = ftp_put($conn_id, $destination_file, $source_file, FTP_BINARY); / / check upload status if (!$upload) {echo \"FTP upload has failed !\";} else {echo \"Uploaded $source_file to $ftp_server as $destination_file\";} / / close the FTP stream ftp_close($conn_id);? \t ?php / / set up basic connection $conn_id = ftp_connect( $ftp_server); / / login with username and password $login_result = ftp_login($conn_id, $ftp_user_name, $ftp_user_pass); / / check connection if ((!$conn_id) _BAR_ _BAR_ (!$login_result)) {echo \"FTP connection has failed !\"; echo \"Attempted to connect to $ftp_server for user $ftp_user_name\"; die;} else {echo \"Connected to $ftp_server, for user $ftp_user_name\";} / / upload the file $upload = ftp_put($conn_id, $destination_file, $source_file, FTP_BINARY); / / check upload status if (!$upload) {echo \"FTP upload has failed !\";} else {echo \"Uploaded $source_file to $ftp_server as $destination_file\";} / / close the FTP stream ftp_close($conn_id);?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You can also compile up PHP from source using the ports tree. \t OpenBSD Ports Install Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Beginning with version 4.0.5, this function returns the number of variables extracted. \t Since version 4.0.5 this function returns the number of variables extracted."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "But on the other hand it might break your code in a rather subtle way, leading to misbehavior that is hard to track down if you do not know about what to look for. \t But on the other had it might break your code in a rather subtle way, leading to misbehavior that is hard to track down if you do not know about what to look for."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Pass that array as user_settings. \t user_settings"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also fdf_save_string(), fdf_create() and fdf_close(). \t See also fdf_close() and example for fdf_create()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "01 through 12 \t h - hour, 12-hour format; i.e. \"01 \"to \"12\""} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If options is specified, pg_convert() is applied to data with specified options. \t pg_update() updates records that matches condition with data If options is specified, pg_convert() is applied to assoc_array with specified options."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "readline \t readline_write_history"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "As with books, this was the first in a series of many articles published about PHP in various prominent magazines. \t לפי מה שאנו יודעים, המאמר הראשון על PHP בכתב עת הופיע במגזין הצרפתי Informatiques Magazine לקראת סוף שנת 1998, וכיסה את PHP 3.0. בעקבות מאמר זה פורסמו עוד מאמרים רבים על PHP בכתבי עת אחרים."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Export only required symbols. \t DIR is the readline install directory."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "yaz_scan_result \t yaz_record"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 2. php.ini setting for EUC-JP users \t mbstring.detect_order defines default character code detection order."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Sunday through Saturday \t l (lowercase 'L') - day of the week, textual, long; e.g. \"Friday \""} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. \t Meta Tags Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Without a filename fdf_save() will write the FDF to the default PHP output stream. \t In such a case one will have to write to a file and use e.g. fpassthru() to output it."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "We are explicitly testing whether the return value is identical to (equal to and of the same type as--see Comparison Operators for more information) FALSE since otherwise, any directory entry whose name evaluates to FALSE will stop the loop (e.g. a directory named \"0\"). \t שים לב לדרך שבה הערך שמחזירה הפונקציה readdir() 's נבדק בדוגמא מתחת. אנו בודקים בפירוש האם הערך המוחזר זהה(שווה ל וגם מאותו type ,ראה Comparison Operators למידע נוסף) FALSE כי אחרת, כל ערך המוחזר מהספרייה השווה ל FALSE יעצור את הלולאה."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "assert \t assert_options"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ircg_disconnect() will close a connection to a server previously established with ircg_pconnect(). \t ircg_disconnect() will close a connection to a server previously established with ircg-pconnect()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For example, after / (a_BAR_(b))+ / matches \"aba \"the value of the second captured substring is \"b\". \t For exam - ple, after / (a_BAR_(b))+ / matches \"aba \"the value of the second captured substring is \"b\"."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "md5 \t md5_file"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also file_get_contents(). $html = implode ('', file ('http: / /www.example.com / '));? \t ?php / / get a web page into an array and print it out $fcontents = file ('http: / /www.example.com / '); while (list ($line_num, $line) = each ($fcontents)) {echo \"b Line $line_num: / b;\", htmlspecialchars ($line), \"br \\n\";} / / get a web page into a string $fcontents = implode ('', file ('http: / /www.example.com / '));?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_set_info_title \t pdf_set_horiz_scaling"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "description \t MYSQL_STORE_RESULT"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Read and print the entire contents of a CSV file \t enclosure is added from PHP 4.3.0."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This section has details about PHP download locations, and OS issues. \t מדור זה מכיל פרטים על אתרים להורדת PHP, וסוגיות על מערכות ההפעלה השונות."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php / / This is WRONG and will not work as desired. if ($condition) include $file; else include $other; / / This is CORRECT. if ($condition) {include $file;} else {include $other;}? \t דוגמה 11-6. התנייה של פקודת include()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Consider the following pattern, which contains non-significant white space to make it more readable (assume the PCRE_EXTENDED option) and to divide it into three parts for ease of discussion: (\\ ()? [^()] + (?(1)\\)) The first part matches an optional opening parenthesis, and if that character is present, sets it as the first capturedConsider the following pattern, which contains non-significant white space to make it more readable (assume the PCRE_EXTENDED option) and to divide it into three parts for ease of discussion: (\\ ()? [^()] + (?(1)\\)) The first part matches an optional opening parenthesis, and if that character is present, sets it as the first captured substring. \t Consider the following pat - tern, which contains non-significant white space to make it more readable (assume the PCRE_EXTENDED option) and to divide it into three parts for ease of discussion: (\\ ()? [^()] + (?(1)\\)) The first part matches an optional opening parenthesis, and if that character is present, sets it as the first capturedConsider the following pat - tern, which contains non-significant white space to make it more readable (assume the PCRE_EXTENDED option) and to divide it into three parts for ease of discussion: (\\ ()? [^()] + (?(1)\\)) The first part matches an optional opening parenthesis, and if that character is present, sets it as the first captured substring."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "muscat_setup \t Network Functions"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_clip \t pdf_close"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "SWFMovie - streammp3 \t SWFMorph - getshape2"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ftp_fput() uploads the data from the file pointer fp until the end of the file is reached. \t ftp_fput() uploads the data from the file pointer fp until end of file."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns FALSE on error, or TRUE on success. \t Returns FALSE on error, or TRUE on succes."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Once you have set the execution attributes of the file appropriately (e.g. chmod +x test) your script can be executed like a normal shell or perl script: \t This way it can be executed like a normal shell or perl script:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example C-9. \t דוגמה C-9."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "shm_remove \t shm_remove_var"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You can use the output buffering functions to delay the script output until you have decided whether or not to set any cookies or send any headers. \t PHP תומכת בעוגיות HTML בצורה ברורה. עוגיות הן שיטה מכנית לאיחסון מידע בדפדפן המרוחק וכך לעקוב או לזהות משתמשים חוזרים. אפשר להגדיר עוגיות על ידי שימוש בפונקציה setcookie(). עוגיות הן חלק מכותרי ה-HTTP, ולכן setcookie() חייבת להיקרא לפני לפני שפלט מסויים נשלח לדפדפן. זו אותה ההגבלה שיש ל header() .ניתן להשתמש ב output buffering functions להשהיית פלט הסקריפט עד שיוחלט אם להגדיר עוגיות או לשלוח כותרי HTTP כלשהם."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "hw_api - children \t hw_api - content"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If you have any comments about this, the current maintainer for the port is Anil Madhavapeddy. \t Read the packages( 7) manual page for more information in what packages are available."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Home \t Zlib Compression Functions"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The maximum number of bytes read is specified by the length parameter. \t The function socket_read() reads from socket socket created by the socket_accept() function the maximum number of bytes set by length."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "preg_replace_callback \t preg_quote"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The files you need can be found on your OpenBSD CD or on the FTP site. \t This is the recommended method of installing PHP on OpenBSD, as it will have the latest patches and security fixes applied to it by the maintainers."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns TRUE on success or FALSE on failure. \t See also chown() and chmod()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. gzopen() Example \t דוגמה 1. gzopen() Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mcrypt_generic_deinit \t mcrypt_generic"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Thus, output from debugging statements in the \"write\" handler will never be seen in the browser. \t You must set the configuration option session.save_handler to user in your php.ini file for session_set_save_handler() to take effect."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "vpopmail_add_alias_domain_ex \t vpopmail_add_alias_domain"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example C-2. \t דוגמה C-2."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The parsing stops at / head. \t Opens filename and parses it line by line for meta tags of the form"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "These expressions are most commonly used inside conditional execution, such as if statements. \t PHP תומכת ב (גדול מ), = (גדול או שווה ל), == (שווה), != (לא שווה), (קטן מ) and = (קטן או שווה ל). השימוש בביטויים אלו נפוך בעיקר בביצוע משפטי תנאי, מהסוג של if לדוגמא."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ftp_nb_put \t ftp_mkdir"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Ncurses configuration options \t טבלה 1. ncurses color constants"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP 4 introduced the new curly bracket syntax to access characters in string, use this syntax instead of the one presented above: \t For this reason, as of PHP 3.0.12 and PHP 4.0b3-RC4, the result of this automatic conversion is considered to be undefined."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mcrypt_enc_get_modes_name() example \t דוגמה 1. mcrypt_enc_get_modes_name() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Enhance the capabilities of GD to deal with different fonts by specifying the --with-XXXX configure switch to your PHP configure line. \t In order to read and write images in jpeg format, you will need to obtain and install jpeg-6b (available at ftp: / /ftp.uu.net / graphics / jpeg /), and then recompile GD to make use of jpeg-6b."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. pspell_config_mode() \t דוגמה 1. pspell_config_mode()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This extension has no resource types defined. \t To use it, download libmcrypt-x.x.tar.gz from here To use it, download libmcrypt-x.x.tar.gz from here and follow the included installation instructions."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "At each iteration of the subpattern, the back reference matches the character string corresponding to the previous iteration. \t At each iteration of the subpattern, the back reference matches the character string corresponding to the previous itera-At each iteration of the subpattern, the back reference matches the character string corresponding to the previous itera - tion."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "array \t arsort"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Include dbplus support. \t DIR is the Ingres base directory (default / II / ingres)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "@attrset gils @and @attr 1=4 art @attr 1=2000 company \t @attr 1=4 art"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The meaning of dollar can be changed so that it matches only at the very end of the string, by setting the PCRE_DOLLAR_ENDONLY The meaning of dollar can be changed so that it matches only at the very end of the string, by setting the PCRE_DOLLAR_ENDONLY option at compile or matching time. \t The meaning of dollar can be changed so that it matches only at the very end of the string, by setting the PCRE_DOLLAR_ENDONLY option at compile or matching time."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "(4.1.0 - 4.2.3 only) \t (PHP 4 = 4.1.0)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "the boolean FALSE itself \t הערך ה בוליאני FALSE"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. imap_get_quota() example \t This function is currently only available to users of the c-client2000 library."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "DomNode - add_namespace \t DomElement - tagname"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. imap_open() example \t דוגמה 1. imap_open() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_add_bookmark() \t satellite_get_repository_id()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "An out-of-band data transmission mechanism may be supported. \t Currently, AF_INET and AF_UNIX Currently, AF_INET and AF_UNIX are understood."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mb_substr_count \t mb_substitute_character"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. easter_date() example \t דוגמה 1. easter_date() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. array_map() example \t דוגמה 1. array_map() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "hw_api_content - read \t hw_api - children"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. swfshape - addfill() example \t דוגמה 1. swfshape - addfill() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $foo = 10; / / $foo is an integer $bar = (boolean) $foo; / / $bar is a boolean? \t $foo = 10; / / $foo is an integer $bar = (float) $foo; / / $bar is a float"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Books about PHP \t ספרים בנושא PHP"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "SWFTextField - addstring \t SWFText - addString"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pg_fetch_assoc \t pg_fetch_array"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Detailed installation instructions can be found here. \t To install and use IRCG you need the following software:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_open_pdi_page \t pdf_open_memory_image"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "break \t break;"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php / / == is an operator which test / / equality and returns a boolean if ($action == \"show_version\") {echo \"The version is 1.23\";} / / this is not necessary... if ($show_separators == TRUE) {echo \"hr \\n\";} / / ...because you can simply type if ($show_separators) {echo\" hr \\n\";}? \t / / == is an operator which returns a boolean if ($action == \"show_version\") {echo \"The version is 1.23\";} / / this is not necessary: if ($show_separators == TRUE) {echo \"hr \\n\";} / / because you can simply type this: if ($show_separators) {echo\" hr \\n\";}"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "What can PHP do? \t מה PHP יודעת לעשות?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Depending on which version of the GD library that PHP is using, when fontfile does not begin with a leading '/', '.ttf 'will be appended to the filename and the library will attempt to search for that filename along a library-defined font path. \t Depending on which version of the GD library that PHP is using, when fontfile does not begin with a leading '/', '.ttf 'will be appended to the filename and the the library will attempt to search for that filename along a library-defined font path."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "$HTTP_SERVER_VARS contains the same initial information, but is not an autoglobal. (Note that $HTTP_SERVER_VARS and $_SERVER are different variables and that PHP handles them as such) \t אם ההנחיה register_globals מוגדרת, משתנים אלה יהיו זמינים גם בתחום הגלובאלי של התכנית; משמע, בנפרד מהמערכים $_SERVER ו - $HTTP_SERVER_VARS. למידע רלוונטי, ראה פרק האבטחה ששמו שימוש ב-Register Globals. גלובאלים בודדים אלו אינם גלובאלים אוטומטיים."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Table 31-2 shows a list of all the macros that you can use to define functions. \t טבלה 32-2 shows a list of all the macros that you can use to define functions."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The function will return an error if the uncompressed data is more than 32768 times the length of the compressed input data or more than the optional parameter length. \t The function will return an error if the uncompressed data is more than 256 times the length of the compressed input data or more than the optional parameter length."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns TRUE on success or FALSE on failure. \t It issues COPY command internally to insert records. מחזיר TRUE במקרה של הצלחה או FALSE במקרה של כישלון."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "gmp_div \t gmp_divexact"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "It can clean up the object and is supposed to return an array with the names of all variables of that object that should be serialized. \t serialize() בודק אם למחלקה יש פונקציה עם \"מילת הקסם \"__sleep. אם זה המצב, פונקציה זו מתחילה לרוץ לפני כל serialization. היא יכולה לנקות את האובייקט והיא אמורה להחזיר מערך עם שמות של המשתנים של אותו אובייקט שיכול להיות serialized."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "xml_parser_create \t xml_parser_create_ns"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "end of subject( independent of multiline mode) \t end of subject (independent of multiline mode)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "gmp_div \t gmp_div_r"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "session.entropy_length specifies the number of bytes which will be read from the file specified above. \t If you enable this option, relative URIs will be changed to contain the session id automatically."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "vpopmail_alias_get \t vpopmail_alias_get_all"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. openssl_verify() example \t דוגמה 1. openssl_verify() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "It converts the string str encoded in in_charset to the string encoded in out_charset. \t It converts the string string encoded in in_charset to the string encoded in out_charset."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Let us check out if there is a difference between $bar1 which has been created using the copy = operator and $bar2 which has been created using the reference = operator... \t בדיקה אם יש הבדל בין $bar1 שיוצר תוך שימוש בעותק של האופרטור = ושל $bar2 שנוצר תוך שימוש באופרטור הייחוס =..."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Press the 'Save' icon. \t לחץ על הייקון 'Save'."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. print() examples \t דוגמה 1. print() examples"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. printer_draw_roundrect() example \t דוגמה 1. printer_draw_roundrect() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $var = ''; / / This will evaluate to true; so the text will be printed. if (isset($var)) {print \"This var is set set so I will print .\";} / / In the next examples we'll use var_dump to output / / the return value of isset(). $a = \"test\"; $b = \"anothertest\"; var_dump (isset($a)); / / TRUE var_dump (isset ($a, $b)); / / TRUE unset ($a); var_dump (isset ($a)); / / FALSE var_dump (isset ($a, $b)); / / FALSE $foo = NULL; var_dump (isset ($foo)); / / FALSE? \t ?php $a = \"test\"; $b = \"anothertest\"; echo isset ($a); / / TRUE echo isset ($a, $b); / /TRUE unset ($a); echo isset ($a); / / FALSE echo isset ($a, $b); / /FALSE $foo = NULL; print isset ($foo); / / FALSE?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Internally, zend_function_entry is defined as shown in Example 31-1. \t Internally, zend_function_entry is defined as shown in דוגמה 32-1."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Servers-Xitami \t שרתים-Xitami"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. fbsql_next_result() example \t דוגמה 1. fbsql_next_result() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Note that the iconv() function on some systems may not work as well as you expect. \t Iconv library function converts files between various encoded character sets."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "msql \t msql_tablename"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Core Predefined Constants \t sockets Predefined Constants"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Table 1. syslog() Priorities (in descending order) \t טבלה 1. syslog() Priorities (in descending order)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. extract() example \t דוגמה 1. extract() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "SWFDisplayItem - addColor \t swfbutton_keypress"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Mode flags are set or cleared by specifying a mode character and prepending it with a plus or minus character, respectively. \t Mode flags are set or cleared by specifind a mode character and prepending it with a plus or minus character respectively."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "(4.0.5 - 4.2.3 only) \t (4.0.5 - 4.2.1 only)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Create the directory bindlib_w32 under your working directory (c:\\work) and unzip bindlib_w32.zip into it. \t Place the Zend and TSRM directories inside the php4 directory in order for the projects to be found during the build process."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "get_class_vars \t class_exists"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "dba_handlers \t dba_firstkey"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also htmlspecialchars(), htmlentities(), strtr(), and array_flip(). \t See also: htmlspecialchars(), htmlentities(), strtr(), and array_flip()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "1 if it is a leap year, 0 otherwise. \t L - boolean for whether it is a leap year; i.e. \"0 \"or \"1\""} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "sections a comma separated list of sections that need to be present in file to produce a result array. \t sections a comma separated lsit of sections that need to be present in file to produce a result array."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "1 THUMBNAIL.Thumbnail.Height: \t Comment #3end"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "eregi_replace \t ereg_replace"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In order to enable this module on a Windows environment, you must copy libeay32.dll and ssleay32.dll from the DLL folder of the PHP / Win32 binary package to the SYSTEM32 folder of your windows machine. (Ex: \t כדי להשתמש ב PHP' s CURL support עליך לקמפל את PHP --with-curl[=DIR] כאשר DIR הוא המיקום של הספריה המכילה את ספריית ה lib וספריית ה include. בספריית \"include \"צריך להיות ספרייה בשם \"curl\" שצריכה להכיל את הקבצים easy.h ו curl.h. קובץ בשם \"libcurl.a \"צריך להמצא תחת ספריית \"lib\"."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "muscat_setup_net \t muscat_setup"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For example, the value of __LINE__ depends on the line that it 's used on in your script. \t גרסת הphp שנעשה בה שימוש כרגע למשל '4.1.0'."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Include Cybercash MCK support. \t Include SNMP support."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Before reading these faqs, it 's important you learn how to retrieve variables from outside of PHP. \t PHP ו-HTML פועלות בצורה הדדית אחת עם השניה:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "fnmatch \t flock"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "/ / Note that !== did not exist until 4.0.0-RC2 ?php if ($handle = opendir(' / path / to / files')) {echo \"Directory handle: $handle\\n\"; echo \"Files:\\n\"; / * This is the correct way to loop over the directory. * / while (false !== ($file = readdir($handle))) {echo \"$file\\n\";} / * This is the WRONG way to loop over the directory. * / while ($file = readdir($handle)) {echo \"$file\\n\";} closedir($handle);}? \t / / Note that !== did not exist until 4.0.0-RC2 ?php $handle=opendir( '/ path / to / files'); echo \"Directory handle: $handle\\n\"; echo \"Files:\\n\"; / * This is the correct way to loop over the directory. * / while (false !== ($file = readdir($handle))) {echo \"$file\\n\";} / * This is the WRONG way to loop over the directory. * / while ($file = readdir($handle)) {echo \"$file\\n\";} closedir($handle);?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. printer_logical_fontheight() example \t דוגמה 1. printer_logical_fontheight() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If you prefer to receive the content of BLOB columns in a file, use \"ifx_blobinfile(1) ;\", and \"ifx_get_blob($blob_id);\" will get you the filename. \t It will set the \"HAVE_IFX_IUS\" conditional compilation variable if your Informix version = 9.00."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also: base64_decode(), chunk_split(), RFC 2045 section 6.8. \t See also: base64_decode(), chunk_split(), RFC2045 section 6.8."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The team now consists of a core group of developers with a good understanding of the PHP code base. \t יוזמת בקרת האיכות של PHP (PHP Quality Assurance Initiative) הוקמה בקיץ 2000 כתגובה לביקורת שהוטחה ב-PHP על כך שלא בודקים אותה מספיק לפני השחרור. הצוות מורכב מגרעין מפתחים בעלי הבנה טובה בליבת PHP. מפתחים אלו מבלים זמן ר ב במציאת וניפוי באגים ב-PHP. בנוסף, ישנם חברי צוות שבודקים את המערכת ומחזירים משוב על תיקוני הבאגים על מגוון פלטפורמות."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The basic idea behind the CURL functions is that you initialize a CURL session using the curl_init(), then you can set all your options for the transfer via the curl_setopt(), then you can execute the session with the curl_exec() and then you finish off your session using the curl_close(). \t לאחר ש PHP קומפל עם CURL support, ניתן להתחיל להשתמש בפונקציות CURL. הרעיון הבסיסי העומד מאחורי פונקציות CURL הוא שמאותחל CURL session בעזרת curl_init(), ואז ניתן לקבוע את כל האופציות להעברת המידע דרך curl_exec() ,לאחר מכן נסגר ה session תוך כדי שימוש ב curl_close(). לפנינו דוגמה העושה שימוש בפונקציות CURL על מנת להביא את עמוד הבית של PHP לתוך קובץ:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "SWFShape - setRightFill \t SWFMovie - streammp3"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pfpro_process_raw \t pfpro_init"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. sscanf() Example \t דוגמה 1. sscanf() Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. strtolower() example \t 㥢1. strtolower() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This fifth parameter was added in PHP 4.0.5. \t הערה: הפרמטר החמישי הוסף בגירסה PHP 4.0.5."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This extension has no constants defined. \t These functions do not work on Windows systems."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Inside a character class, or if the decimal number is greater than 9 and there have not been that many capturing subpatterns, PCRE re-reads up to three octal digits following the backslash, and generates a single byte from the least significant 8 bits of the value. \t Inside a character class, or if the decimal number is greater than 9 and there have not been that many capturing subpatterns, PCRE re-reads up to three octal digits follow - ing the backslash, and generates a single byte from the least significant 8 bits of the value."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "That said, a large number of these variables are accounted for in the CGI 1.1 specification, so you should be able to expect those. \t זהו משתנה 'סופר-גלובאלי', או גלובאלי אוטומטי. משמע, הוא זמין בכל תחום שהוא בתוך תכנית. אין צורך לעשות global $_SERVER; כדי לגשת אליו בתוך פונקציות או שיטות, כמו ב - $HTTP_SERVER_VARS."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "DomElement - set_attribute \t DomElement - set_attribute_node"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "hw_api_object - value \t hw_api_content"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "continue accepts an optional numeric argument which tells it how many levels of enclosing loops it should skip to the end of. \t פקודת continue מקבלת נתון מספרי אופציונלי שמציין את מספר הרמות של לולאות מקוננות שצריך לדלג לסופן."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "DomElement - get_attribute_node \t DomElement - get_attribute"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The following two examples are two different ways to write the same thing, one using a series of if statements, and the other using the switch statement: \t בשתי הדוגמאות הבאות מוצגות שתי דרכים לביצוע משימה זהה. הראשונה תוך שימוש בסדרת משפטי if והשנייה תוך שימוש בפקודת switch:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This function is an alias of stream_set_write_buffer(). \t The function returns 0 on success, or EOF if the request cannot be honored."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "To use PostgreSQL support, you need PostgreSQL 6.5 or later, PostgreSQL 7.0 or later to enable all PostgreSQL module features. \t To use PostgreSQL support, you need PostgreSQL 6.5 or later."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You can use Ming anywhere you can compile the code, whereas libswf is closed-source and only available for a few platforms, Windows not one of them. \t SWFDisplayItem - move - - Moves object in relative coordinates."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "$fruits[ 0]: apples $fruits[1]: grapes $fruits[2]: lemons \t דוגמה 3. usort() example using a member function of an object"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "(PHP 4 = 4.2.3) \t (PHP 4)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. array_shift() example \t דוגמה 1. array_shift() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Expressions \t Expressions - ביטויים"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "HTTP authentication with PHP \t Error Handling"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "History of PHP and related projects \t נספח A. ההיסטוריה של PHP ופרוייקטים הקשורים בה"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "octdec \t number_format"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "DomXsltStylesheet - result_dump_mem \t DomProcessingInstruction - target"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You can suppress the error output of opendir() by prepending `@ 'to the front of the function name. \t אם path אינו מצביע על ספריה חוקית או שלא ניתן לפתוח את הספריה בגלל הגבלות שימוש או שגיאות במערכת הקבצים, opendir() תחזיר FALSE ו תייצר שגיאת PHP. ניתן להסתיר את פלט השגיאה opendir() על ידי הוספת `@ 'לפני שם הפונקציה."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Simply doing --with-imagick is only supported in PHP 3 unless you follow the instructions found on the PEAR site. \t PDFLIB: define libtiff install directory."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "cpdf_show_xy \t cpdf_setrgbcolor_stroke"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "C:\\WINNT\\SYSTEM32 or C:\\WINDOWS\\SYSTEM32) \t In order to have these functions available, you must compile php with msql support by using the --with-msql[ =dir] option."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP_FOO=BAR). \t sql_safe_mode restrictions, (!= safe mode)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "hw_api_attribute \t hw_api_attribute - values"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Optimize for fast installation [default=yes]. \t Include mnoGoSearch support."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "array_intersect_assoc \t array_flip"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_set_info_author \t pdf_set_info"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This is done using zend_hash_update( )() for associative arrays (see Example 33-3) and zend_hash_index_update() for indexed arrays (see Example 33-4): \t This is done using zend_hash_update( )() for associative arrays (see דוגמה 34-3) and zend_hash_index_update() for indexed arrays (see דוגמה 34-4):"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The file is closed when fpassthru() is done reading it (leaving handle useless). \t The file is closed when fpassthru() is done reading it (leaving fp useless)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns a UNIX timestamp on success, or -1 on error. \t Note that not all servers support this feature."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Call this function before yaz_search(). \t Use this function together with yaz_search() or yaz_present()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also get_html_translation_table(), htmlentities() and nl2br(). \t See also htmlentities() and nl2br()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pg_ping \t pg_port"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "As an example, GIF always uses 3 channels per pixel, but the number of bits per pixel cannot be calculated for an animated GIF with a global color table. \t If accessing the filename image is impossible, or if it isn' t a valid picture, getimagesize() will return NULL and generate a warning."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The error_reporting() function sets the error_reporting directive at runtime. \t Sets PHP 's error reporting level and returns the old level."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP can autogenerate these files, and save them in the file system, instead of printing it out, forming a server-side cache for your dynamic content. \t PHP יכולה גם לשמור את כל הקבצים והפורמטים האלה כקבצים במערכת ההפעלה במקום להדפיס אותם ובכך ליצור מידע מטמון (cache) לתוכן הדינאמי שלך."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "yaz_scan_result() returns terms and associated information as received from the target in the last performed yaz_scan(). \t Given a target ID this function returns and array with terms as received from the target in the last Scan Response."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "It is preferable to use mysql_query() to issue a SQL DROP DATABASE statement instead. \t It is prefarable to use mysql_query() to issue a SQL DROP DATABASE statement instead."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "An empty string resets the encoding to the default PDFDocEncoding / Unicode scheme. \t The fdf_set_encoding() is available in PHP 4.1.0 or later."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This function returns a connection resource on success; zero on failure. \t This function returns a positive ID on success; zero on failure."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Closes connection given by id. \t Closes the Z-association given by id."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. implode() example \t דוגמה 1. implode() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "SWFbutton \t SWFDisplayItem"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "SORT_ASC is used with array_multisort() to sort in ascending order. \t This extension does not define any resource types."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Since PHP 4 is basically a rewrite of the entire PHP engine there was very few functions that were altered and only then some of the more exotic ones. \t מאחר ש-PHP 4 היא בבסיסה כתיבה מחדש של כל מנוע PHP, היו מעט מאוד פונקציות ששונו ובעיקרן הפונקציות היותר זרות למשתמש."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also is_array(), explode(), implode(), split(), preg_split(), and join(). \t See also is_array(), explode(), implode(), split(), and join()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 6. sprintf(): formatting currency \t דוגמה 6. sprintf(): formatting currency"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also pclose(), fopen(), and proc_open(). \t See also pclose()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "At its peak, PHP 3.0 was installed on approximately 10% of the Web servers on the Internet. \t בחורף 1998, זמן קצר לאחר שחרור PHP 3.0, אנדי גוטמנס וזאב סורסקי החלו לכתוב מחדש את הליבה של PHP, מטרותיהם היו לשפר את הביצועים של PHP בכל הנוגע ליישומים מורכבים ולשפר את יכולות ההרחבה של הליבה."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "After this separator has been parsed by PHP, every argument following it is passed untouched to your script. \t After the argument has been parsed by PHP, every argument following it is passed untoched / unparsed to your script."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This function will only function correct when you run PHP as command line too. (CLI) \t הערה: אין זה מומלץ להשתמש בפונקציה זו כאשר רצים בסביבת שרת האינטרנט, בגלל שלא ניתן יהיה להחזיר את ספריית ה root ל / לאחר סיום הבקשה. פונקציה זו תתפקד כיאה רק כאשר רצים כ CGI."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Include DAV support through Apache' s mod_dav, DIR is mod_dav's installation directory (Apache module version only!) PHP 3 only! \t regex library type: system, apache, php."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also require(), require_once(), include_once(), readfile(), virtual(), and include_path. \t עיין גם בפרקים על require(), require_once(), include_once(), readfile(), virtual() ו - include_path."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "1 = GIF, 2 = JPG, 3 = PNG, 4 = SWF, 5 = PSD, 6 = BMP, 7 = TIFF( intel byte order), 8 = TIFF(motorola byte order), 9 = JPC, 10 = JP2, 11 = JPX, 12 = JB2, 13 = SWC, 14 = IFF. \t 1 = GIF, 2 = JPG, 3 = PNG, 4 = SWF, 5 = PSD, 6 = BMP, 7 = TIFF( intel byte order), 8 = TIFF (motorola byte order, 9 = JPC, 10 = JP2, 11 = JPX."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For the server module versions of PHP, this happens only once when the web server is started. \t You can view the settings of the configuration values in the output of phpinfo()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The ?=SID? is not necessary, if --enable-trans-sid was used to compile PHP. \t url_rewriter.tags spefifies which html tags are rewritten to include session id if transparent sid support is enabled."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This function is currently only available to users of the c-client2000 or greater library. \t This function is currently only available to users of the c-client2000 library."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. built into php (unix) \t SWFShape - - Creates a new shape object."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Table D-1. \t טבלה D-1."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Currently, following databases are supported, but others will follow: \t Currently, following databases are supported, but others will follow (soon, I hope: -):"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Using a GET form is similar except you 'll use the appropriate GET predefined variable instead. \t הערה: כאשר הוראת הקונפיגורציה magic_quotes_gpc מאופשרת, מושפעים ערכי משתנים של GET, POST וערכי עוגיות באופן שערך כמו (It's \"PHP !\") ישתנה בצורה אוטומטית ל (It\\'s \\\"PHP!\\\"). תהליך זה נדרש לצורך הכנסת מידע לבסיס נתונים. יש לעיין גם במידע על addslashes(), stripslashes() ו - magic_quotes_sybase."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The tags supported by PHP are: \t 1.? echo (\"this is the simplest, an SGML processing instruction\\n\");? ?= expression?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The fdf_set_file() selects a different PDF document to display the form results in then the form it originated from. \t The fdf_set_file() sets the value of the / F key."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "shm_remove \t SESAM database functions"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. dirname() example \t דוגמה 1. dirname() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Note: \t MCAL_FRIDAY"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This module requires bzip2 / libbzip2 version = 1.0.x. \t This module uses the functions of the bzip2 library by Julian Seward"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If you still can' t find any information that helps you out you're more than welcome to use the mailing list. \t מאחר ו-PHP נהיה יותר ויותר פופולרי מיום ליום, העומס ברשימת php-general גדל וכיום היא מקבלת בין150 ל-200 הודעות ביום. מהסיבה הזו, אנו ממליצים לטובת כולם שהשימוש ברשימה יתבצע רק אם כל האפשרויות הנוספות כבר נוסו ונבדקו."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. uksort() example \t דוגמה 1. uksort() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The file to PUT must be set with the CURLOPT_INFILE and CURLOPT_INFILESIZE. \t CURLOPT_PUT: קבע את הערך לערך השונה מאפס כדי לבצע HTTP PUT לקובץ. הקובץ המועבר ל PUT חייב להקבע תוך כדי שימוש ב CURLOPT_INFILE ו CURLOPT_INFILESIZE."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Include CCVS support. \t Enable exif support."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "iconv functions \t ICAP Functions [deprecated]"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If you plan to compile PHP as a Apache module you will also need the Apache sources. \t If you don 't already have an unzip utility, you will need one."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "However, there are some conventions that are used. \t You would read this dn as.."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. array_diff() example \t דוגמה 1. array_diff() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also ftp_connect() \t You can' t reuse this resource but have to create a new one with ftp_connect()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. htmlspecialchars() example \t דוגמה 1. htmlspecialchars() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "All forms of float, and real types are returned as float All forms of float, and real types are returned as float values. \t All forms of float, and real types are returned as float values."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "At last but not least, we have many other interesting extensions, the mnoGoSearch search engine functions, the IRC Gateway functions, many compression utilities (gzip, bz2), calendar conversion, translation... \t ל PHP יש עוד הרבה הרחבות מעניינות - פונקציות מנוע החיפוש mnoGoSearch, פונקציות ממשק ל IRC, כלי ארכיון ודחיסת נתונים רבים (gzip, bz2), המרות לוח-שנה, תירגום..."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mb_ereg_match \t mb_ereg"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. printer_draw_line() example \t דוגמה 1. printer_draw_line() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "vpopmail_alias_del \t vpopmail_alias_get"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The full path and filename of the file. \t מציין מצב בו ידוע לphp שמשהו לא בסדר, אבל הסקריפט ימשיך כמתוכנן; הבעיות יכולות להגרם בידי הסקריפט עצמו. למשל ביטוי רגולרי שגוי ב ereg()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Download the ming archive. \t SWFMovie - add - - Adds any type of data to a movie."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "dbase_get_record_with_names \t dbase_delete_record"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See POST method uploads for more information. \t מערך אסוציאטיבי של המשתנים המועברים לסקריפט הנוכחי דרך עוגיות HTTP. משתנה זה מוגדר בכל טווח משתנים כלשהו. נוסף ל-PHP החל מגרסה 4.1.0."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns TRUE on success or FALSE on failure. \t If the parameter deleteoldrdn is TRUE the old RDN value( s) is removed, else the old RDN value(s) is retained as non-distinguished values of the entry. מחזיר TRUE במקרה של הצלחה או FALSE במקרה של כישלון."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Link to Dbase database \t Link to Dbase base"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The curious can visit Free On-Line Dictionary of Computing for more information on recursive acronyms. \t PHP מסמלת PHP: Hypertext Preprocessor"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. substr_replace() example \t דוגמה 1. substr_replace() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "xmlrpc_decode \t xmlrpc_encode"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example B-1. \t דוגמה B-1."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Prev \t Description string mssql_get_last_message (void)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. pcntl_fork() Example \t דוגמה 1. pcntl_fork() Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Only available since PHP 4.3.0. \t כשהפרמטר \"From:\" צריך להיות כתובת דואר תקינה שיכולה להיות בשימוש בשליחת דואר מ-PHP תחת ווינדוס."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. urldecode() example \t דוגמה 1. urldecode() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Check for the existence of the format message set name. \t Select the set of format strings to use for display of IRC messages and events."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "get_class \t get_class_vars"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 2. sscanf() - using optional parameters \t דוגמה 2. sscanf() - using optional parameters"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This was added in PHP 4.3.0 to add compatibility with deprecated dbm This was added in PHP 4.3.0 to add compatibility with deprecated dbm extension. \t This extension does not define any configuration directives."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This was added in PHP 4.3.0 \t דוגמה 8-2. שימוש ב __FILE__ ו __LINE__"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. fbsql_query() example \t דוגמה 1. fbsql_query() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "On all other systems, separate the directories with a colon. \t You can only execute executables within the safe_mode_exec_dir."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Thu, 21 Dec 2000 16:01:07 +0200 \t r - RFC 822 formatted date; e.g. \"Thu, 21 Dec 2000 16:01:07 +0200 \"(added in PHP 4.0.4)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Note that a cookie will replace a previous cookie by the same name in your browser unless the path or domain is different. \t מאחר שגם המידע המגיע בעזרת GET, POST ומנגנון העוגיות נוצר כמשתנה PHP רגיל בסקריפט, לפעמים עדיף לקרוא את משתנה הסביבה היישר מהסביבה כדי לוודא שהתקבל הערך מהמקור הנכון. פונקציית getenv() משמשת לצורך זה. ניתן גם לקבוע משתנה סביבה בעזרת הפונקציה putenv()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "imagegd \t imagegd2"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. pspell_config_repl() \t דוגמה 1. pspell_config_repl()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "call_user_func_array \t Function Handling functions"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Do not use unless you are testing the code! \t Include crack support."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The subclass Spinach adds a method to cook it and another to find out if it is cooked. \t דוגמה 1. classes.inc"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Windows users have to change this variable in order to use PHP 's session functions. \t Disabling register_globals is recommended for both security and performance reason."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "substr_replace \t strtr"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Prev \t 骠PHP"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If you use databases with PHP, it is recommended that you use the same character encoding for both database and internal encoding for ease of use and better performance. \t If you use database with PHP, it is recommended that you use the same character encoding for both database and internal encoding for ease of use and better performance."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "How to read a function definition (prototype) \t כיצד לקבל מידע נוסף אודות PHP"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "A few \"magical\" PHP \"constants \" \t ערך TRUE (הסתכל בסוג boolean)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Variables provided to the script via HTTP post file uploads. \t מערך אסוציאטיבי של המשתנים המועברים לסקריפט הנוכחי דרך עוגיות HTTP."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "To prevent this, use the argument list separator - -. \t To prevent this use the argument list separator - -."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Some notes on the use of BLOBs (TEXT and BYTE columns): \t You can override this detection by specifying \"IFX_LIBDIR\", \"IFX_LIBS\" and \"IFX_INCDIR \"in the environment."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. settype() example \t דוגמה 1. settype() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Though the API is object-oriented, there are many functions which can be called in a non-object-oriented way by passing the object to operate on as the first argument. \t Though the API is object oriented there are many functions which can be called in a non-object oriented way by passing the object to operate on as the first argument."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "session.entropy_file gives a path to an external resource (file) which will be used as an additional entropy source in the session id creation process. \t PHP is capable of doing this transparently when compiled with --enable-trans-sid."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "odbc_result \t odbc_result_all"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "iptcparse \t iptcembed"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ircg_is_conn_alive() returns TRUE if connection is still alive and working or FALSE, if the connection has died for some reason. \t ircg_is_conn_alive() returns TRUE if connection is still alive and working or FALSE if the server no longer talks to us."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "These functions will not typically work on Windows, as it does not support shared memory. \t Shmop is an easy to use set of functions that allows php to read, write, create and delete UNIX shared memory segments."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. urlencode() example \t דוגמה 1. urlencode() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "vpopmail_add_alias_domain \t vpopmail_add_domain"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php / / Make sure that Enable Track Vars is ON. / / Directory where are located the keys putenv( \"CMKEYDIR= / var / creditmut / cles\"); / / Version number $VERSION=\"1.2\"; $texte_libre = $_GET[\"texte-libre\"]; $code_retour = $_GET[\"code-retour\"]; $mac_ok = cybermut_testmac($MAC,$VERSION,$TPE,$date,$montant,$reference,$texte_libre,$code_retour); if ($mac_ok) {/ / / / insert data processing here / / / / $result=cybermut_creerreponsecm(\"OK\");} else {$result=cybermut_creerreponsecm(\"Document Falsifie\");}? \t ?php / / Make sure that Enable Track Vars is ON. / / Directory where are located the keys putenv( \"CMKEYDIR= / var / creditmut / cles\"); / / Version number $VERSION=\"1.2\"; $texte_libre = $HTTP_GET_VARS[\"texte-libre\"]; $code_retour = $HTTP_GET_VARS[\"code-retour\"]; $mac_ok = cybermut_testmac($MAC,$VERSION,$TPE,$date,$montant,$reference,$texte_libre,$code_retour); if ($mac_ok) {/ / / / insert data processing here / / / / $result=cybermut_creerreponsecm(\"OK\");} else {$result=cybermut_creerreponsecm(\"Document Falsifie\");}?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The default is 2 Megabytes. \t המאפיין MAX_FILE_SIZE לא יכול להגדיר גודל קובץ הגדול מגודל הקובץ שהוגדר בהגדרת ה-ini - upload_max_filesize. ברירת המחדל היא 2 מגה-בייט."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "openssl_pkey_get_public \t openssl_pkey_export_to_file"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "DIR is the OOB base install directory, defaults to / usr / local / easysoft / oob / client. \t Include Sybase-CT support."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Mon, 26 Jul 1997 05:00:00 GMT\"); / / Date in the past header(\"Last-Modified: \". gmdate(\"D, d M Y H:i:s\").\" GMT\"); / / always modified header(\"Cache-Control: no-store, no-cache, must-revalidate\"); / / HTTP / 1.1 header(\"Cache-Control: post-check=0, pre-check=0\", false); header(\"Pragma: no-cache\"); / / HTTP / 1.0? \t Mon, 26 Jul 1997 05:00:00 GMT\"); / / Date in the past header(\"Last-Modified: \". gmdate(\"D, d M Y H:i:s\").\" GMT\"); / / always modified header(\"Cache-Control: no-store, no-cache, must-revalidate\"); / / HTTP / 1.1 header(\"Cache-Control: post-check=0, pre-check=0\", false); header(\"Pragma: no-cache\"); / / HTTP / 1.0"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Table E-1. \t טבלה E-1."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also the session.name configuration directive. \t ?php / / set the session name to WebsiteID $previous_name = session_name( \"WebsiteID\"); echo \"The previous session name was $previous_name p \";?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_closepath \t pdf_closepath_stroke"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "dba_handlers \t dba_insert"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Although user can send multiple query at once, user cannot send multiple query over busy connection. \t User cannot send multiple query over busy connection."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The parser then executes all the code it finds, up until it runs into a PHP closing tag, which tells the parser to just start passing the text through again. \t כאשר PHP מפרשת קובץ, היא פולטת את הטקסט שבו, עד לרגע שבו תמצא תגיות מיוחדות שמסמנות לה את סוף הטקסט ותחילת הקוד של PHP. המפרש יבצע את כל פקודות ה PHP שימצא עד תגית הסגירה הבאה, שתסמן למפרש את סוף הקוד ותחילת הטקסט וברגע זה שוב תתבצע שליחה של הטקסט אל הפלט. מנגנון זה מאפשר את שילוב הקוד במסמך HTML: כל מה שמחוץ לתגיות ה PHP נחשב לפלט רגיל בעוד שכל מה שנמצא בתוכן מעובד כקוד."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "CyberMUT is a popular Web Payment Service in France, provided by the Crédit Mutuel bank. \t CyberMUT is a popular Web Payment Service in France, provided by the Crיdit Mutuel bank."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Ming is an open-source (LGPL) library which allows you to create SWF (\"Flash\") format movies. \t Source code and installation instructions are available at the Ming home page: http: / /www.opaque.net / ming / along with examples, a small tutorial, and the latest news."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "preg_match \t preg_match_all"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mb_detect_encoding() example \t דוגמה 1. mb_detect_encoding() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "(PHP 4 = 4.0.4) \t Returns a positive key resource identifier on success, or FALSE on error."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This means that \"open_basedir = / dir / incl\" also allows access to \"/ dir / include\" and \"/ dir / incls\" if they exist. \t For practical reasons it 's currently not allowed to have.. components in the path to the executable."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mdecrypt_generic() Example \t דוגמה 1. mdecrypt_generic() Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Email with attachments and special types of content can be sent using this function. \t הקישורים הבאים ל-RFC יכולים להיות גם כן שימושיים:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 2. urlencode / htmlentities() example \t דוגמה 2. urlencode / htmlentities() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If filename is of the form \"scheme: / /.. .\", it is assumed to be a URL and PHP will search for a protocol handler (also known as a wrapper) for that scheme. \t If filename begins with \"http: / /\" (not case sensitive), an HTTP 1.0 connection is opened to the specified server, the page is requested using the HTTP GET method, and a file pointer is returned to the beginning of the body of the response."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns TRUE on success or FALSE on failure. \t pg_close() closes the non-persistent connection to a PostgreSQL database associated with the given connection resource. מחזיר TRUE במקרה של הצלחה או FALSE במקרה של כישלון."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mysql_thread_id() example \t דוגמה 1. mysql_thread_id() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also domnode_append_child(), domdocument_create_element(), domdocument_create_text(), domdocument_create_cdata_section(), domdocument_create_attribute(), domdocument_create_entity_reference(), and domnode_insert_before(). \t See also DomNode_append_child(), DomDocument_create_element(), DomDocument_create_text(), DomDocument_create_cdata_section(), DomDocument_create_attribute(), DomDocument_create_entity_reference(), DomNode_insert_before()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If two members compare as equal, their order in the sorted array is undefined. \t דוגמה 1. usort() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. array_flip() example \t דוגמה 1. array_flip() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mcrypt_enc_is_block_algorithm \t mcrypt_enc_is_block_algorithm_mode"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pre ?php iconv_set_encoding( \"internal_encoding\", \"UTF-8\"); iconv_set_encoding(\"output_encoding\", \"ISO-8859-1\"); var_dump(iconv_get_encoding('all'));? / pre \t It returns the current settings of ob_iconv_handler() as array or FALSE in failure."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "base64_encode \t get_html_translation_table"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In order to enable this module on a Windows environment, you must copy fdftk.dll from the DLL folder of the PHP / Win32 binary package to the SYSTEM32 folder of your windows machine. (Ex: \t If you run into problems configuring PHP with fdftk support, check whether the header file FdfTk.h and the library libFdfTk.so are at the right place."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mysql_get_server_info Example \t דוגמה 1. mysql_get_server_info Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "dns_get_record \t define_syslog_variables"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "aspell_check_raw \t Aspell functions [deprecated]"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. imagesetstyle() example \t דוגמה 1. imagesetstyle"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Arrays or objects cannot be used here unless they are dereferenced to a simple type. \t הביטוי במשפט ה - case יכול להיות כל משתנה מסוג פשוט כמו מספר אינטגרלי (integer) או מספר ריאלי (float) או מחרוזת. אי אפשר להשתמש במערך אלא אם הוא מיוצג בסוג משתנה פשוט."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. dbx_compare() example \t דוגמה 1. dbx_compare() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "CPPFLAGS=\" -DODBC_QNX -DSQLANY_BUG \"LDFLAGS=-lunix CUSTOM_ODBC_LIBS=\"-ldblib -lodbc\". \t Default DIR is ORACLE_HOME."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "So PHP 4 will now warn you whenever you use unquoted string constants as for example in $_SERVER[ REQUEST_METHOD]. \t So PHP 4 will now warn you whenever you use unquoted string constants as for example in $HTTP_SERVER_VARS[ REQUEST_METHOD]."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "It started with the name Hyper-G and changed to Hyperwave when it was commercialised (in 1996). \t It started with the name Hyper-G and changed to Hyperwave when it was commercialised (If I remember properly it was in 1996)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. fbsql_num_rows() example \t דוגמה 1. fbsql_num_rows() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "$_FILES[ 'userfile']['name'][0], $_FILES['userfile']['tmp_name'][0], $_FILES['userfile']['size'][0], and $_FILES['userfile']['type'][0] are also set. \t $userfile[ 'name'][0], $userfile['tmp_name'][0], $userfile['size'][0] ו - $userfile['type'][0] גם הם קבועים."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "It returns large object oid, otherwise it returns FALSE if an error occurred. \t It returns FALSE, if an error occurred,"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 2. wordwrap() example \t דוגמה 2. wordwrap() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "SWFBitmap - getHeight \t SWFBitmap"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Before installing first, you need to know what do you want to use PHP for. \t Complete list of configure options"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Older releases of OpenBSD used the FLAVORS system to compile up a statically linked PHP. \t These integrate automatically with the version of Apache installed with the OS."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "url_rewriter.tags \t area=href"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. imap_setflag_full() example \t דוגמה 1. imap_setflag_full() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Script execution is not blocked while query is executing. \t Script execution is not block while query is executing."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. imap_rfc822_parse_adrlist() example \t דוגמה 1. imap_rfc822_parse_adrlist() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also domnode_append_child(), domdocument_create_element(), domdocument_create_text(), domdocument_create_attribute(), domdocument_create_processing_instruction(), domdocument_create_entity_reference(), and domnode_insert_before(). \t See also DomNode_append_child(), DomDocument_create_element(), DomDocument_create_text(), DomDocument_create_attribute(), DomDocument_create_processing_instruction(), DomDocument_create_entity_reference(), DomNode_insert_before()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Source code and installation instructions are available at the Ming home page: http: / /ming.sourceforge.net / along with examples, a small tutorial, and the latest news. \t SWFDisplayItem - skewYTo - - Sets the Y-skew."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php / / outputs e.g. 'Last modified: \t דוגמה 1. getlastmod() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns the output of the command if successful; otherwise returns FALSE. \t Returns FALSE if the request fails, returns the output of the command otherwise."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_setrgbcolor \t pdf_show"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mb_convert_encoding() example \t דוגמה 1. mb_convert_encoding() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 2. fbsql_query() example \t דוגמה 2. fbsql_query() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "To get these functions to work, you have to compile the CGI or CLI version of PHP with --with-ncurses[ =DIR]. \t To get these functions to work, you have to compile the CGI version of PHP with --with-ncurses."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The constants below are defined by this extension, and will only be available when the extension has either been compiled into PHP or dynamically loaded at runtime. \t Almost all of the sockets functions may fail under certain conditions and therefore emit an E_WARNING Almost all of the sockets functions may fail under certain conditions and therefore emit an E_WARNING message describing the error."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Pass a long as a parameter that contains the maximum time, in seconds, that you 'll allow the CURL functions to take. \t CURLOPT_TIMEOUT: העבר ערך מסוג long כפרמטר שמכיל את הזמן המקסימלי, בשניות, שאותו תרשה לפונקציות CURL להתבצע."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For more examples on using require_once() and include_once(), look at the PEAR code included in the latest PHP source code distributions. \t יש להשתמש ב - include_once() במקרים בהם יתכן סיפוחו של קובץ מסויים מספר פעמים המהלך הריצה ויש צורך למנוע סיפוח כפול כדי למנוע הגדרה מחודשת של פונקציות ומשתנים שונים."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. printer_draw_pie() example \t דוגמה 1. printer_draw_pie() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "dba_list \t dba_nextkey"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "msql_affected_rows \t msql"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "By default on UNIX it should be in / usr / local / lib which is install-path / lib. \t By default on UNIX it should be in / usr / local / lib."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $a = \"abc\"; / / $a is a string $a{1} = \"f\"; / / $a is now \"afc\"? \t Fixes are, however, being discussed."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. strtok() example \t דוגמה 1. strtok() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. compact() example \t דוגמה 1. compact() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mb_convert_case \t Multi-Byte String Functions"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "yaz_set_option \t yaz_search"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. tempnam() example \t דוגמה 1. tempnam() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php sort( $files); print_r($files);? \t sort( $files); print_r($files);"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The section about Process Control Functions maybe of interest for you. \t The POSIX extension is not available on the Windows platform."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pg_set_client_encoding() sets the client encoding and returns 0 if success or -1 if error. \t pg_set_client_encoding() sets the client encoding and return 0 if success or -1 if error."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "odbc_result_all \t odbc_result"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mb_convert_kana() example \t דוגמה 1. mb_convert_kana() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $a = \"hello\";? \t $a = \"hello\";"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You will require the appropriate SDK for your platform, which may be downloaded from within the manager interface once you have registered. \t Once you have downloaded the SDK you should copy the files from the lib directory of the distribution."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. printer_draw_chord() example \t דוגמה 1. printer_draw_chord() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If no wrappers for that protocol are registered, PHP will emit a notice to help you track potential problems in your script and then continue as though filename specifies a regular file. \t As of PHP 4.3.0 (not yet released), if you have compiled in support for OpenSSL, you may use \"https: / / \"to open an HTTP connection over SSL."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "call_user_method \t class_exists"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also fdf_get_file() and fdf_set_target_frame(). \t See also fdf_get_file() and example for fdf_create()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. array_unique() example \t דוגמה 1. array_unique() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This means that in i.e. the default \"C\" locale, characters such as umlaut-A (Ä) will not be converted. \t This means that in i.e. the default \"C\" locale, characters such as umlaut-A (ĩ will not be converted."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Array ([x] = 1.233 [y] = 3.445 [label] =) Array ([x] = 1.233 [y] = 3.445 [label] = point #1) \t Array ([x] = 1.233 [y] = 3.445) Array ([x] = 1.233 [y] = 3.445 [label] = point #1)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Appendix K. \t נספח J."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mbstring.http_output defines default HTTP output character encoding. \t Caracter encoding may be specified for mbstring functions 'encoding parameter."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Crédit Mutuel CyberMUT functions \t Crיdit Mutuel CyberMUT functions"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also exif_read_data() and image_type_to_mime_type(). \t See also exif_read_data()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also is_dir(). \t ראה גם את הפונקציה is_dir()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Because of this it is in everyones interest that you use the list as a last resort when you have looked everywhere else. \t כן, ניתן למצוא רשימת אתרי ארכיון בעמוד התמיכה. כמו-כן, כתבות על רשימות התפוצה מקובצות כהודעות בשרת החדשות. ניתן להגיע לשרת החדשות דרך news: / /news.php.net / עם תוכנת לקוח לשרתי חדשות. ישנו גם ממשק אינטרנט ניסיוני לשרת החדשות ב http: / /news.php.net /"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. preg_split() Example 1. preg_split() example: \t דוגמה 1. preg_split() דוגמה 1. preg_split() example:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also html_entity_decode(), get_html_translation_table(), htmlspecialchars(), nl2br(), and urlencode(). \t See also htmlspecialchars() and nl2br()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Graphics \t Include NDBM support."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Currently only one directive is recognized: the ticks directive. (See below for more information on the ticks directive) \t חלק ה - directive (הוראה) מאפשר את קביעת התנהגות בלוק ה - declare. לעת עתה, ההוראה היחידה שקיימת היא הוראת ה - ticks. (קראו בהמשך למידע נוסף על הוראת ticks ותחבירה)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If options is specified, pg_convert() is applied to assoc_array with specified option. \t If options is specified, pg_convert() s applied to assoc_array with specified option."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Table 1. \t Beginning with PHP 4.2.0 this function are enabled by default."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 2. unserialize() example \t דוגמה 2. unserialize() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The macros in Table 35-1 automatically return from your function, those in Table 35-2 only set the return value; they don't return from your function. \t The macros in טבלה 36-1 automatically return from your function, those in טבלה 36-2 only set the return value; they don 't return from your function."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Executable files: c:\\work\\win32build\\bin, Cygwin users: cygwin\\bin \t Make a directory and unzip win32build.zip into it."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "When converting to boolean, the following values are considered FALSE: \t שממירים ערך לבוליאני, הערכים הבאים נחשבים ל - FALSE:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "php4 / Zend / zend.h, located in the main Zend directory. \t zend.h, located in the main Zend directory."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In addition you must ensure support for an underlying database or you can use some sytem libraries. \t In addtion you must ensure support for an underlying database or you can use some sytem libraries."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pfpro_process_raw \t pfpro_process"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP Behaviour \t Include CDB support."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Beginning with PHP 4.3.0 you can configure PHP to use CURL for url streams --with-curlwrappers. \t PHP לא תעבוד עם אף גירסה של CURL מתחת לגירסא 7.0.2-beta."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mysql_escape_string() example \t דוגמה 1. mysql_escape_string() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Sometimes, if the while expression evaluates to FALSE from the very beginning, the nested statement( s) won't even be run once. \t המשמעות של לולאת while היא פשוטה. היא פוקדת על PHP לבצע את הפקודות שהיא מכילה כל עוד ביטוי ה - while שווה בערכו ל - TRUE. ערכו של הביטוי נבדק מחדש בכל פעם בתחילת הלולאה, כך שאם משתנה ערכו של הביטוי במהלך הלולאה, היא לא תיעצר עד שתסיים את האיטרציה הנוכחית (כל פעם ש-PHP מריצה את כל הפקודות שבלולאה נקראת איטרציה). כאשר ערך הביטוי של לולאת ה - while שווה בערכו ל - FALSE מלכתחילה, הפקודות שבתוך הלולאה לא יורצו אפילו פעם אחת."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You can find an ASCII-table over here: http: / /www.asciitable.com. \t You can find an ASCII-table over here: http: / /www.mindspring.com / ~jc1 / serial / Resources / ASCII.html."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For parsing and accessing XML documents, we support the SAX and DOM standards. \t ל-PHP יש יכולות עיבוד טקסט מאוד שימושיות, החל מ - POSIX Extended או ביטויים רגולריים של פרל וכלה בעיבוד מסמכי XML. לפיענוח ועיבוד קבצי XML, נתמכים הסטנדרטים SAX ו DOM. אתה יכול להשתמש בהרחבת ה XSLT כדי להמיר מסמכי XML."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "current character set is latin1 \t latin1"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "get_class_methods \t get_class"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "gmp_divexact \t gmp_div_q"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If output exists prior to calling this function, setcookie() will fail and return FALSE. \t Cookies must be sent before any other headers are sent (this is a restriction of cookies, not PHP)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP also supports the alternate \"colon syntax\" for for loops. \t PHP תומכת גם בתחביר הנקודותיים האלטרנטיבי בלולאות for:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "It is currently impossible to register resource variables in a session. \t It is not currently possible to register resource variables in a session."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. swfgradient() example \t דוגמה 1. swfgradient() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "cpdf_rotate \t cpdf_save"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns TRUE on success or FALSE on failure. \t Returns FALSE on error otherwise TRUE."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php / * connect to database * / mysql_pconnect( \"localhost\", \"mysql_user\", \"mysql_password\") or die(\"Could not connect: \". mysql_error()); / * Update records * / mysql_query(\"UPDATE mytable SET used=1 WHERE id 10\"); printf (\"Updated records: %d\\n\", mysql_affected_rows()); mysql_query(\"COMMIT\");? \t ?php / * connect to database * / mysql_pconnect( \"localhost\", \"mysql_user\", \"mysql_password\") or die (\"Could not connect\"); / * Update records * / mysql_query(\"UPDATE mytable SET used=1 WHERE id 10\"); printf (\"Updated records: %d\\n\", mysql_affected_rows()); mysql_query(\"COMMIT\");?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Disable passing additional runtime library search paths. \t DIR is the zlib install directory."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mcrypt_get_block_size() example \t דוגמה 1. mcrypt_get_block_size() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Standard Predefined Constants \t hyperwave Predefined Constants"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This function is an alias to imap_headerinfo() and is identical to it in every way. \t This is an alias to imap_headerinfo() and is identical to this in any way."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In fact, you can include any value that is in the namespace in strings with this syntax. \t $fruits = array( 'strawberry '= 'red', 'banana '= 'yellow'); / / note that this works differently outside string-quotes. echo \"A banana is $fruits[banana] .\"; echo \"This square is $square - width meters broad .\"; / / Won 't work."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $str = \"first=value arr[]=foo+bar arr[]=baz\"; parse_str($str); echo $first; / / value echo $arr[0]; / / foo bar echo $arr[1]; / / baz parse_str($str, $output); echo $output['first']; / / value echo $output['arr'][0]; / / foo bar echo $output['arr'][1]; / / baz? \t $str = \"first=value second[]=this+works second[]=another\"; parse_str($str); echo $first; / * prints \"value\" * / echo $second[0]; / * prints \"this works \"* / echo $second[1]; / * prints \"another\" * /"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This is \\r on Macintosh for example. \t Probably the nastiest gotcha is that there may also not be a carriage return (\\r) at the end of the line, only a form feed, AKA newline (\\n)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "'r+' - Open for reading and writing; place the file pointer at the beginning of the file. \t If filename is one of \"php: / /stdin\", \"php: / /stdout\", or \"php: / /stderr\", the corresponding stdio stream will be opened. (This was introduced in PHP 3.0.13; in earlier versions, a filename such as\" / dev / stdin \"or\" / dev / fd / 0 \"must be used to access the stdio streams.)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This extension has no constants defined. \t A detailed installation instruction can be found here."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $number = 1234.56; / / english notation (default) $english_format_number = number_format($number); / / 1,234 / / French notation $nombre_format_francais = number_format($number, 2, ',',' '); / / 1 234,56 $number = 1234.5678; / / english notation without thousands seperator $english_format_number = number_format($number, 2, '.', ''); / / 1234.57? \t ?php $number = 1234.56; / / english notation (default) $english_format_number = number_format($number); / / 1,234.56 / / French notation $nombre_format_francais = number_format($number, 2, ',',' '); / / 1 234,56 $number = 1234.5678; / / english notation without thousands seperator $english_format_number = number_format($number, 2, '.', ''); / / 1234.57?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pg_lo_open() opens a Large Object and returns large object resource. \t pg_lo_open() open a Large Object and returns large object resource."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Consider the pattern fragment (a+)* This can match \"aaaa \"in 33 different ways, and this number increases very rapidly as the string gets longer. (The * repeat can match 0, 1, 2, 3, or 4 times, and for each of those cases other than 0, the + repeats can match different numbers of times.) When the remainder of the pattern is such that the entire match is going to fail, PCRE has in principle to try every possible variation, and this can take an extremely long time. \t Consider the pattern fragment (a+)* This can match \"aaaa \"in 33 different ways, and this number increases very rapidly as the string gets longer. (The * repeat can match 0, 1, 2, 3, or 4 times, and for each of those cases other than 0, the + repeats can match different numbers of times.) When the remainder of the pattern is such that the entire match is going to fail, PCRE has in princi - ple to try every possible variation, and this can take an extremely long time."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The value of the cookie. \t Use a zero (0) instead."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The extra backslash is / / required because the string is in double quotes. $html = \"b bold text / b a href=howdy.html click me / a\"; preg_match_all (\" / (([\\w]+)[^ ]* )(.*) (\\ / \\\\2) / \", $html, $matches); for ($i=0; $i count($matches[0]); $i++) {echo \"matched: \".$matches[0][$i] .\"\\n\"; echo \"part 1: \".$matches[1][$i] .\"\\n\"; echo \"part 2: \".$matches[3][$i] .\"\\n\"; echo \"part 3: \".$matches[4][$i] .\"\\n\\n\";}? \t The extra backslash is / / required because the string is in double quotes. $html = \"b bold text / b a href=howdy.html click me / a; preg_match_all (\" / (([\\w]+)[^ ]* )(.*) (\\ / \\\\2) /\", $html, $matches); for ($i=0; $i count($matches[0]); $i++) {echo \"matched: \".$matches[0][$i] .\"\\n\"; echo \"part 1: \".$matches[1][$i] .\"\\n\"; echo \"part 2: \".$matches[3][$i] .\"\\n\"; echo \"part 3: \".$matches[4][$i] .\"\\n\\n\";}"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Function ircg_nickname_escape() returns an encoded nickname specified by nick wich is IRC-compliant. \t Function ircg_nickname_escape() returns a decoded nickname specified by nick wich is IRC-compliant."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. ircg_fetch_error_msg() example \t דוגמה 1. ircg_fetch_error_msg() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This defines a class Named_Cart that has all variables and functions of Cart plus an additional variable $owner and an additional function set_owner(). \t בדוגמא הנ\" ל הוגדרה מחלקה Named_Cart שיש לה את כל הפונקציות והמשתנים של Cart בנוסף למשתנה $owner ולפנוקציה נוספת בשם set_owner(). יוצרים את העדלה בדרך הרגילה, אלא שאפר גם לקבוע ערכים ולקרוא את הערכים של בעל העגלה. עדיין אפשר להשתמש פונקציות הרגילות של העגלה."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Set this option to a non-zero value if you want the header to be included in the output. \t CURLOPT_HEADER: קבע את הערך לערך השונה מאפס אם יש לאפשר ל header להכלל במידע הנשלח."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "echo iconv( \"ISO-8859-1\" ,\"UTF-8\" ,\"This is a test .\"); \t echo iconv( \"ISO-8859-1\" ,\"UTF-8\" ,\"This is test .\");"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also readfile(), fopen(), fsockopen(), popen(), file_get_contents(), and include(). \t See also readfile(), fopen(), fsockopen(), and popen()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "He named this set of scripts' Personal Home Page Tools'. \t PHP היא ממשיכת דרכה של שפה ישנה יותר בשם PHP / FI."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If the new node is already a child it will not be added a second time. \t This function replaces the child oldnode with the passed new node."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "php4 / Zend \t Zend"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "We are explicitly testing whether the return value is identical to (equal to and of the same type as--see Comparison Operators for more information) FALSE since otherwise, any directory entry whose name evaluates to FALSE will stop the loop. \t שים לב לדרך שבה הערך שמחזירה הפונקציה dir() 's נבדק בדוגמא מתחת. אנו בודקים בפירוש האם הערך המוחזר זהה(שווה ל וגם מאותו type ,ראה Comparison Operators למידע נוסף) FALSE כי אחרת, כל ערך המוחזר מהספרייה השווה ל FALSE יעצור את הלולאה."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "1 through 12 \t g - hour, 12-hour format without leading zeros; i.e. \"1 \"to \"12\""} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The contents of $_FILES from our example script is as follows. \t $userfile_name - השם או הנתיב המקורי של הקובץ על המחשב של זה שהעלה את הקובץ"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. number_format() Example \t דוגמה 1. number_format() Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Table 2. openlog() Facilities \t טבלה 2. openlog() Facilities"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The autoglobal $_FILES exists as of PHP 4.1.0 The $HTTP_POST_FILES array has existed since PHP 4.0.0. \t ב-PHP, המשתנים הבאים יהיו מוגדרים בסקריפט היעד לאחר העלאת קבצים שהצליחה, בהנחה ש register_globals מופעל ב - php.ini. אם track_vars מופעל, הם יהיו זמינים ב-PHP גם במערת הגלובלי $HTTP_POST_VARS. יש לשים לב ששמות המשתנים הבאים מתייחסים לקובץ שהועלה בשדה בשם 'userfile', כמו בדוגמה שלמעלה:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP continues to execute the statements until the end of the switch block, or the first time it sees a break statement. \t חשוב להבין איך פקודת switch פועלת כדי להמהע מטעיות. פקודת ה - switch תבצע כל פקודה שתמצא בתוכה בצורה הרגילה רק אם תמצא פקודת case עם ערך בשווה בערכו לערך ה - switch, תחל PHP בהרצת הקוד. עד סוף בלוק ה - switch או פקודת ה - break הראשונה. אם לא נוסיף פקודת break בסופו של משפט case אז PHP תמשיך בהרצת משפטי ה - case הבאים. לדוגמה:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Obtaining PHP \t השגת PHP"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This basically means that these objects can show up on any of your pages once they become part of your session. \t אם אתה משתמש ב session ומשתמש ב session_register() על מנת לאגור משתנה, אובייקטים אלו באופן אוטומטי serialized בסוף כל עמוד PHP, והם unserialized אוטומטית באחד מכל הדפים הבאים. הכוונה הבסיסית היא שהאובייקט יכול להופיע בדף כלדשהו ברגע שהם הופעים להיות חלק מתוך ה session."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $id = 1; function test() {global $id; unset($id);} test(); echo($id); / / This will print out 1 in PHP 4? \t ?php $id = 1; function test() {global $id; unset($id);} test(); echo($id); / / This will print out 1 in PHP 4"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also: base64_encode(), RFC 2045 section 6.8. \t See also: base64_encode(), RFC2045 section 6.8."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The PHP start and end tags (?php and?) are not needed and will cause a parser error if present. \t The PHP start and end tags (?php and?) are not needed and will cause a parser errors."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Regardless, REMOTE_USER can be used to identify the externally-authenticated user. \t In this case, the $REMOTE_USER variable can be used to identify the externally-authenticated user."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In this case, the browser will first un - htmlspecialchars() the value, and then pass the URL on. \t הערה: עליך לבצע htmlspecialchars() לכל ה-URL, משום שה-URL מתרחש כערך תכונה של HTML (כלומר, HTML-attribute). במקרה כזה, בתחילה הדפדפן יהפוך את הערך ללא - htmlspecialchars(), ורק אז יעביר את ה-URL הלאה."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This function adds user nick to the ignore list of connection connection. \t This function will add user nick to your ignore list on the server connected to by connection."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In the script above, we used the special first line to indicate that this file should be run by PHP. \t In the script above, we used the special first line to indicate, that this file should be run by PHP."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If type is \"string\" the record is returned in a string representation suitable for printing (for XML and SUTRS). \t The argument, type, specifies the form of the returned record."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 4. mysql_fetch_array with MYSQL_BOTH \t דוגמה 4. mysql_fetch_array with MYSQL_BOTH"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The resulting variable is of type object, but has no class and no methods, thus it is pretty useless (it has become just like an array with a funny syntax). \t הערה: ב PHP 3, אוביקטים יאבדו את השיוך למחלקה שלהם במהלך התהליך של \"פרסום בהמשכים\" (serializatio) ו \"אי פרסום בהמשכים \"(unserialization). התוצאה היא משתנה מסוג אובייקט, אבל ללא מחלקה וללא מתודות (פונקציות של המחלקה), לכן זה ממש לא שימושי (זה למעשה נהיה ממש כמו מערך עם תחביר משעשע)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Please see appropriate manual section for information about migration from PHP / FI 2.0. \t PHP / FI 2.0 כבר לא נתמכתעל-ידינו. נא בדקו את מדור המדריך המתאים למידע על מעבר מ-PHP / FI 2.0."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $foo[ bar] = 'enemy'; echo $foo[bar]; / / etc? \t echo $arr[ foo(true)];"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "session.serialize_handler defines the name of the handler which is used to serialize / deserialize data. \t If both track_vars and register_globals are enabled, then the globals variables and the $HTTP_SESSION_VARS / $_SESSION entries will reference the same value for already registered variables."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "One of the most interesting ways of seeing this trend was by observing the books about PHP that came out throughout the years. \t ככל ש-PHP גדלה, היא החלה לקבל הכרה כשפה פופולרית. אחת מהדרכים המעניינות ביותר לצפייה בתופעה היא על ידי בחינת הספרים על PHP שיצאו לאור במהלך השנים."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Zip support before PHP 4.1.0 is experimental. \t This module requires ZZIPlib version = 0.10.6."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP 3 only! \t tiff dir for cpdflib 2.x."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Obviously in this trivial case the rsort() function would be more appropriate. \t דוגמה 2. usort() example using multi-dimensional array"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also printf(), sscanf(), fscanf(), vsprintf(), and number_format(). \t See also: printf(), sscanf(), fscanf(), and number_format()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "openssl_pkey_export_to_file \t openssl_pkey_export"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You do not need to load any additional extension in order to use these functions. \t Please see the Installation on Unix Systems chapter for more information about configuring PHP with these databases."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You may have to set these environment variables in your Apache startup script. \t The configure script will autodetect the libraries and include directories, if you run configure --with_informix=yes."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Parse errors should only be generated by the parser. \t PHP 4 only."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "URL support was added in PHP 4.0.5. \t URL support was added in PHP 4.0.5"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Requirements for WIn32 platforms. \t The MSSQL extension is available on Win32 systems only."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also pg_connect(), and the section Persistent Database Connections for more information. \t See also pg_connect()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ldap_get_values \t ldap_get_values_len"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mailparse_msg_get_part_data \t mailparse_msg_get_part"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Enable magic quotes by default. \t Compile without bc style precision math functions."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If an error occurs, fpassthru() returns FALSE. \t Reads to EOF on the given file pointer from the current position and writes the results to standard output."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. zend_version() Example \t דוגמה 1. zend_version() Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "cpdf_fill_stroke \t cpdf_end_text"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "They behave just like their C counterparts. \t לולאות while הן הלולאות הפשוטות ביותר ב-PHP. הן מתנהגות בצורה זהה למקבילותיהן בשפת C. הצורה הבסיסית של לולאת while היא:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. imap_fetch_overview() example \t דוגמה 1. imap_fetch_overview() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also fscanf(), printf(), and sprintf(). \t See also: fscanf(), printf(), and sprintf()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $handle = fopen (\"c:\\\\data\\\\info.txt\", \"r\");? \t $fp = fopen (\"c:\\\\data\\\\info.txt\", \"r\");"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This function used to be called pg_fieldtype(). \t This function used to be called pg_field_type()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Deprecated functions and their replacements \t Deprecated functions and its replacements"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The pattern (\\D+ _BAR_ \\d + )*[!?] matches an unlimited number of substrings that either consist of non-digits, or digits enclosed in, followed byThe pattern (\\D+ _BAR_ \\d + )*[!?] matches an unlimited number of substrings that either consist of non-digits, or digits enclosed in, followed by either! or?. \t The pattern (\\D+ _BAR_ \\d + )*[!?] matches an unlimited number of substrings that either con - sist of non-digits, or digits enclosed in, followed byThe pattern (\\D+ _BAR_ \\d + )*[!?] matches an unlimited number of substrings that either con - sist of non-digits, or digits enclosed in, followed by either! or?."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. \t SIGSYS"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "get_meta_tags \t parse_url"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "com_load_typelib \t com_isenum"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Consider this pattern, again containing non-significant white space, and with the two alternatives on the second line: (?(?=[^a-z]*[a-z]) \\d{2} -[a-z]{3}-\\d{2} _BAR_ \\d{2}-\\d{2}-\\d{2}) The condition is a positive lookahead assertion that matchesConsider this pattern, again containing non-significant white space, and with the two alternatives on the second line: (?(?=[^a-z]*[a-z]) \\d{2} -[a-z]{3}-\\d{2} _BAR_ \\d{2}-\\d{2}-\\d{2}) The condition is a positive lookahead assertion that matches an optional sequence of non-letters followed by a letter. \t Consider this pattern, again contain - ing non-significant white space, and with the two alterna - tives on the second line: (?(?=[^a-z]*[a-z]) \\d{2} -[a-z]{3}-\\d{2} _BAR_ \\d{2}-\\d{2}-\\d{2}) The condition is a positive lookahead assertion that matchesConsider this pattern, again contain - ing non-significant white space, and with the two alterna - tives on the second line: (?(?=[^a-z]*[a-z]) \\d{2} -[a-z]{3}-\\d{2} _BAR_ \\d{2}-\\d{2}-\\d{2}) The condition is a positive lookahead assertion that matches an optional sequence of non-letters followed by a letter."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also the function entries for is_uploaded_file() and move_uploaded_file() for further information. \t הדוגמאות הבאות הן עבור גירסאות של PHP המאוחרות מ-3.0.16, וגירסאות המאוחרות מ-PHP בגירסה 4.0.2. אפשר לבדוק גם את הפונציות is_uploaded_file() ו - move_uploaded_file()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ord \t octdec"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 4. modifying Title attribute \t דוגמה 4. modifying Title attribute"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "cpdf_rotate_text \t cpdf_rotate"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example E-4. \t דוגמה E-4."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "vpopmail_add_domain \t vpopmail_add_domain_ex"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also: curl_close(), curl_setopt() \t ראה גם: curl_close(), curl_setopt()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Use get_defined_constants() to get a list of all defined constants. \t אם אתה משתמש בקבוע לא מוכרז, php תבין שאתה מתכוון לשם הקבוע עצמו. הודעה תוצג כשזה יקרה. השתמש בפונקציה defined() אם אתה רוצה לדעת אם קבוע מוגדר."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "call_user_func \t call_user_func_array"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Support for value arrays was added in PHP 4.3. \t See also fdf_get_value()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. swfshape() example \t דוגמה 1. swfshape() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "To create your own constants, you can use the macros in Table 33-6. \t To create your own constants, you can use the macros in טבלה 34-6."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "$arr[ key] = value; $arr[] = value; / / key is either string or nonnegative integer / / value can be anything \t There are quite some useful function for working with arrays, see the array-functions section."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "array_merge \t array_multisort"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 3. in_array() with an array as needle \t דוגמה 3. in_array() with an array as needle"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "By default PHP will try and determine this by itself, although, in some cases you must set this manually. \t CURLOPT_SSLVERSION: העבר ערך מסוג long כפרמטר שמכיל את גירסת ה SSL( 2 or 3) לשימוש. כברירת מחדל PHP תנסה למצוא נתון זה בעצמה, אך במקרים מסוימים יש לקבוע ערך זו ידנית."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Use system regex library (deprecated). \t Include LDAP support."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "xmldocfile \t xmldocfiel"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "odbc_close \t odbc_close_all"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns error text message for target (last request). \t Returns error message for target (last request)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In Filter command or script put the path and name of your php executable i.e. c:\\php\\php.exe. \t בתוך Filter command or script שים את הנתיב ואת השם של הphp הבינארי למשל c:\\php\\php.exe."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Support for the optional quote parameter was added in PHP 4.0.3. \t There is no reverse of this function."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "dbase_get_record \t dbase_numfields"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "# Omitting the value part will set the given configuration directive to \"1\" $php -d max_execution_time -r '$foo = ini_get(\"max_execution_time\"); var_dump($foo); 'string(1) \"1 \"# Passing an empty value part will set the configuration directive to\" \"php -d max_execution_time= -r '$foo = ini_get(\"max_execution_time\"); var_dump($foo);' string(0)\" \"# The configuration directive will be set to anything passed after the '= 'character $php -d max_execution_time=20 -r '$foo = ini_get(\"max_execution_time\"); var_dump($foo);' string(2) \"20\" $php -d max_execution_time=doesntmakesense -r '$foo = ini_get(\"max_execution_time\"); var_dump($foo); 'string(15) \"doesntmakesense \" \t # Ommiting the value part will set the given configuration directive to \"1\" $php -d max_execution_time -r '$foo = ini_get(\"max_execution_time\"); var_dump($foo); 'string(1) \"1 \"# Passing an empty value part will set the configuration directive to\" \"php -d max_execution_time= -r '$foo = ini_get(\"max_execution_time\"); var_dump($foo);' string(0)\" \"# The configuration directive will be set to anything passed after the '= 'character $php -d max_execution_time=20 -r '$foo = ini_get(\"max_execution_time\"); var_dump($foo);' string(2) \"20\" $php -d max_execution_time=doesntmakesense -r '$foo = ini_get(\"max_execution_time\"); var_dump($foo); 'string(15) \"doesntmakesense \""} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This is because this function only works when PHP is compiled as an Apache Module. \t $headers = getallheaders(); while (list ($header, $value) = each ($headers)) {echo \"$header: $value br / \\n\";}"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "jpeg2wbmp \t leak"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Finally, you are going to need the source to PHP 4 itself. \t A free version is available from InfoZip."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "A value of 1 denotes that we should check for the existence of the common name, a value of 2 denotes that we should make sure it matches the provided hostname. \t CURLOPT_SSL_VERIFYHOST: העבר ערך מסוג long אם cURL אמורה לוודא את ה peer certificate הנמצא בשימוש עם SSL handshake. הערך 1 קובע שיש לבדוק את המצאותו של common name, הערך 2 קובע שיש לוודא כי היא זהה לשם המחשב המארח."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $link = mysql_connect( 'localhost', 'mysql_user', 'mysql_password'); $charset = mysql_client_encoding($link); printf (\"current character set is %s\\n\", $charset);? \t ?php $link = mysql_connect( 'localhost', 'mysql_user', 'mysql_password'); $charset = mysql_character_set_name($link); printf (\"current character set is %s\\n\", $charset);?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php / / Let' s show all errors error_reporting(E_ALL); $arr = array('fruit '= 'apple', 'veggie' = 'carrot'); / / Correct print $arr['fruit']; / / apple print $arr['veggie']; / / carrot / / Incorrect. \t $error_descriptions[ E_ERROR] = \"A fatal error has occured\"; $error_descriptions[E_WARNING] = \"PHP issued a warning\"; $error_descriptions[E_NOTICE] = \"This is just an informal notice\";"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The API of the module follows the DOM Level 2 standard as closely as possible. \t The API of the module follows the DOM Level 2 standard as close as possible."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The getimagesize() function will determine the size of any GIF, JPG, PNG, SWF, SWC, PSD, TIFF, BMP or IFF image file and return the dimensions along with the file type and a height / width text string to be used inside a normal HTML IMG tag. \t The getimagesize() function will determine the size of any GIF, JPG, PNG, SWF, PSD, TIFF or BMP image file and return the dimensions along with the file type and a height / width text string to be used inside a normal HTML IMG tag."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See the documentation for these functions for an example. \t בשפות שונות קיימת לולאת foreach שרצות לאורך מערך. ב-PHP 3 לא קיימת פקודה כזו. ב-PHP 4 קיימת פקודה זו (ראה foreach למידע נוסף). ב-PHP 3 ניתן לבצע דבר דומה על-ידי שימוש בלולאת while והפונקציות list() ו - each(). ניתן למצוא דוגמאות בתיעוד של פונקציות אלו."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "When a file is included, the code it contains inherits the variable scope of the line on which the include occurs. \t כאשר קובץ מסופח בעזרת include הוא יורש את מערך המשתנים ברגע הסיפוח. כלומר, כל משתנה שהיה זמין בסקריפט הראשי בנקודת הסיפוח, יהי זמין בתחילת קוד ה-include גם כן."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Regular Expression Functions (Perl-Compatible) \t recode_file"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This is an alias for openssl_pkey_get_public(). \t openssl_get_publickey() extracts the public key from an X.509 certificate specified by certificate and prepares it for use by other functions."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "imagecreatefromgd2part \t imagecreate"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 5. xmltest2.xml \t דוגמה 5. xmltest2.xml"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "It is important to use the bug database instead of just sending an email to one of the mailing lists because the bug will have a tracking number assigned and it will then be possible for you to go back later and check on the status of the bug. \t פנה לבסיס הנתונים של הבאגים של PHP וודא שהבאג עוד לא ידוע. אם אינך רואה את הבאג בבסיס הנתונים, השתמש בטופס הדיווח כדי לדווח על הבאג. חשוב להשתמש בבסיס הנתונים במקום פשוט לשלוח דואר לאחת מרשימות הדואר משום שהבאג יקבל מספר מעקב מוקצה שעל-ידיו תהיה לך אפשרות לבדוק שוב מאוחר יותר את מצב הבאג. בסיס הנתונים לבאגים נמצא ב http: / /bugs.php.net /."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "recode_file \t recode"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "cpdf_fill_stroke \t cpdf_fill"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "DIR is the iODBC base install directory, defaults to / usr / local. \t DIR is the PostgreSQL base install directory, defaults to / usr / local / pgsql."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The startpos parameter was added in PHP 4.3.0. \t Returns TRUE on success, FALSE on error."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "php_ini_scanned_files \t ini_set"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The special value. indicates that the directory in which the script is stored will be used as base-directory. \t shell_exec() (functional equivalent of backticks)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mcrypt_module_is_block_algorithm_mode \t mcrypt_module_get_supported_key_sizes"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For example, the following code would display a is bigger than b if $a is bigger than $b, and a is NOT bigger than b otherwise: \t לעיתים תרצה להריץ פקודה אם תנאי מתקיים ולהריץ פקודה אחרת אם לא. לשם זה קיים ה else. else מרחיב משפטי if כדי לבצע הרצה של פקודות במקרה שערכו של הביטוי במשפט if מתאים לערך ה FALSE. לדוגמה, הסקריפט הבא ידפיס a is bigger than b אם ערכו של $a גדול מערכו של $b, או ידפיס a is NOT bigger than b בכל מקרה אחר:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. ftp_get_option() example \t דוגמה 1. ftp_get_option() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You can use these functions to format the date and time in many different ways. \t You can use this functions to format the output of date and time in many different ways."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Link to DBA database \t Link to DBA base"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You can select arguments to add to the configure on line 10 below from the Complete list of configure options. \t You can select arguments to add to the configure on line 8 below from the Complete list of configure options."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. swfsprite() example \t דוגמה 1. swfsprite() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "preg_replace \t preg_split"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If you wish to assign multiple values to a single cookie, just add [] to the cookie name. \t כל עוגיה שנשלחת אליך מהלקוח תהפוך באופן אוטומטי למשתנה של PHP, ממש כמו שיטות הנתונים GET ו-POST, תלוי בקונפיגורציות המשתנים register_globals ו - variables_order. אם ברצונך להקצות ערכים מרובים לעוגייה יחידה, צריך להוסיף [] לשמה של העוגייה."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "SWFMovie - add \t SWFMorph - getshape1"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "--enable-mbstring: \t You must enable module with configure script."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. gmstrftime() example \t דוגמה 1. gmstrftime() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "fdf_get_version \t fdf_next_field_name"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "xmlrpc_decode_request \t XMLRPC functions"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Miscellaneous \t Include Berkeley DB3 support."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The callback should return the replacement string. \t This function was added in PHP 4.0.5."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This ini-option is available available from PHP 4.3.0. \t This extension does not define any configuration directives."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See fopen() for more details on how to specify the filename and Appendix I for a list of supported URL protocols. \t טיפ: ניתן להשתמש בקישור URL בפונקציה זו אם אופציית \"fopen wrappers\" פעילה. למידע נוסף יש לעיין ב: fopen()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If PHP has decided that filename specifies a local file, then it will try to open a stream on that file. \t Note that the file pointer allows you to retrieve only the body of the response; to retrieve the HTTP response header you need to be using PHP 4.0.5 or later; The headers will be stored in the $http_response_header variable."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The last example of expressions we 'll deal with here is combined operator-assignment expressions. \t הסוג החארון של ביטויים שקיים הוא שילוב של operator-assignment expressions."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Articles about migrating ASP-based applications to PHP under Windows even appear on Microsoft 's very own MSDN! \t Dobbs, Linux Enterprise, Linux Magazine ובעוד כתבי עת רבים. מאמרים על 'הגירה' מ-ASP הופיעו אפילו בספריית MSDN של מיקרוסופט!"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Finally select Build= Rebuild All. \t c:\\php-win32build\\lib"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "A few other ways to \"include\" files into variables are with fopen(), file() or by using include() along with Output Control Functions. \t המשתנה $bar יקבל את הערך 1 כי הסיפוח התבצע בהצלחה. שימו לב להבדל בין הדוגמאות הקודמות. הראשונה משתמשת בפקודת return() מקובץ מסופח והשנייה - לא. דרכים נוספות לסיפוח קובץ לתוך משתנים ניתן לממש תוך שימוש ב - fopen(), file() או תוך שימוש ב - include() בשילוב עם פונקציות לשליטה בפלט."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Beginning with PHP 4.0.5, this includes numeric variables as well. \t Since PHP 4.0.5 this includes numeric ones as well."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Hypertext Preprocessor. \t PHP 3.0 שוחררה רשמית ביוני 1998, אחרי תשעה חודשים של בדיקות."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pathname and mode are the same as in fopen() (mode defaults to'w'), connection specifies the connection to trace and defaults to the last one opened. \t Filename and mode are the same as in fopen() (mode defaults to 'w'), connection specifies the connection to trace and defaults to the last one opened."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. printer_get_option() example \t דוגמה 1. printer_get_option() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_setrgbcolor_stroke \t pdf_setpolydash"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. ucwords() example \t דוגמה 1. ucwords() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This is somewhat bad practice, but Table Table 33-5 describes macros that do exactly this task. \t This is somewhat bad practice, but Table טבלה 34-5 describes macros that do exactly this task."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "1. $cd.. \t # $Id:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "So if in the example above $a became part of a session by running session_register( \"a\"), you should include the file classa.inc on all of your pages, not only page1.php and page2.php. \t אם בדוגמא שמעל $a הופך לחלק מ session עךל ידי שימוש ב session_register( \"a\"), יש צורך להכליל את הקובץ classa.inc בכל הדפים, לא רק בדפים page1.php ו page2.php."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mysql_real_escape_string() example \t דוגמה 1. mysql_real_escape_string() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Miscellaneous functions \t SWFTextField - addstring"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "An example would be \"image / gif\". \t $userfile_type - ה-mime type של הקובץ, במידה והדפדפן סיפק את הנתון הזה. דוגמה: \"image / gif\"."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_open \t pdf_place_image"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "By contributing notes, you can provide additional examples, caveats, and clarifications for other readers. \t אם אתה מוצא שגיאות במדריך זה, בכל שפה, אנא דווח עליהן באמצעות מערכת הבאגים ב http: / /bugs.php.net /. סווג את הבאג כ\" בעיית תיעוד \"(\"Documentation Problem\"). אתה יכול לדווח גם על בעיות הקשורות לגרסאות מסוימות של התיעוד כאן."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For examples of these functions, see Example 36-2. \t For examples of these functions, see דוגמה 37-2."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP has many levels of errors, using this function sets that level for the duration (runtime) of your script. \t The error reporting level is either a bitmask, or named constant."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The functions hw_pipedocument() and hw_gettext() do this for you. \t In order to gain the original document you will have to retrieve the plain document without the links and the list of links and reinsert them (The functions hw_pipedocument() and hw_gettext() do this for you."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Converting to resource \t $var = 'ciao'; $obj = (object) $var; echo $obj - scalar; / / outputs 'ciao'"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "GNU Recode functions \t recode"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $foo = \"0\"; / / $foo is string (ASCII 48) !- - bad example, no real operator (must be used with variable, modifies it too) $foo++; / / $foo is the string \"1\" (ASCII 49) - - $foo += 2; / / $foo is now an integer (2) $foo = $foo + 1.3; / / $foo is now a float (3.3) $foo = 5 + \"10 Little Piggies\"; / / $foo is integer (15) $foo = 5 + \"10 Small Pigs\"; / / $foo is integer (15) !- - TODO: explain ++ / - - behaviour with strings examples: ++'001 '= '002' ++'abc '= 'abd' ++'xyz '= 'xza' ++'9.9 '= '9.0' ++'-3 '= '-4' - -'9 '= 8 (integer!) - -'5.5' = '5.5 '- -'-9' = -10 (integer) - -'09 '= 8 (integer) - -'abc' = 'abc '- -? \t $foo = \"0\"; / / $foo is string (ASCII 48) $foo += 2; / / $foo is now an integer (2) $foo = $foo + 1.3; / / $foo is now a float (3.3) $foo = 5 + \"10 Little Piggies\"; / / $foo is integer (15) $foo = 5 + \"10 Small Pigs\"; / / $foo is integer (15)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "When register_globals is on, globals for uploaded files are also initialized. \t כשהטופס שלמעלה נשלח, המערכים $userfile, $userfile_name ו - $userfile_size יווצרו בתחום הגלובלי (ממש כמו ב-$HTTP_POST_FILES ($HTTP_POST_VARS ב-PHP 3)). כל אחד מהנ \"ל יאנדקס, בצורה מספרית, מערך של הערכים המתאימים, לפי הקבצים שנשלחו."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If you want to create another class called Yellow_named_cart based on the class Named_Cart you have to define Named_Cart If you want to create another class called Yellow_named_cart based on the class Named_Cart you have to define Named_Cart first. \t $ncart = new Named_Cart; / / יצירת אובייקט $ncart - set_owner(\"kris\"); / / הכנסת שם של בעלים לאותה עגלה print $ncart - owner; / / הצגה של ערך הבעלים של העגלה $ncart - add_item(\"10\", 1); / / שימוש בפונקציה שהורשנו מתוך cart"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. basename() example \t דוגמה 1. basename() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This extension is not available on Windows platforms. \t Ovrimos SQL Server is available at www.ovrimos.com."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The intended use of __wakeup is to reestablish any database connections that may have been lost during serialization and perform other reinitialization tasks. \t השמימוש ב __wakeup נועג להקים מחדש חיבור למסד נתונים כשלהו שעלול ללכת לאיבוד במהלך serialization ולבצע reinitialization של משימה אחרת."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The current version, 5.5, is available at http: / /www.hyperwave.com /. \t The current version, 5.5, is available at www.hyperwave.com."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "session_is_registered() returns TRUE if there is a global variable with the name name registered in the current session. \t session_is_registered() returns TRUE if there is a variable with the name name registered in the current session."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This POST is a normal application / x-www-form-urlencoded kind, most commonly used by HTML forms. \t POST רגיל זה הוא מסוג application / x-www-form-urlencoded, הנפוץ בשימוש על ידי HTML forms."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. fbsql_create_db() example \t דוגמה 1. fbsql_create_db() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Make sure the webserver is running, and point your browser to xitamis admin console (usually http: / /127.0.0.1 / admin), and click on Configuration. \t וודא שהשרת שלך עובד, ועבור עם הדפדפן לעמוד הנינול של Xitami (בדרך כלל http: / /127.0.0.1 / admin), ולחץ על Configuration."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "array_push ($input, $x, $y) array_splice ($input, count ($input), 0, array ($x, $y)) array_pop ($input) array_splice ($input, -1) array_shift ($input) array_splice ($input, 0, 1) array_unshift ($input, $x, $y) array_splice ($input, 0, 0, array ($x, $y)) $input[$x] = $y array_splice ($input, $x, 1, $y) \t array_push ($input, $x, $y) array_splice ($input, count ($input), 0, array ($x, $y)) array_pop ($input) array_splice ($input, -1) array_shift ($input) array_splice ($input, 0, 1) array_unshift ($input, $x, $y) array_splice ($input, 0, 0, array ($x, $y)) $a[$x] = $y array_splice ($input, $x, 1, $y)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Given the above, you don 't need to open e.g. a stream for stderr yourself but simply use the constant instead of the stream resource: \t The CGI SAPI supports the CLI SAPI behaviour by means of the -C switch when ran from the command line."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The module shown earlier in Example 28-1 can be enabled with --enable-first_module or --enable-first_module=yes. \t The module shown earlier in דוגמה 29-1 can be enabled with --enable-first_module or --enable-first_module=yes."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "DBM Functions [deprecated] \t DBM Functions"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Many of these constants, however, are created by various extensions, and will only be present when those extensions are available, either via dynamic loading or because they have been compiled in. \t שם הסקריפט שמורץ ברגע זה. במקרה ומשתמשים בזה בתוך קובץ שצורף לקובץ אחר בעזרת include או require, השם שינתן הוא שם הקובץ המצורף, ולא שם הקובץ המצרף."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP enhances the increment / decrement capabilities by making these expressions as well, like in C. \t PHP מגיברה את היכולות של אופרטורי ההגדלה / חיסור על ידי הפיכתם לביטויים, ממש כמו ב C. ב PHP, כמו ב C, ישנם שני סוגים של אופרטורי הגדלה pre-increment ו post-increment. שני אלה בייסודם מגדילים את ערכי המשתנה, והאפקט על המשתנה הוא זהה. ההבדל הוא בערך שך המשתנה המוגדל."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php / / We' ll be outputting a PDF header(\"Content-type: application / pdf\"); / / It will be called downloaded.pdf header(\"Content-Disposition: attachment; filename=downloaded.pdf\"); / / The PDF source is in original.pdf readfile('original.pdf');? \t ?php header( \"Content-type: application / pdf\"); header(\"Content-Disposition: attachment; filename=downloaded.pdf\"); / *... output pdf file... * /"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Every output sent from the server connected to by connection will be copied to standard output while using default formatting or a format message set specified by ircg_register_format_messages(). \t Every output sent from the server connected to by connection will be copied to standard output while using default formatting or a format string set specified by ircg_register_format_messages() and selected by ircg_lookup_format_messages()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ISO-8601 week number of year, weeks starting on Monday (added in PHP 4.1.0) \t W - ISO-8601 week number of year, weeks starting on Monday (added in PHP 4.1.0)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Array ([0] = Uptime: \t Uptime:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mailparse_msg_parse \t mailparse_msg_parse_file"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. phpinfo() examples \t דוגמה 1. phpinfo() examples"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_open_pdi \t pdf_open_png"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 2. mb_detect_order() examples \t דוגמה 2. mb_detect_order() examples"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "vpopmail_alias_del_domain \t vpopmail_alias_del"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "session.use_only_cookies specifies whether the module will only use cookies to store the session id on the client side. \t SID is either of the form session_name=session_id or is an empty string."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example C-3. \t דוגמה C-3."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You can find a list of the mailing lists at http: / /www.php.net / support.php, as well as links to the mailing list archives and other online support resources. \t ישנן מספר רשימות דיוור פעילות לדיון כל ההיבטים של תכנות עם PHP. אם תתקע פעם בבעיה שאתה לא מצליח למצוא לה פתרון, באפשרותך לקבל עזרה ממישהו ברשימות אלו. ניתן למצוא רשימה של רשימות הדיוור ב http: / /www.php.net / support.php, כמו גם קישורים למקורות תמיכה מקוונים אחרים. בנוסף, ב http: / /www.php.net / links.php ישנה רשימה של אתרים המוקדשים למאמרים, פורומים וגלריות קוד של PHP."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The future of PHP is mainly driven by it 's core, the Zend Engine. \t צוות הפיתוח של PHP כולל עשרות מפתחים ועשרות אחרים עובדים על פרוייקטים הקשורים לה כגון PEAR ופרוייקט התיעוד."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. array_count_values() example \t דוגמה 1. array_count_values() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "cpdf_set_current_page \t cpdf_set_font"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "log1p \t lcg_value"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "meta name=\" author \"content=\"name\" meta name=\"keywords \"content=\"php documentation\" meta name=\"DESCRIPTION \"content=\"a php manual\" meta name=\"geo.position \"content=\"49.33;-86.59\" / head !- - parsing stops here - - \t meta name=\" author \"content=\"name\" meta name=\"tags \"content=\"php3 documentation\" / head !- - parsing stops here - -"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Registers the function named by function to be executed when script processing is complete. \t Registers the function named by func to be executed when script processing is complete."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "SWFText - setSpacing \t SWFSprite - setframes"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For the majority of the servers PHP has a module, for the others supporting the CGI standard, PHP can work as a CGI processor. \t PHP נתמכת ברוב שרתי האינטרנט כיום. זה כולל את Apache, Microsoft Internet Information Server, Personal Web Server, Netscape and iPlanet servers, Oreilly Website Pro server, Caudium, Xitami, OmniHTTPd, ועוד רבים אחרים. ל PHP יש מודול לרוב השרתים. לאחרים שתומכים בסטנדרט ה CGI, PHP עובדת כמעבד CGI."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. fbsql_tablename() example \t דוגמה 1. fbsql_tablename() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "fmod \t getrandmax"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For example: \"open_basedir = / dir / incl /\" \t For practical reasons it 's currently not allowed to have.. components in the path to the executable."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The optional enclosure cannot be null, and is limited to one character. \t The field delimiter is a comma, unless you specify another delimiter with the optional third parameter."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Native HTTP session support \t תמיכה טבעית ב-HTTP sessions"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Use the functions ord() and chr() to convert between charcodes and characters. \t echo \"\\$foo==$foo; type is\". gettype ($foo). \"br \\n\";"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Install instructions for PHP 4 can be found on the PEAR site. \t PDFLIB: define libjpeg install directory."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ftp_connect() opens an FTP connection to the specified host. \t ftp_connect() opens up a FTP connection to the specified host."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $array1 = $array2 = array (\"img12.png\", \"img10.png\", \"img2.png\", \"img1.png\"); sort($array1); echo \"Standard sorting\\n\"; print_r($array1); natsort($array2); echo \"\\nNatural order sorting\\n\"; print_r($array2);? \t $array1 = $array2 = array (\"img12.png\", \"img10.png\", \"img2.png\", \"img1.png\"); sort($array1); echo \"Standard sorting\\n\"; print_r($array1); natsort($array2); echo \"\\nNatural order sorting\\n\"; print_r($array2);"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Include ICAP support. \t Include Hyperwave support."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "-1 is considered TRUE, like any other non-zero (whether negative or positive) number! \t -1 נחשב ל - TRUE, כמו כל מספר (שלילי או חיובי) שהוא לא אפס."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This is not necessary but it simplifies the configuration. \t Since PHP with Hyperwave support built into Apache is intended to replace the native Hyperwave solution based on Wavemaster I will assume that the Apache server will only serve as a Hyperwave web interface."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "While providing SQL as an additional language interface, it is not really a SQL database in the first place but provides its own AQL query language which is much more influenced by the relational algebra then SQL is. \t While providing SQL as an additional language interface it is not really a SQL database in the first place but provides its own AQL query language which is much more influenced by the relational algebra then SQL is."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. ip2long() Example \t דוגמה 1. ip2long() Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The constants below are defined by this extension, and will only be available when the extension has either been compiled into PHP or dynamically loaded at runtime. \t This extension does not define any configuration directives."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ingres_autocommit() is called before opening a transaction (before the first call to ingres_query() or just after a call to ingres_rollback() or ingres_commit()) to switch the \"autocommit \"mode of the server on or off (when the script begins the autocommit mode is off). \t ingres_autocommit() is called before opening a transaction (before the first call to ingres_query() or just after a call to ingres_rollback() or ingres_autocommit()) to switch the \"autocommit \"mode of the server on or off (when the script begins the autocommit mode is off)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php mysql_connect( 'localhost:3306', $user, $password) or die(\"Could not connect: \". mysql_error()); mysql_select_db(\"database\"); $result = mysql_query(\"select * from table\") or die(\"Query failed:\". mysql_error()); / * get column metadata * / $i = 0; while ($i mysql_num_fields($result)) {echo \"Information for column $i: br / \\n\"; $meta = mysql_fetch_field($result); if (!$meta) {echo \"No information available br / \\n\";} echo \"pre blob: $meta - blob max_length: $meta - max_length multiple_key: $meta - multiple_key name: $meta - name not_null: $meta - not_null numeric: $meta - numeric primary_key: $meta - primary_key table: $meta - table type: $meta - type unique_key: $meta - unique_key unsigned: $meta - unsigned zerofill: $meta - zerofill / pre\"; $i++;} mysql_free_result($result);? \t ?php mysql_connect( 'localhost:3306', $user, $password) or die (\"Could not connect\"); mysql_select_db(\"database\"); $result = mysql_query(\"select * from table\") or die(\"Query failed\"); / * get column metadata * / $i = 0; while ($i mysql_num_fields($result)) {echo \"Information for column $i: br / \\n\"; $meta = mysql_fetch_field($result); if (!$meta) {echo \"No information available br / \\n\";} echo \"pre blob: $meta - blob max_length: $meta - max_length multiple_key: $meta - multiple_key name: $meta - name not_null: $meta - not_null numeric: $meta - numeric primary_key: $meta - primary_key table: $meta - table type: $meta - type unique_key: $meta - unique_key unsigned: $meta - unsigned zerofill: $meta - zerofill / pre\"; $i++;} mysql_free_result($result);?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The default is to allow all files to be opened. \t For practical reasons it 's currently not allowed to have.. components in the path to the executable."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mysql_client_encoding \t mysql_character_set_name"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Several functions which return an array of object records do also return an associative array with statistical information about them. \t Several functions which return an array of object records do also return an associated array with statistical information about them."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "imagegd2 \t imagegammacorrect"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "MCVE Payment Functions \t Mhash Functions"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Similarly, looping structures do not affect the behaviour of require(). \t יש לעיין בתיעוד הפקודה include() לדוגמאות נוספות."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Note that few, if any, of these will be available (or indeed have any meaning) if running PHP on the command line. \t אם PHP רץ כמעבד משורת הפקודה, משתנה זה לא יהיה זמין."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If you want to compile an older version, some options will probably not be available. \t DIR is the Informix base install directory, defaults to nothing."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pspell_config_save_repl \t pspell_new"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "preg_match \t preg_quote"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "hw_api - object \t hw_api - objectbyanchor"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "GLOB_NOCHECK - Return the search pattern if no files matching it were found \t This function is disabled in safe mode and therefore will always return FALSE in safe mode."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "cpdf_rotate_text \t cpdf_rmoveto"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "preg_replace \t preg_replace_callback"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Deprecated. \t (PHP 3 = 3.0.6, PHP 4)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Try to use only PIC / non-PIC objects [default=use both]. \t Include Verisign Payflow Pro support."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This is an alias for stream_set_timeout(). \t דוגמה 1. socket_set_timeout() Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Typically, function takes on two parameters. \t Applies the user-defined function named by func to each element of array. func will be passed array value as the first parameter and array key as the second parameter."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $serialized_object=' O:1 :\"a\":1 :{s:5 :\"value\";s:3 :\"100\" ;}'; / / unserialize_callback_func directive available as of PHP 4.2.0 ini_set('unserialize_callback_func' ,'mycallback'); / / set your callback_function function mycallback($classname) {/ / just include a file containing your classdefinition / / you get $classname to figure out which classdefinition is required}? \t $serialized_object=' O:1 :\"a\":1 :{s:5 :\"value\";s:3 :\"100\" ;}'; ini_set('unserialize_callback_func' ,'mycallback'); / / set your callback_function function mycallback($classname) {/ / just include a file containing your classdefinition / / you get $classname to figure out which classdefinition is required}"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. unset() example \t דוגמה 1. unset() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "array_diff_assoc \t array_diff"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. fbsql_fetch_object() example \t דוגמה 1. fbsql_fetch_object() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mhash_keygen_s2k \t Mhash Functions"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_fill \t pdf_fill_stroke"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The current version, 5.5 is available at http: / /www.hyperwave.com /. \t The current version, 4.1, is available at www.hyperwave.com."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "php4 / Zend / zend_API.h, also located in the Zend directory, which defines Zend 's API. \t zend_API.h, also located in the Zend directory, which defines Zend 's API."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The function DomNode_append_child() The function DomNode_append_child() has changed its behaviour. \t It now actually adds a child and not a sibling."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Note that if you try to escape any other character, the backslash will also be printed! \t Note that if you try to escape any other character, the backslash too will be printed!"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Edit the PREFIX= line in the Makefile to change the installation directory. \t SWFMovie - setrate - - Sets the animation 's frame rate."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If an attribute occurs more than once in an object record it will result in another indexed or associative array. \t If an attribute occurs more than once in an object record it will result in another indexed or associated array."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $rest = substr( \"abcdef\", -1); / / returns \"f \"$rest = substr(\"abcdef\", -2); / / returns \"ef\" $rest = substr(\"abcdef\", -3, 1); / / returns \"d \"? \t $rest = substr( \"abcdef\", -1); / / returns \"f \"$rest = substr(\"abcdef\", -2); / / returns \"ef\" $rest = substr(\"abcdef\", -3, 1); / / returns \"d \""} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Examples are given in in Example 32-3. \t Examples are given in in דוגמה 33-3."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Andrei Zmievski remembers the planing and creation process of PHP-GTK: \t PHP-GTK הוא הפתרון לכתיבת תוכניות צד לקוח בעלות ממשק משתמש גרפי. אנדרי צמיבסקי (Andrei Zmievski) זוכר את תהליך התכנון והבניה של PHP-GTK:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. printer_set_option() example \t דוגמה 1. printer_set_option() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Alternatively, you could create an XML document and read it with DomDocument_open_file(). \t You could also create an xml document read it with DomDocument_open_file()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The error code is either a Z39.50 diagnostic code (usually a Bib-1 diagnostic) or a client side error code which is generated by PHP / YAZ itself, such as \"Connect failed\", \"Init Rejected \", etc. \t A positive value is returned if the target returned a diagnostic code; a value of zero is returned if no errors occurred (success); negative value is returned for other errors (such as when the target closed connection, etc)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "cpdf_set_horiz_scaling \t cpdf_set_font_directories"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If newnode was already inserted in the document it is first unlinked from its existing context. \t This behaviour enforces doing all modifications on the node before the replacement or to refetch the inserted node afterwards with functions like DomNode_first_child(), DomNode_child_nodes() etc.."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_fill \t pdf_findfont"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php mysql_connect( \"localhost\", \"mysql_user\", \"mysql_password\") or die(\"Could not connect: \". mysql_error()); mysql_select_db(\"mydb\"); $result = mysql_query(\"SELECT id, name FROM mytable\"); while ($row = mysql_fetch_array($result, MYSQL_ASSOC)) {printf (\"ID: %s Name: %s\", $row[\"id\"], $row[\"name\"]);} mysql_free_result($result);? \t ?php mysql_connect( \"localhost\", \"mysql_user\", \"mysql_password\") or die(\"could not connect\"); mysql_select_db(\"mydb\"); $result = mysql_query(\"SELECT id, name FROM mytable\"); while ($row = mysql_fetch_array($result, MYSQL_ASSOC)) {printf (\"ID: %s Name: %s\", $row[\"id\"], $row[\"name\"]);} mysql_free_result($result);?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "There is no installation needed to use these functions; they are part of the PHP core. \t The following values are defined as constants in PHP by the math extension:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "session.cookie_domain specifies the domain to set in session_cookie. \t Hello visitor, you have seen this page ?php echo $count;? times. p; ?php # the ?php echo SID? (?=SID? can be used if short tag is enabled) # is necessary to preserve the session id # in the case that the user has disabled cookies?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ncurses_init_color \t ncurses_init"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 12-7. include() and the return() statement \t דוגמה 11-7. פקודות include() ו - return()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You can also convert a value to integer with the function intval(). \t However, in most cases you do not need to use the cast, since a value will be automatically converted if an operator, function or control structure requires a integer argument."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Note: \t MCAL_RECUR_MONTHLY_MDAY"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Filesystem functions \t filepro_fieldcount"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also domnode_append_child(), domdocument_create_element(), domdocument_create_text(), domdocument_create_cdata_section(), domdocument_create_processing_instruction(), domdocument_create_attribute(), and domnode_insert_before(). \t See also DomNode_append_child(), DomDocument_create_element(), DomDocument_create_text(), DomDocument_create_cdata_section(), DomDocument_create_processing_instruction(), DomDocument_create_attribute(), DomNode_insert_before()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "md5_file \t md5"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Like htmlspecialchars(), the optional second quote_style parameter lets you define what will be done with'single 'and \"double \"quotes. \t Like htmlspecialchars(), it takes an optional second argument which indicates what should be done with single and double quotes."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For example: \"safe_mode_include_dir = / dir / incl /\" \t Limitations"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "msession_set_array \t msession_set"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also domnode_append_child(), domdocument_create_element(), domdocument_create_text(), domdocument_create_attribute(), domdocument_create_processing_instruction(), domdocument_create_entity_reference() and domnode_insert_before(). \t See also DomNode_append_child(), DomDocument_create_element(), DomDocument_create_text(), DomDocument_create_attribute(), DomDocument_create_processing_instruction(), DomDocument_create_entity_reference(), DomNode_insert_before()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "debug_backtrace \t Error Handling and Logging Functions"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Use it 's numerical form element ID instead, or enclose the variable name in single quotes and use that as the index to the elements array, for example: \t עליך לשים לב שאם קיים באתר שימוש ב-JavaScript, הוספת [] לשם המשתנה עלול לגרום לבעיות בעת ניסיון לקרוא למשתנה לפי שמו. מומלץ לנסות לקרוא לו לפי מספר הזיהוי שלו במערך form של JavaScript במקום, או לתחום את שם המשתנה בין מרכאות (יחידות / לא כפולות) ולהשתמש בו כאינדקס של פריטי המערך של JavaScript, לדוגמא:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See the include() documentation for more examples. \t דוגמה 11-2. דוגמה בסיסית של require()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ftp_get \t ftp_login"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. bzerror() Example \t דוגמה 1. bzerror() Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "DomNode - set_namespace \t DomNode - set_name"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "DOM XML \t Satellite"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "atan2 \t atan"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The constants below are defined by this extension, and will only be available when the extension has either been compiled into PHP or dynamically loaded at runtime. \t You need the aspell and pspell libraries, available from http: / /aspell.sourceforge.net / and http: / /aspell.net / respectively, and add the --with-pspell[ =dir] option when compiling php."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "typedef struct _zend_module_entry zend_module_entry; struct _zend_module_entry {unsigned short size; unsigned int zend_api; unsigned char zend_debug; unsigned char zts; char *name; zend_function_entry *functions; int (*module_startup_func)(INIT_FUNC_ARGS); int (*module_shutdown_func)(SHUTDOWN_FUNC_ARGS); int (*request_startup_func)(INIT_FUNC_ARGS); int (*request_shutdown_func)(SHUTDOWN_FUNC_ARGS); void (*info_func)(ZEND_MODULE_INFO_FUNC_ARGS); char *version; [Rest of the structure is not interesting here]}; \t typedef struct _zend_module_entry zend_module_entry; struct _zend_module_entry {unsigned short size; unsigned int zend_api; unsigned char zend_debug; unsigned char zts; char *name; zend_function_entry *functions; int (*module_startup_func)(INIT_FUNC_ARGS); int (*module_shutdown_func)(SHUTDOWN_FUNC_ARGS); int (*request_startup_func)(INIT_FUNC_ARGS); int (*request_shutdown_func)(SHUTDOWN_FUNC_ARGS); void (*info_func)(ZEND_MODULE_INFO_FUNC_ARGS); char *version; int (*global_startup_func)(void); int (*global_shutdown_func)(void); [Rest of the structure is not interesting here]};"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "fdf_set_target_frame \t fdf_set_submit_form_action"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This file must contain the data as returned from a PDF form or created using fdf_create() and fdf_save(). \t This file must contain the data as returned from a PDF form."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. pg_select \t דוגמה 1. pg_select"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The previous example can be rewritten as: \t $a = 1; $b = 2; function Sum() {global $a, $b; $b = $a + $b;} Sum(); echo $b;"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This module uses the functions of the ZZIPlib library by Guido Draheim. \t This module uses the functions of the ZZIPlib library by Guido Draheim to transparently read ZIP compressed archives and the files inside them."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also imagecreate() and imagecreatetruecolor(). \t See also imagecreate()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also array_intersect_assoc(), array_diff(), array_diff_assoc(). \t See also array_diff()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Pass a non-zero value if you want CURL to directly return the transfer instead of printing it out directly. \t CURLOPT_RETURNTRANSFER: העבר ערך השונה מאפס אם על cURL להחזיר את המידע ישירות במקום לבצע הדפסה של המידע."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pg_client_encoding() \t satellite_load_idl()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "imagecreatefromgif \t imagecreatefromgd2"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also parse_url(), pathinfo(), set_magic_quotes_runtime(), and urldecode(). \t See also set_magic_quotes_runtime() and urldecode()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "swf_ortho \t swf_ortho2"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Columns are returned into the array having the fieldname as the array index. \t Specifies that the MySQL result should be buffered."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "fbsql_database \t fbsql_db_query"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If you' re having problems with your source code you need to include the part of the code that isn't working. \t הודעות בסגנון \"אני לא מצליח להריץ את PHP! עזרו לי! מה הבעיה?\" ממש לא עוזרות לאף אחד. אם נמצאו בעיות בהפעלת PHP חובה עליך לרשום איזו מערכת הפעלה ברשותך, איזו גירסה של PHP ניסית להתקין, מהיכן ואיך קבלת אותה (pre-compiled, CVS, RPMs וכדומה), מה ניסית לעשות עד עכשיו, היכת ניתקעת ומה הודעת השגיאה המדוייקת."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. setcookie() send examples \t echo $TestCookie; echo $HTTP_COOKIE_VARS[\"TestCookie\"];"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "output \t orbit_exception_id"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "the ability to manage tens and even hundreds of thousands of users. \t In numerous productive BS2000 installations, SESAM / SQL-Server has proven..."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also htmlentities() and urlencode(). \t Setting use_include_path to 1 will result in PHP trying to open the file along the standard include path."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. ceil() example \t דוגמה 1. ceil() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This is a major change in PHP. \t מחרוזת הזיהוי של השרת שמועברת בכותרים (headers) בעת משוב לפניות (requests)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This function can be used to avoid calls to other exif functions with unsupported file types or in conjunction with $_SERVER[ 'HTTP_ACCEPT'] to check whether or not the viewer is able to see a specific image in his browser. \t This function can be used to avoid calls to other exif functions with unsupported file teypes or in conjunction with $_SERVER[ 'HTTP_ACCEPT'] to check whether or not the viewer is able to see a specific image in his browser."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. eregi() example \t דוגמה 1. eregi() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. printer_create_dc() example \t דוגמה 1. printer_create_dc() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Essentially, it was renamed. \t דוגמה 1. getallheaders() Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 2. array_map() - using more arrays \t דוגמה 2. array_map() - using more arrays"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "With ircg_register_format_messages() you can customize the way your IRC output looks like or which script functions are invoked on the client side. \t You can even register different format string sets and switch between them on the fly with ircg_lookup_format_messages()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "42 (the 42nd week in the year) \t Y - year, 4 digits; e.g. \"1999 \""} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also Array Functions and Variables from outside PHP. \t See also פונקציות למערכים ו משתנים מקוד PHP חיצוני."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mysql_list_processes() example \t דוגמה 1. mysql_list_processes() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Filling an array \t Filling real array"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Construct \t Syntax"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Thus, it is important not to forget break statements (even though you may want to avoid supplying them on purpose under certain circumstances). \t בדוגמה זו, אם ערכו של $i שווה ל-0 ,תתבצע הרצה של כל פקודות ה-print! אם ערכו שווה ל-1 תתבצע הרצה של שתי הפקודות האחרונות ואם ערכו יהיה שווה ל-2 תרוץ רק פקודת ה-print האחרונה ונקבל את התוצאה המתבקשת. כלומר, חשוב לזכור את פקודות ה - break (למרות שיתכן מצב בו נמנע להשתמש בפקודה זו בכוונה)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Writing client-side GUI applications. \t כתיבת אפליקציות GUI לשימוש בצד לקוח."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "cpdf_closepath_stroke \t cpdf_close"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "As shown in Figure 24-1 As shown in Figure 24-1 above, PHP can be extended primarily at three points: external modules, built-in modules, and the Zend engine. \t As shown in תרשים 25-1 As shown in תרשים 25-1 above, PHP can be extended primarily at three points: external modules, built-in modules, and the Zend engine."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "An attempt to match C comments by applying the pattern / \\*.*\\* / to the string / * first command * / not comment / * second comment * / fails, because it matches the entire string due to the greediness of the .* item. \t An attempt to match C com - ments by applying the pattern / \\*.*\\* / to the string / * first command * / not comment / * second comment * / fails, because it matches the entire string due to the greediness of the .* item."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. bzwrite() Example \t דוגמה 1. bzwrite() Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "gd_info \t getimagesize"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "TCP and UDP are common protocols of this protocol family. \t Creates a communication endpoint (a socket), and returns a socket resource."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Some programs use these APP markers to embed text information in images. \t דוגמה 3. getimagesize returning IPTC"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "00 through 59 \t s - seconds; i.e. \"00 \"to \"59\""} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mb_strtolower \t mb_strwidth"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Please keep in mind that these functions are dependent on the locale settings of your server. \t Please keep in mind that this functions are depending on the locale settings of your server."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The schema, table_name and column_name arguments accept search patterns ('% 'to match zero or more characters and '_' to match a single character). \t The owner, table_name and column_name arguments accept search patterns ('% 'to match zero or more characters and '_' to match a single character)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If \"URL fopen wrappers\" are enabled in PHP (which they are in the default configuration), you can specify the file to be included using an URL (via HTTP or other supported wrapper - see Appendix I for a list of protocols) instead of a local pathname. \t כאשר קובץ מסופח, המפרש יוצא מ\" מצב \"PHP ועובר ל\"מצב \"HTML בתחילת הקובץ. כפועל יוצא, כל קוד מסופח צריך להיות ב תגיות פתיחה וסגירה תקניות."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Using binary packages to install PHP on OpenBSD is the recommended and simplest method. \t This section contains notes and hints specific to installing PHP on OpenBSD."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "To connect as a user other than 'anonymous', you need to specify the username (and possibly password) within the URL, such as'ftp: / /user:password@ftp.example.com / path / to / file'. (You can use the same sort of syntax to access files via HTTP when they require Basic authentication.) \t ניתן גם לכתוב לקבצים ב-FTP כל עוד החיבור נעשה תוך שימוש בשם וסיסמת משתמש בעלי הרשאות מתאימות ובתנאי שהקובץ לא קיים. כדי להתחבר ל FTP בתור משתמש שונה מ -' anonymous', יש לפרט את שם המשתמש (ויתכן שידרש גם פירוט הסיסמה) בקישור, כמו למשל 'ftp: / /user:password@ftp.example.com / path / to / file'. (ניתן להשתמש באותו תחביר כאשר ברצוננו להתחבר לקבצים דרך HTTP כאשר נדרשת אוטנטיקציה בסיסית Basic authentication)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php if ($_COOKIE['username'] !$_POST['username'] !$_GET['username']) {/ / Perform other checks to validate the user name... $good_login = 1; fpassthru (\" / highly / sensitive / data / index.html\");} else {mail(\"admin@example.com\", \"Possible breakin attempt\", $_SERVER['REMOTE_ADDR']); echo \"Security violation, admin has been alerted .\"; exit;}? \t ?php if ($HTTP_COOKIE_VARS['username'] !$HTTP_POST_VARS['username'] !$HTTP_GET_VARS['username']) {/ / Perform other checks to validate the user name... $good_login = 1; fpassthru (\" / highly / sensitive / data / index.html\");} else {mail(\"admin@example.com\", \"Possible breakin attempt\", $HTTP_SERVER_VARS['REMOTE_ADDR']); echo \"Security violation, admin has been alerted .\"; exit;}?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The following constants were introduced in PHP 4.3.0. \t This extension uses one resource-type, which is the link-identifier of the ftp-connection."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "HQ EOD; / / load key $key = file_get_contents(\"nighthawk.pem\"); / / save message to file $fp = fopen(\"msg.txt\", \"w\"); fwrite($fp, $data); fclose($fp); / / encrypt it if (openssl_pkcs7_encrypt(\"msg.txt\", \"enc.txt\", $key, array(\"To \"= \"nighthawk@example.com\", / / keyed syntax \"From: \t HQ EOD; / / load key $key = implode(\"\", file(\"nighthawk.pem\")); / / save message to file $fp = fopen(\"msg.txt\", \"w\"); fwrite($fp, $data); fclose($fp); / / encrypt it if (openssl_pkcs7_encrypt(\"msg.txt\", \"enc.txt\", $key, array(\"To \"= \"nighthawk@example.com\", / / keyed syntax \"From:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "php_ini_scanned_files \t php_logo_guid"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Include Solid support. \t Default DIR is ORACLE_HOME."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_closepath \t pdf_concat"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 2. parse_ini_file() example \t דוגמה 2. parse_ini_file() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $link = mysql_pconnect( \"localhost\", \"mysql_user\", \"mysql_password\") or die(\"Could not connect: \". mysql_error()); mysql_select_db(\"samp_db\") or die(\"Could not select database:\". mysql_error()); $query = \"SELECT last_name, first_name FROM friends\"; $result = mysql_query($query) or die(\"Query failed: \". mysql_error()); / * fetch rows in reverse order * / for ($i = mysql_num_rows($result) - 1; $i = 0; $i- -) {if (!mysql_data_seek($result, $i)) {echo \"Cannot seek to row $i:\". mysql_error(). \"\\n\"; continue;} if( !($row = mysql_fetch_object($result))) continue; echo \"$row - last_name $row - first_name br / \\n\";} mysql_free_result($result);? \t ?php $link = mysql_pconnect( \"localhost\", \"mysql_user\", \"mysql_password\") or die(\"Could not connect\"); mysql_select_db(\"samp_db\") or exit(\"Could not select database\"); $query = \"SELECT last_name, first_name FROM friends\"; $result = mysql_query($query) or die(\"Query failed\"); / * fetch rows in reverse order * / for ($i = mysql_num_rows($result) - 1; $i = 0; $i- -) {if (!mysql_data_seek($result, $i)) {echo \"Cannot seek to row $i\\n\"; continue;} if( !($row = mysql_fetch_object($result))) continue; echo \"$row - last_name $row - first_name br / \\n\";} mysql_free_result($result);?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "To compile and build PHP To compile and build PHP you need a Microsoft Development Environment. \t Before you get started, you have a lot to download..."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Pass an array of HTTP header fields to set. \t CURLOPT_HTTPHEADER: העבר מערך שלשדות ה HTTP header שאותם ברצונך לקבוע."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If register_globals is enabled, then the global variables and the $_SESSION entries will automatically reference the same values which were registered in the prior session instance. \t session.entropy_file session.entropy_file gives a path to an external resource (file) which will be used as an additional entropy source in the session id creation process."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 5. sprintf(): zero-padded integers \t דוגמה 5. sprintf(): zero-padded integers"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Presently, the ISO-8859-1 character set is used as the default. \t Reverse of htmlentities()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "yaz_set_option \t yaz_sort"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Each of these value types can be assigned into variables or returned from functions. \t PHP תומכת כמובן בשני סוגי ערכים מורכבים( non-scalar): מערכים ואובייקטים. כל אחד מסוג ערכים זה יכול להיות מוקצה לתוך משתנה או או להיות מוחזר מתוך פונקציות."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Analogous to the old $HTTP_GET_VARS array (which is still available, but deprecated). \t הערה: החל מגרסה 4.0.3 של PHP האופציה track_vars תמיד פעילה ללא התחשבות בהגדרתה בקובץ ההגדרות של PHP."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You simply write the expression the same way as you would outside the string, and then include it in {and}. \t For a solution, see the complex syntax. echo \"This square is $square - width00 centimeters broad .\";"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ereg_replace \t ereg"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. tmpfile() example \t דוגמה 1. tmpfile() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also ob_start(), trigger_error(), and header() for a more detailed discussion of the matters involved. \t See also header()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In other words, use require() if you want a missing file to halt processing of the page. include() does not behave this way, the script will continue regardless. \t הפקודות require() ו - include() זהות בכל מובן חוץ מאשר האופן בו הן מטפלות בשגיאות או בחוסר הצלחה בסיפוח הקובץ. פקודת include() מייצרת אזהרה בעוד שפקודת require() מייצרת Fatal Error - שגיאה שתגרום לעצירת הריצה של הסקריפט. אם ברצונך למנוע את ריצת הסקריפט במקרה שקובץ לא נמצא, יש להשתמש ב - require(). פקודת include() אינה מתנהגת באופן כזה.כמו כן, מומלץ לקבוע את ערכו של include_path."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The HTML block would be displayed only if $a is equal to 5. \t בדוגמה טקסט ה-HTML מקוננן במשפט if הכתוב בתחביר האלטרנטיבי. הטקסט יוצג רק אם ערכו של $a שווה 5."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The next step is to configure MVC + + to prepare for compiling. \t On Windows NT, go to My Computer = Control Panel = System and select the environment tab."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "On each loop, the value of the current element is assigned to $value and the internal array pointer is advanced by one (so on the next loop, you'll be looking at the next element). \t בצורה הראשונה הלולאה רצה לאורכו של המערך array_expression. בכל איטרציה ערכו של תא מהמערך מוצב במשתנה $value וערכו של מצביע פנימי למערך מקודם לאבר הבא (כך שבלולאה הבאה תקבל את ערכו של האבר הבא)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "How to change configuration settings \t Security"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mysql_client_encoding() example \t דוגמה 1. mysql_character_set_name() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "How do I create arrays in a HTML form? \t 3. איך ניתן ליצור מערכים בטפסי HTML?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Some of these variables will not be available when PHP is run on the command line. \t משתנים אלו מוגדרים על-ידי שרת Apache. בעת הפעלת שרת מסוג זה יתכן שחלק ממשתנים אלו לא מוגדרים ויתכן שיוגדרו משתנים אחרים שאינם רשומים פה. רוב המשתנים מפורטים ב מפרט CGI 1.1 וסביר שיהיו זמינים לשימוש."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pspell_new \t pspell_save_wordlist"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP / FI 2.0 was officially released only in November 1997, after spending most of its life in beta releases. \t PHP / FI 2.0 שוחררה רשמית בנובמבר 1997, אחרי שבילתה את רוב חייה בגרסאות בטא. זמן קצר לאחר מכן, היא הוחלפה בגרסאות האלפא הראשונות של PHP 3.0."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also fdf_enum_fields() and fdf_get_value(). \t See also fdf_set_value(), fdf_get_value()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also explode(), split() wordwrap() and RFC 2045. \t See also explode(), split() and wordwrap()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also fpassthru(), file(), fopen(), include(), require(), virtual() and Appendix I. \t See also fpassthru(), file(), fopen(), include(), require(), and virtual()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. ingres_fetch_row() example \t דוגמה 1. ingres_fetch_row() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Convenient way how glob() can replace opendir() and friends. \t This could result in the following output:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This SAPI prereqs the java extension must be built as a shared dl. \t DIR is the libxml install directory, defaults to / usr."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 3. outputs the content of data property into HTML table \t דוגמה 3. outputs the content of data property into HTML table"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This code may be passed to socket_strerror() to get a textual representation of the error. \t This code may be passed to socket_strerror() to get a textual explanation of the error."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_fill_stroke \t pdf_fill"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "DIR is the PDFlib base install directory, defaults to / usr / local. \t Please note that most of the PDF functions require a pdf object as it 's first parameter."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "iptcembed \t ignore_user_abort"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_show \t pdf_skew"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also the section about persistent connections. \t See also persistent links"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "It 's preferred to not rely on this directive. \t The temporary filename of the file in which the uploaded file was stored on the server. שם הקובץ הזמני שבו נשמר הקובץ על השרת."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "parse_url \t hebrev"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php / * connect to database * / mysql_pconnect( \"localhost\", \"mysql_user\", \"mysql_password\") or die(\"Could not connect: \". mysql_error()); / * this should return the correct numbers of deleted records * / mysql_query(\"DELETE FROM mytable WHERE id 10\"); printf (\"Records deleted: %d\\n\", mysql_affected_rows()); / * without a where clause in a delete statement, it should return 0 * / mysql_query(\"DELETE FROM mytable\"); printf (\"Records deleted: %d\\n\", mysql_affected_rows());? \t ?php / * connect to database * / mysql_pconnect( \"localhost\", \"mysql_user\", \"mysql_password\") or die (\"Could not connect\"); / * this should return the correct numbers of deleted records * / mysql_query(\"DELETE FROM mytable WHERE id 10\"); printf (\"Records deleted: %d\\n\", mysql_affected_rows()); / * without a where clause in a delete statement, it should return 0 * / mysql_query(\"DELETE FROM mytable\"); printf (\"Records deleted: %d\\n\", mysql_affected_rows());?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "vpopmail_del_domain \t vpopmail_del_user"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Include iODBC support. \t DIR is the Ovrimos 'libsqlcli install directory."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "To get your form result sent as an array to your PHP script you name the input, select or textarea elements like this: \t כדי להעביר מערך כתוצאה של טופס - form - כלשהו לסקריפט (קוד) ה-PHP שלך, עליך לקרוא לתגי input, select ו - textarea באופן הבא:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "iconv \t iconv_set_encoding"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ini_get_all \t ini_alter"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "dns_check_record \t fsockopen"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This API differs from the official DOM API in two ways. \t This API differs from the official DOM API in two points."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "IRC servers and other software will not automatically generate replies to NOTICEs in contrast to other message types. \t Query your IRC documentation of choice for the exact difference between a MSG and a NOTICE."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The constants below are defined by this extension, and will only be available when the extension has either been compiled into PHP or dynamically loaded at runtime. \t The first one is the link identifier for a database connection, the second a resource which helds the result of a query."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "I got the latest version of the PHP source code from the CVS repository on my Windows machine, what do I need to compile it? \t 5. קבלתי את גירסת המקור האחרונה של PHP מהמאגר (repository) של CVS על מערכת החלונות שלי, מה עלי לקמפל בה?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For the CGI and CLI version, it happens on every invocation. \t Default wrappers are provided for the access of remote files using the ftp or http protocol, some extensions like zlib may register additional wrappers."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "A pseudo-object oriented mechanism for reading a directory. \t dir( string directory);"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "exif.decode_jis_motorola defines the image internal characterset for JIS encoded user comments if image is in motorola byte order (big-endian). \t This extension does not define any resource types."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "All forms of integer types are returned as integer values. \t All forms of integer, boolean and void types are returned as integer values."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Compile with memory limit support. \t Include PSPELL support."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "As the name suggests, that value cannot change during the execution of the script (except the magic constants As the name suggests, that value cannot change during the execution of the script (except the magic constants which aren't actually constants). \t קבוע הוא מזהה (שם) לערך פשוט. לאחר שהשם נקבע, לא ניתן לשנותו בזמן ריצת הסקריפט. (קבועי הקסם __FILE__ ן __LINE__ הם יוצאי דופן)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In other words, such \"top level\" settings apply to the whole pattern (unless there are other changes inside subpatterns). \t In other words, such \"top level\" set - tings apply to the whole pattern (unless there are otherIn other words, such \"top level \"set - tings apply to the whole pattern (unless there are other changes inside subpatterns)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also domdocument_create_element_ns(), domnode_append_child(), domdocument_create_text(), domdocument_create_comment(), domdocument_create_attribute(), domdocument_create_processing_instruction(), domdocument_create_entity_reference(), and domnode_insert_before(). \t See also DomNode_append_child(), DomDocument_create_text(), DomDocument_create_comment(), DomDocument_create_attribute(), DomDocument_create_processing_instruction(), DomDocument_create_entity_reference(), DomNode_insert_before()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "yaz_get_option \t yaz_hits"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You don 't need to include anything special in the subject or body of the message. \t רשימת התפוצה הכללית ביותר היא php-general. כדי להירשם, ניתן לשלוח אי-מייל ל php-general-subscribe@lists.php.net. אין צורך לכתוב כותרת או טקסט כלשהו להודעה. כדי למחוק את הרישום, ניתן לשלוח אי-מייל ל php-general-unsubscribe@lists.php.net."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "filepro \t Filesystem functions"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In the dialog, select the directories tab. \t Make a temporary directory for Cygwin to use, otherwise many commands (particularly bison) will fail."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "March 04 1998 20:43:59 .' echo \"Last modified: \". date (\"F d Y H:i:s .\", getlastmod());? \t / / outputs e.g. 'Last modified:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In cases where it is known that the subject string contains no newlines, it is worth setting PCRE_DOTALL when the pattern begins with .* in order to obtain this optimization, or alternatively using ^ to indicate anchoring explicitly. \t In cases where it is known that the subject string contains no newlines, it is worth setting PCRE_DOTALL when the pat - tern begins with .* in order to obtain this optimization, or alternatively using ^ to indicate anchoring explicitly."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "At this point, you should have a usable php.exe in either your c:\\work\\php-4.x.x.\\Debug_TS or Release_TS subdirectories. \t At this point, you should have a usable resolv.lib in either your Debug or Release subdirectories."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. explode() examples \t דוגמה 1. explode() examples"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The behaviour of these functions is affected by settings in php.ini. \t These functions are available as part of the standard module, which is always available."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This function was added in PHP 4.0.6 and requires GD 2.0.2 or later which can be obtained at http: / /www.boutell.com / gd / \t This function was added in PHP 4.0.6 and requires GD 2.0.2 or later"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Include ircg support. \t DIR is the c-client install prefix."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. imap_append() example \t דוגמה 1. imap_append() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "extract() checks each key to see whether it has a valid variable name. \t extract() checks each key to see whether it constitutes a valid variable name and also for collisions with existing variables in the symbol table."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $fruits = array (\"d\"= \"lemon\", \"a\"= \"orange\", \"b\"= \"banana\", \"c\"= \"apple\"); function test_alter ($item1, $key, $prefix) {$item1 = \"$prefix: $item1\";} function test_print ($item2, $key) {echo \"$key. $item2 br \\n\";} echo \"Before ...:\\n\"; array_walk ($fruits, 'test_print'); array_walk ($fruits, 'test_alter', 'fruit'); echo \"... and after:\\n\"; array_walk ($fruits, 'test_print');? \t $fruits = array (\"d\"= \"lemon\", \"a\"= \"orange\", \"b\"= \"banana\", \"c\"= \"apple\"); function test_alter ($item1, $key, $prefix) {$item1 = \"$prefix: $item1\";} function test_print ($item2, $key) {echo \"$key. $item2 br \\n\";} echo \"Before ...:\\n\"; array_walk ($fruits, 'test_print'); reset ($fruits); array_walk ($fruits, 'test_alter', 'fruit'); echo \"... and after:\\n\"; reset ($fruits); array_walk ($fruits, 'test_print');"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. moldb.xml - small database of molecular information \t דוגמה 1. moldb.xml - small database of molecular information"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If your condition is more complicated than a simple compare and / or is in a tight loop, a switch may be faster. \t בפקודת switch הביטוי מוערך פעם אחת בלבד והתוצאה נבדקת מול ערכי פקודות case. בפקודת elseif הביטוי מוערך פעם נוספת. אם יש לבצע תנאי מורכב יותר מבדיקה פשוטה של and או or לביטוי, מומלץ להשתמש ב - switch שיבצע את המלאכה במהירות גבוהה יותר מאשר מהירותם של רצף פקודות if ו-elseif."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mysql_fetch_field() \t דוגמה 1. mysql_fetch_field()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also array_diff_assoc(), array_intersect() and array_intersect_assoc(). \t See also array_intersect()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "class A {function example() {echo \"I am the original function A::example(). br \\n\";}} class B extends A {function example() {echo \"I am the redefined function B::example(). br \\n\"; A::example();}} / / there is no object of class A. / / this will print / / I am the original function A::example(). br A::example(); / / create an object of class B. $b = new B; / / this will print / / I am the redefined function B::example(). br / / I am the original function A::example(). br $b - example(); \t class A {function example() {echo \"I am the original function A::example(). br \\n\";}} class B extends A {function example() {echo \"I am the redefined function B::example(). br \\n\"; A::example();}} / / אין אובייקט למחלקה A. / / מה שהולך להיות מודפס לסמסך זה: / / I am the original function A::example(). br A::example(); / / יצירת אובייקט (שהוא \"מופע\") למחלקה B. $b = new B; / / מה שיודפס כתוצאה מכך זה: / / I am the redefined function B::example(). br / / I am the original function A::example(). br $b - example();"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mbstring.detect_order \t ;; Disable HTTP Input conversion mbstring.http_input = pass"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "1 = IMAGETYPE_GIF, 2 = IMAGETYPE_JPEG, 3 = IMAGETYPE_PNG, 4 = IMAGETYPE_SWF, 5 = IMAGETYPE_PSD, 6 = IMAGETYPE_BMP, 7 = IMAGETYPE_TIFF_II (intel byte order), 8 = IMAGETYPE_TIFF_MM (motorola byte order), 9 = IMAGETYPE_JPC, 10 = IMAGETYPE_JP2, 11 = IMAGETYPE_JPX, 12 = IMAGETYPE_SWC. \t 1 = IMAGETYPE_GIF, 2 = IMAGETYPE_JPG, 3 = IMAGETYPE_PNG, 4 = IMAGETYPE_SWF, 5 = IMAGETYPE_PSD, 6 = IMAGETYPE_BMP, 7 = IMAGETYPE_TIFF_II (intel byte order), 8 = IMAGETYPE_TIFF_MM (motorola byte order), 9 = IMAGETYPE_JPC, 10 = IMAGETYPE_JP2, 11 = IMAGETYPE_JPX."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "These constants are defined in PHP by default. \t These constants are defined by the standard extension, and will only be available when that extension has either been compiled into PHP or dynamically loaded at runtime."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mb_ereg \t mb_ereg_search_getpos"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Also, the closing tag automatically implies a semicolon; you do not need to have a semicolon terminating the last line of a PHP block. \t PHP מתירה שימוש במבנה כמו זה:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $db = pg_connect ('dbname=foo'); / / This is safe, since $_POST is converted automatically $rec = pg_select($db, 'post_log', $_POST); if ($rec) {echo \"Records selected\\n\"; var_dump($rec);} else {echo \"User must have sent wrong inputs\\n\";}? \t ?php $db = pg_connect ('dbname=foo'); / / This is safe, since $_POST is converted autotmatically $rec = pg_select($db, 'post_log', $_POST); if ($rec) {echo \"Records selected\\n\"; var_dump($rec);} else {echo \"User must have sent wrong inputs\\n\";}?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "odbc_close_all \t odbc_close"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Pass the PHP code to execute directly on the command line. \t Read the example carefully, thera are no beginning or ending tags!"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "odbc_data_source \t odbc_cursor"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "md5 \t metaphone"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This is important to know since in such cases locking is simply ignored on the resource and other solutions have to be found. \t dba_open() returns a positive handle or FALSE, in the case the open is successful or fails, respectively."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Marking part of a pattern as a subpattern does two things: \t Marking part of a pattern as a subpat - tern does two things:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In order to specify a random string, you must include it in double quotes, and htmlspecialchars() the whole value. \t תרגום HTML. בכדי לציין מחרוזת כלשהי, חובה עליך לכתוב אותה בין מרכאות כפולות, ולהעביר את הערך בפונקציה htmlspecialchars."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. array_keys() example \t דוגמה 1. array_keys() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If a module SAPI is chosen during configure, such as apxs, or the --disable-cgi option is used, the CLI is copied to {PREFIX} / bin / php during make install otherwise the CGI is placed there. \t Though the CGI SAPI provies a way to suppress HTTP headers, there 's not equivalent switch to enable them in the CLI SAPI."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The start specifies position of first record to be retrieved and number is the number records. \t This function is used in conjunction with yaz_search() to specify the maximum number of records to retrieve (number) and the first record position (start)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "log \t log1p"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If start is non-negative, the returned string will start at the start 'th position in string, counting from zero. \t If start is positive, the returned string will start at the start 'th position in string, counting from zero."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "hw_api_attribute - key \t hw_api_attribute"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php / / Open fdf from input string provided by the extension / / The pdf form contained several input text fields with the names / / volume, date, comment, publisher, preparer, and two checkboxes / / show_publisher and show_preparer. $fdf = fdf_open_string( $HTTP_FDF_DATA); $volume = fdf_get_value($fdf, \"volume\"); echo \"The volume field has the value 'B $volume / B' BR \"; $date = fdf_get_value($fdf, \"date\"); echo \"The date field has the value 'B $date / B' BR\"; $comment = fdf_get_value($fdf, \"comment\"); echo \"The comment field has the value 'B $comment / B' BR \"; if(fdf_get_value($fdf, \"show_publisher\") == \"On\") {$publisher = fdf_get_value($fdf, \"publisher\"); echo \"The publisher field has the value 'B $publisher / B' BR\";} else echo \"Publisher shall not be shown. \t ?php / / Save the FDF data into a temp file $fdffp = fopen( \"test.fdf\", \"w\"); fwrite($fdffp, $HTTP_FDF_DATA, strlen($HTTP_FDF_DATA)); fclose($fdffp); / / Open temp file and evaluate data / / The pdf form contained several input text fields with the names / / volume, date, comment, publisher, preparer, and two checkboxes / / show_publisher and show_preparer. $fdf = fdf_open(\"test.fdf\"); $volume = fdf_get_value($fdf, \"volume\"); echo \"The volume field has the value 'B $volume / B' BR \"; $date = fdf_get_value($fdf, \"date\"); echo \"The date field has the value 'B $date / B' BR\"; $comment = fdf_get_value($fdf, \"comment\"); echo \"The comment field has the value 'B $comment / B' BR \"; if(fdf_get_value($fdf, \"show_publisher\") == \"On\") {$publisher = fdf_get_value($fdf, \"publisher\"); echo \"The publisher field has the value 'B $publisher / B' BR\";} else echo \"Publisher shall not be shown."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. get_class_methods() example \t דוגמה 1. get_class_methods() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Traversing $_POST with each() \t Traversing $HTTP_POST_VARS with each()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The result set is ordered by TABLE_QUALIFIER, TABLE_SCHEM and TABLE_NAME. \t The result set is ordered by TABLE_QUALIFIER, TABLE_OWNER and TABLE_NAME."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also md5() and crc32() \t See also: md5() and crc32()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mail() automatically mails the message specified in message to the receiver specified in to. \t דואר() שולחת באופן אוטומטי את ההודעה המתוארת ב - message לנמען המתואר ב - to. שליחה להרבה נמענים יכולה להתבצע על ידי כתיבת פסיק בין כל כתובת בפרמטר to. דואל עם קובצים מצורפים (attachments) ועם סוגים מיוחדים של תוכן יכולים להשלח עם הפונקציה הזאת. תהליך זה מושלם דרך ה - MIME-encoding - תקן המאפשר להעביר בדואל כל סוג קובץ. לעוד מידע, עיין ב מאמר מ-Zend או ב - PEAR Mime Classes."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Here we use the in-memory creation feature of PDFlib to alleviate the need to use temporary files. \t Here we use the in memory creation feature of PDFlib to alleviate the need to use temporary files."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For example, Qmail users can normally set it to / var / qmail / bin / sendmail or / var / qmail / bin / qmail-inject. \t מערכות שלא משתמשות בפונקציית ה-sendmail יכולות לקבוע הנחייה זאת למערכת הדואר החלופית שהמערכת שלהם מציעה, אם ישנה. לדוגמה, משתמשי Qmail יכולים בדרך כלל לקבוע פרמטר זה ל - / var / qmail / bin / sendmail."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "array_change_key_case \t array"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This is used to reduce the number of objects which was delivered by a function like hw_api - children() or hw_api - find(). \t The integration with Apache and possible other servers is already described in the Hyperwave Modul which has been the first extension to connect a Hyperwave Server."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Error code: $error[ 0] Description: $error[1]\");} \t Errorcode: $error[ 0] Description: $error[1]\");}"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Use of zlib.output_compression is recommended rather than ob_gzhandler() \t Use of zlib.output_compression is recommended rather than ob_gzhandler"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $$a = \"world\";? \t $$a = \"world\";"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The following constants are available since PHP 4.3.0: \t These constants are defined by this extension, and will only be available when the extension has either been compiled into PHP or dynamically loaded at runtime."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "reserved for local use, these are not available in Windows \t reserved for local use"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. imagetypes \t דוגמה 1. imagetypes"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "fmod \t floor"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "preg_match_all \t preg_match"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "dio_open() opens a file and returns a new file descriptor for it, or FALSE if any error occurred. \t dio_open() opens a file and returns a new file descriptor for it, or -1 if any error occurred."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns the IP address of the Internet host specified by hostname or a string containing the unmodified hostname on failure. \t Returns the IP address of the Internet host specified by hostname."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The child can be created with e.g. domdocument_create_element(), domdocument_create_text() etc. or simply by using any other node. \t DomDocument_create_element(), DomDocument_create_text() etc. or simply by using any other node."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Set this option to a non-zero value and PHP will be completely silent with regards to the CURL functions. \t CURLOPT_MUTE: קבע את הערך לערך השונה מאפס כדי ש PHP תהיה שקטה לגמרי לגבי פונקציות CURL."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "/ / Before PHP 4.2.0 var2: xyz var3: \t var2: xyz var3:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also time() \t U - seconds since the Unix Epoch (January 1 1970 00:00:00 GMT)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "cpdf_set_font_directories \t cpdf_set_font"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Note the output / / above, which is before the header() call header('Location: http: / /www.example.com / ');? \t ?php header (\"Content-type: audio / x-pn-realaudio\");? / / Broken, note the blank line above"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "(4.0.2 - 4.2.3 only) \t (PHP 4 = 4.0.2)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "From 4.3.0, result_type is default to PGSQL_ASSOC while older versions' default was PGSQL_BOTH. \t Form 4.3.0, result_type is default to PGSQL_ASSOC while older versions 'default was PGSQL_BOTH."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "(default) delay opening the connection until the first message is logged \t muscat_setup_net"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Migrating from PHP 2 to PHP 3 \t מעבר מ-PHP 2 ל-PHP 3"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ob_get_status \t ob_gzhandler"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "So the pattern (sens_BAR_respons)e and \\1ibility matches \"sense and sensibility \"and \"response and responsibility\",So the pattern (sens_BAR_respons)e and \\1ibility matches \"sense and sensibility\" and \"response and responsibility\", but not \"sense and responsibility \". \t So the pattern (sens_BAR_respons)e and \\1ibility matches \"sense and sensibility \"and \"response and responsi-So the pattern (sens_BAR_respons)e and \\1ibility matches \"sense and sensibility\" and \"response and responsi - bility\", but not \"sense and responsibility \"."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This extension requires the mcal library to be installed. \t MCAL_FEBRUARY"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also shuffle() and foreach. \t See shuffle() for another example of its use."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "There may be more than one back reference to the same subpattern. \t There may be more than one back reference to the same sub-There may be more than one back reference to the same sub - pattern."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also date(), getmyuid(), getmygid(), get_current_user(), getmyinode(), getmypid(), and filemtime(). \t See also date(), getmyuid(), getmygid(), get_current_user(), getmyinode(), and getmypid()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Enhance the capabilities of GD to handle more image formats by specifying the --with-XXXX configure switch to your PHP configure line. \t These functions do not require the GD library."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For example, {,6} is not a quantifier, but a literal string of four characters. \t For example, {,6} is not a quantif - ier, but a literal string of four characters."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "These expressions evaluate to either 0 or 1, meaning FALSE or TRUE (respectively). \t סוג מפוף של ביטויים הוא ביטוי השוואה. ביטויים אלו מוערכים כ 0 או 1, כלומר כ FALSE או כ TRUE סוג מפוף של ביטויים הוא ביטוי השוואה. ביטויים אלו מוערכים כ 0 או 1, כלומר כ FALSE או כ TRUE (בהתאמה)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Functions restricted / disabled by safe mode \t Using PHP from the command line"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "$addr = strtr( $addr, \"äåö\", \"aao\"); \t $addr = strtr( $addr, \"הוצ\", \"aao\");"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "fdf_get_encoding \t fdf_create"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "A value can be of any PHP type. \t A key is either a nonnegative integer or a string."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This example demonstrates that when assigning a reference to a static variable, it' s not remembered when you call the get_instance_ref() function a second time. \t function Test() {static $count = 0; $count++; echo $count; if ($count 10) {Test ();} $count--;}"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_set_info \t pdf_set_leading"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP 4 is the current generation of PHP, which uses the Zend engine under the hood. \t PHP 3 היא יורש של PHP / FI 2.0 והיא לא ממש ידידותית."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "0 (for Sunday) through 6 (for Saturday) \t w - day of the week, numeric, i.e. \"0\" (Sunday) to \"6 \"(Saturday)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "xml_parser_create_ns \t xml_parse_into_struct"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 4-1. php.ini example \t Please note that you need to set AllowOveride All in your Directory block in the apache config file for this to work."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mcrypt_module_is_block_algorithm \t mcrypt_module_is_block_algorithm_mode"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The frame to display the document in may be selected using the optional parameter target_frame or the function fdf_set_target_frame(). \t The / F key is just a reference to a PDF form which is to be populated with data."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mysql_insert_id Example \t דוגמה 1. mysql_insert_id Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Step by step, the process looks like this: \t root@dev: / usr / local / src / php4 / ext. / ext_skel my_module Creating directory Creating basic files: config.m4 Makefile.in .cvsignore [done]."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_close_pdi_page \t pdf_close_pdi"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "These contain the coordinates of the user click within the image. \t setcookie( \"MyCookie[]\", \"Testing\", time()+3600);"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Branches that match different length strings are permitted only at the top level ofBranches that match different length strings are permitted only at the top level of a lookbehind assertion. \t Branches that match dif - ferent length strings are permitted only at the top level ofBranches that match dif - ferent length strings are permitted only at the top level of a lookbehind assertion."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "fdf_open_string \t fdf_next_field_name"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "array_merge \t array_merge_recursive"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php decimal: [1-9][0-9]* _BAR_ 0 hexadecimal: \t $a = 1234; # decimal number $a = -123; # a negative number $a = 0123; # octal number (equivalent to 83 decimal) $a = 0x1A; # hexadecimal number (equivalent to 26 decimal)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For example, this can be used to set the envelope sender address when using sendmail. \t הפרמטרים הנוספים (additional_parameters) יכולים לשמש להעברת פרמטרים נוספים לתוכנה המוגדרת לשימוש כששולחים דואר בעזרת התוכנה המוגדרת בתיקיה sendmail_path. לדוגמה, אפשר להשתמש באפשרות זו בשביל לקבוע את מעטפת כתובת השולח כשמשתמשים בתוכנה Sendmail. אתה תהיה צריך להוסיף את המשתמש ששרת האינטרנט מפעיל בהגדרות התוכנה Sendmail בשביל למנוע את הוספת הכותרת 'X-Warning 'להודעה שלך, כשאתה קובע את מעטפת כתובת עם השיטה הזאת."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_setlinecap \t pdf_setgray_fill"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "When a file is included, parsing drops out of PHP mode and into HTML mode at the beginning of the target file, and resumes again at the end. \t ?php function foo() {global $color; include 'vars.php'; echo \"A $color $fruit\";} / * vars.inc is in the scope of foo() so * * $fruit is NOT available outside of this * * scope. $color is because we declared it * * as global. * / foo(); / / A green apple echo \"A $color $fruit\"; / / A green?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PostgreSQL \t Satellite"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This function does not unset the corresponding global variable for name, it only prevents the variable from being saved as part of the session. \t This function doesn 't unset the corresponding global variable for name, it only prevents the variable from being saved as part of the session."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You need to use your own wrapper function to utilize any of these constructs as variable functions. \t Although, the construct print() is an exception and will work."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. array() example \t דוגמה 1. array() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For example, ((?i)rah)\\s+\\1 matches \"rah rah \"and \"RAH RAH\", but not \"RAH rah\", even though the original capturing subpattern is matched caselessly. \t For example, ((?i)rah)\\s+\\1 matches \"rah rah \"and \"RAH RAH\", but not \"RAH rah\", even though the original capturing subpattern is matched case - lessly."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The documentation below also applies to require(). \t פקודת include() מספחת ומריצה או מעריכה קובץ מסויים."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See Table 32-3 for a description. \t See טבלה 33-3 for a description."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "number_format \t ord"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ftp_mdtm() checks the last modified time for a file, and returns it as a UNIX timestamp. \t ftp_mdtm() checks the last-modified time for a file, and returns it as a UNIX timestamp."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Therefore '/' has to be replaced by another character, e.g. '_ '. \t Therefore '/' has to be replaced by another character, e.g. '_ '. to be continued."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "readline_write_history \t GNU Readline"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mysql_field_name() example \t דוגמה 1. mysql_field_name() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Table 4. mouse constants \t טבלה 3. mouse constants"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If certain variables in variables_order are not set, their appropriate PHP predefined arrays are also left empty. \t שם הנתיב (pathname) האבסולוטי שבו מורץ הסקריפט הנוכחי."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns a string of up to length - 1 bytes read from the file pointed to by handle. \t Returns a string of up to length - 1 bytes read from the file pointed to by fp."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Select the current HTTP connection for output in this execution context. \t Select the current connection for output in this execution context."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "i.e. they both produce: hello world. \t echo \"$a $hello\";"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Pass a long as a parameter that contains the transfer speed in bytes per second that the transfer should be below during CURLOPT_LOW_SPEED_TIME seconds for PHP to consider it too slow and abort. \t CURLOPT_LOW_SPEED_LIMIT: העבר ערך מסוג long כפרמטר שמכיל את מהירות ההעברה בבתים לשניה שמהירות ההעברה צריכה להיות מתחת CURLOPT_LOW_SPEED_TIME שניות על מנת ש PHP תתיחס למהירות כנמוכה מדי ותבטל את ההעברה."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also: dbx_escape_string() and dbx_connect(). \t See also: dbx_connect()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For the reason, look at it: \t $varname.ext; / * invalid variable name * /"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See the setcookie() manual page for more details and examples. \t PHP מגדירה באופן אוטומטי משתני סביבה כמשתני PHP רגילים."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Assuming you named the above program script.php, and you have your CLI php.exe in c:\\php\\cli\\php.exe this batch file will run it for you with your added options: script.bat echothis or script.bat -h. \t Assuming, you named the above program as script.php, and you have your php.exe in c:\\php\\php.exe this batch file will run it for you with your added options: script.bat echothis or script.bat -h."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Profile a section of PHP code \t דוגמה 11-1. ניתוח של קוד PHP"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Searches subject for all matches to the regular expression given in pattern and puts them in matches in the order specified by flags. \t Searches subject for all matches to the regular expression given in pattern and puts them in matches in the order specified by order."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "gd_info \t exif_thumbnail"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Its purpose is simply to execute the predefined CURL session (given by the ch). \t יש לקרוא לפונקציה זו לאחר שאותחל CURL session וכל האפשרויות שלה נקבעו. מטרתה היא לבצע את ה CURL session שנקבע מראש (ומצוין על ידי ch)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The way invalid / numeric keys and collisions are treated is determined by the extract_type. \t The way invalid / numeric keys and collisions are treated is determined by extract_type."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If you use this option without specifying the path to mnoGosearch, PHP will look for mnoGosearch under / usr / local / mnogosearch path by default. \t C CGI, PHP and Perl search front ends are included."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "When submitting a form, it is possible to use an image instead of the standard submit button with a tag like: \t בזמן שליחת טופס, יתכן מצב של שימוש בתמונה (image) במקום בכפתור השליחה (submit) הסטנדרטי עם שימות בתג כמו:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. printer_write() example \t דוגמה 1. printer_write() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "'cookiename' is called as $_COOKIE['cookiename'] \t The expire and secure arguments are integers and cannot be skipped with an empty string."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mysql_query() \t דוגמה 1. mysql_query()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "It is assumed that variable $id is the connection ID. \t It is assumed that variable $id is a target ID."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Table 1. error_log() log types \t טבלה 1. error_log() log types"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also $_REQUEST, register_globals, Predefined Variables, and extract(). \t See also register_globals, Predefined Variables and extract()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php if ($handle = opendir(' .')) {while (false !== ($file = readdir($handle))) {if ($file != \".\" $file != \". .\") {echo \"$file\\n\";}} closedir($handle);}? \t ?php $handle = opendir( '.'); while (false !== ($file = readdir($handle))) {if ($file != \".\" $file != \". .\") {echo \"$file\\n\";}} closedir($handle);?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Firstly, if it is followed by a non-alphanumeric character, it takes away any special meaning that character may have. \t Firstly, if it is followed by a non-alphameric character, it takes away any special meaning that character may have."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_set_info \t pdf_set_info_title"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Variable functions won' t work with language constructs such as echo(), print(), unset(), isset(), empty(), include(), require() Variable functions won't work with language constructs such as echo(), print(), unset(), isset(), empty(), include(), require() and the like. \t Variable functions won' t work with language constructs such as echo(), unset(), isset(), empty() and include()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Assume the C compiler uses GNU ld [default=no]. \t DIR is the mnoGoSearch base install directory, defaults to / usr / local / mnogosearch."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Home \t Miscellaneous Questions"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In addition to its own sources, each module consists of a config.m4 file, for extension configuration. (for example, see http: / /www.gnu.org / manual / m4 / html_mono / m4.html) \t In addition to its own sources, each module consists of an M4 file (for example, see http: / /www.gnu.org / manual / m4 / html_mono / m4.html) for configuration and a Makefile.in file, which is responsible for compilation (the results of autoconf and automake; for example, see http: / /sourceware.cygnus.com / autoconf / autoconf.html and http: / /sourceware.cygnus.com / automake / automake.html)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "require() and include() are identical in every way except how they handle failure. include() produces a Warning while require() results in a Fatal Error. \t פקודת require() מספחת ומריצה או מעריכה קובץ מסויים. הסבר מפורט לגבי אופן פעולת הסיפוח ניתן למצוא בתיעוד הפונקציה include()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The value of docref_ext must begin with a dot '.'. \t PHP 4 only."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The meaning of the various quantifiers is not otherwise changed, just the preferredThe meaning of the various quantifiers is not otherwise changed, just the preferred number of matches. \t The meaning of the various quantifiers is not otherwise changed, just the pre-The meaning of the various quantifiers is not otherwise changed, just the pre - ferred number of matches."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Second, a more active attacker might listen to your network traffic. \t As of PHP 4.1.0, $_SESSION is available as global variable just like $_POST, $_GET, $_REQUEST and so on."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "fdf_save_string \t fdf_save"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If the node passed has children itself, they will be duplicated as well, which makes it quite easy to duplicate large parts of a xml document. \t Before a new child is appended it is first duplicated."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. swfshape - setline() example \t דוגמה 1. swfshape - setline() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "file_get_contents \t fgetss"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Set this option to a non-zero value if you want PHP to prepare for an upload. \t CURLOPT_UPLOAD: קבע את הערך לערך השונה מאפס אם ברצונך ש PHP תתכונן להעלאת קבצים."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Also, Ming is still being maintained; if there's a feature that you want to see, just let us know ming@opaque.net. \t SWFDisplayItem - scale - - Scales the object in relative coordinates."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. array_filter() example \t דוגמה 1. array_filter() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "xml_parse_into_struct \t xml_get_error_code"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "fgetss \t file"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "These headers determine the rules by which the page content may be cached by the client and intermediate proxies. \t These headers determine the rules by which the page content may be cached."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "\"knuth donald\" \t Query"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This extension has no resource types defined. \t This extension does not define any configuration directives."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also print(), printf(), and flush(). \t See also: print(), printf(), and flush()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php print substr_count( \"This is a test\", \"is\"); / / prints out 2? \t דוגמה 1. substr_count() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This may not be as useless as you might think, since often you 'd want to end the loop using a conditional break statement instead of using the for truth expression. \t כל אחד מהביטויים יכול להיות גם ביטוי ריק (חסר). כאשר expr2 ריק, הלולאה תרוץ לעד (PHP מחשיבה אותו כביטוי ריק כמו בשפת C). עובדה זו אינה חסרת תועלת לחלוטין היות וניתן לעצור לולאה אינסופית כזו בעזרת פקודת break מותנית במקום ההמתנה לביטוי שערכו FALSE."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For versions up to and including 4.0.3 you can only disable this feature at compile time by using the configuration switch --disable-url-fopen-wrapper. \t This extension does not define any configuration directives."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "flock() operates on handle which must be an open file pointer. operation is one of the following values: \t flock() operates on fp which must be an open file pointer. operation is one of the following values:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The sorting flags specified after an array argument apply only to that array - they are reset to default SORT_ASC and SORT_REGULAR before each new array argument. \t The sorting flags specified after an array argument apply only to that array - they are reset to default SORT_ASC and SORT_REGULAR after before each new array argument."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The syntactic meaning is slightly different (if you're familiar with C, this is the same behavior) but the bottom line is that both would result in exactly the same behavior. \t פקודת ה - elseif יכולה להופיע מספר פעמים במשפט באותו משפט if. ה - elseif הראשון שערכו יתאים ל - TRUE (אם קיים כזה), ירוץ. בתחביר של PHP אתה יכול לכתוב גם 'else if '(בשתי מילים) או 'elseif' (במילה אחת) והמשמעות תהיה זהה. אמנם המשמעות הסינטקטית שונה במקצת אך ההתנהגות של שתי הצורות זהה לגמרי."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "vpopmail_del_domain \t vpopmail_del_domain_ex"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Find matching HTML tags (greedy) \t / / The \\\\2 is an example of backreferencing."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "get_class \t get_declared_classes"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The constants below are defined by this extension, and will only be available when the extension has either been compiled into PHP or dynamically loaded at runtime. \t פונקציות אילו התווספו בגירסה PHP 4.0.2."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In PHP 4.1.0 and later, the $_COOKIE auto-global array will always be set with any cookies sent from the client. $HTTP_COOKIE_VARS is also set in earlier versions of PHP when the track_vars configuration variable is set. \t ב-PHP בגירסת 4.1.0 והבאות אחריה, המערך הגלובלי-אוטומטי $_COOKIE תמיד יקבל כל עוגייה שנשלחת מהקליינט. $HTTP_COOKIE_VARS מקובל בגירסאות קודמות של PHP, כשהקונפיגורציה של $HTTP_COOKIE_VARS מופעלת."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mysql_list_tables Example \t דוגמה 1. mysql_list_tables Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. phpversion() Example \t דוגמה 1. phpversion() Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": ":~ / cvs / php4 / ext:. / ext_skel --extname=my_module Creating directory my_module Creating basic files: config.m4 .cvsignore my_module.c php_my_module.h CREDITS EXPERIMENTAL tests / 001.phpt my_module.php [done]. \t Finally, running configure parses all configuration options and generates a makefile based on those options and the options you specify in Makefile.in."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 2. find the word \"web\" \t דוגמה 2. find the word \"web\""} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. imap_mail_compose() example \t דוגמה 1. imap_mail_compose() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If function needs to be working with the actual values of the array, specify the first parameter of function as a reference. \t If func requires more than two or three arguments, depending on userdata, a warning will be generated each time array_walk() calls func."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Sequentially change the dropdown to Executables, Includes, and Library files. \t On Windows 95 / 98, mkdir C:\\TMP."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The constants below are defined by this extension, and will only be available when the extension has either been compiled into PHP or dynamically loaded at runtime. \t To get these functions to work, you have to configure PHP with --with-yp (PHP 3) or --enable-yp (PHP 4)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mcrypt_list_modes() Example \t דוגמה 1. mcrypt_list_modes() Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "DomDocument - create_element_ns \t DomDocument - create_comment"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. dbx_connect() example \t דוגמה 1. dbx_connect() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "break accepts an optional numeric argument which tells it how many nested enclosing structures are to be broken out of. \t פקודת break יכולה לקבל גם נתון מספרי שמציין את מספר מבני הבקרה המקוננים שברצוננו \"לשבור\"."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php / * Set locale to Dutch * / setlocale (LC_ALL, 'nl_NL'); / * Output: vrijdag 22 december 1978 * / echo strftime (\"%A %e %B %Y\", mktime (0, 0, 0, 12, 22, 1978)); / * try different possible locale names for german as of PHP 4.3.0 * / $loc_de = setlocale (LC_ALL, 'de_DE@euro', 'de_DE', 'de', 'ge'); echo \"Preferred locale for german on this system is '$loc_de'\";? \t ?php / * Set locale to Dutch * / setlocale (LC_ALL, 'nl_NL'); / * Output: vrijdag 22 december 1978 * / echo strftime (\"%A %e %B %Y\", mktime (0, 0, 0, 12, 22, 1978));?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "By the winter of 1998, shortly after PHP 3.0 was officially released, Andi Gutmans and Zeev Suraski had begun working on a rewrite of PHP 's core. \t PHP 3.0 אפשרה לבנות יישומים מורכבים על ידי מתן כלים לטיפול במסדי נתונים וממשקי תכנות, אבל PHP 3.0 לא טיפלה ביישומים המורכבים ביעילות מרובה."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You can also disable individual functions. \t Warning: this is broken with the aol-server implementation of getallheaders()!"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 2. adding a completely new attribute \t דוגמה 2. adding a completely new attribute"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Note that this changes the return value in an array where every element is an array consisting of the matched string at offset 0 and it 's string offset into subject at offset 1. \t Note that this changes the return value in an array where very element is an array consisting of the matched string at offset 0 and it 's string offset into subject at offset 1."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "xml_parse_into_struct \t xml_parse"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Convert \"han-kaku\" alphabets and numbers to \"zen-kaku \"(Characters included in \"a\", \"A\" options are U+0021 - U+007E excluding U+0022, U+0027, U+005C, U+007E) \"s \": \t Convert \"zen-kaku\" alphabets and numbers to \"han-kaku \"(Characters included in \"a\", \"A\" options are U+0021 - U+007E excluding U+0022, U+0027, U+005C, U+007E) \"s \":"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 2. ingres_connect() example using default link \t דוגמה 2. ingres_connect() example using default link"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "xpath_eval_expression \t domxml_xmltree"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Using this function you can at least prevent getting HTTP header related error messages. \t This function returns TRUE if the HTTP headers have already been sent, FALSE otherwise."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "(PHP 3 = 3.0.7, PHP 4 = 4.2.3) \t (PHP 3 = 3.0.7, PHP 4)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If you put extract( $row); inside the following loop, you'll / / then create $userid, $fullname, and $userstatus while ($row = mysql_fetch_assoc($result)) {echo $row[\"userid\"]; echo $row[\"fullname\"]; echo $row[\"userstatus\"];} mysql_free_result($result);? \t ?php mysql_connect( \"localhost\", \"mysql_user\", \"mysql_password\"); mysql_select_db(\"mydb\"); $query = \"select * from table\"; $result = mysql_query($query); while ($row = mysql_fetch_assoc($result)) {echo $row[\"user_id\"]; echo $row[\"fullname\"];} mysql_free_result($result);?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mailparse_msg_extract_part_file \t mailparse_msg_extract_part"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "An assertion such as (? =ab(c_BAR_de)) is not permitted, because its single top-level branch can match two different lengths, but it is acceptable if rewritten to use two top-level branches: (? =abc_BAR_abde) The implementation of lookbehind assertions is, for each alternative, to temporarily move the current position backAn assertion such as (? =ab(c_BAR_de)) is not permitted, because its single top-level branch can match two different lengths, but it is acceptable if rewritten to use two top-level branches: (? =abc_BAR_abde) The implementation of lookbehind assertions is, for each alternative, to temporarily move the current position back by the fixed width and then try to match. \t An assertion such as (? =ab(c_BAR_de)) is not permitted, because its single top-level branch can match two different lengths, but it is acceptable if rewrit - ten to use two top-level branches: (? =abc_BAR_abde) The implementation of lookbehind assertions is, for each alternative, to temporarily move the current position backAn assertion such as (? =ab(c_BAR_de)) is not permitted, because its single top-level branch can match two different lengths, but it is acceptable if rewrit - ten to use two top-level branches: (? =abc_BAR_abde) The implementation of lookbehind assertions is, for each alternative, to temporarily move the current position back by the fixed width and then try to match."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Talking about interconnection, PHP has support for instantiation of Java objects and using them transparently as PHP objects. \t PHP גם תומכת בגישה לשירותים שונים תוך שימוש בפרוטוקולים כמו LDAP, IMAP, SNMP, NNTP, POP3, HTTP, COM (בוינדוס) ועוד רבים אחרים. אפשר גם לפתוח שקעי רשת (network sockets) ולהתממשק עם כל פרוטוקול אחר. ל-PHP תמיכה ב-WDDX לשיתוף נתונים בין כל שפות התיכנות ל-PHP. web תומכת בישום עצמים של ג 'אווה ושימוש שקוף בהם כעצמים של PHP.ניתן גם להשתמש בהרחבת COBRA כדי לגשת לעצמים בגישה מרחוק."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "[marcus@zaphod marcus]$ php -r'echo dblist(); 'This is GDBM version 1.8.0, as of May 19, 1999. \t Description string dblist (void)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mssql_next_result() example \t דוגמה 1. mssql_next_result() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "swfbutton_keypress \t SWFBitmap - getHeight"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "When register_globals is turned on in php.ini, additional variables are available. \t ה-mime type של הקובץ, אם הדפדפן סיפק את המידע הזה. דוגמה: \"image / gif\"."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. abs() example \t דוגמה 1. abs() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "zval *new_array; MAKE_STD_ZVAL(new_array); array_init(new_array); \t zval *new_array; MAKE_STD_ZVAL(new_array); if(array_init(new_array) != SUCCESS) {/ / do error handling here}"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In PHP 3, array_walk() resets the pointer. \t Passing the key and userdata to func was added in 4.0."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "More information about what values evaluate to FALSE can be found in the 'Converting to boolean' section. \t כמתואר בסעיף על ביטויים, expr מוערך לערכו הבולאני. אם expr מוערך כ - TRUE, PHP תבצע את statement, ואם הביטוי מוערך כ - TRUE, לא תתבצע אף פקודה. מידע נוסף בנושא - אילו ערכים מתאימים לערך ה FALSE ניתן למצוא בסעיף 'המרה לערך בולאני'."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. openssl_error_string() example \t The parameters / return type of this function may change before it appears in a release version of PHP"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Using the available PHP Reserved Predefined Variables, like the superglobal arrays, is preferred. \t תכולת כותר ה - Accept-Charset: בפנייה הנוכחית, אם קיים כותר כזה. לדוגמה: 'iso-8859-1,*,utf-8'."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The following is valid for PHP 4 only. \t הקטע הבא תקף ל PHP 4 בלבד."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "atan2 \t asinh"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "When in conjunction with yaz_search(), a Z39.50 Sort will be sent after a search response has been received and before any records are retrieved with Z39.50 Present. \t If used in conjunction with yaz_search() a Z39.50 Sort will be sent after a search response has been received and before any records are retrieved with Z39.50 Present."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You 'll need to install the sqlcli library available in the Ovrimos SQL Server distribution. \t To enable ovrimos support in PHP just compile php with the '--with-ovrimos' parameter to configure script."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also Appendix I, fclose(), fgets(), fsockopen(), file(), file_exists(), is_readable(), socket_set_timeout(), and popen(). \t See also fclose(), fsockopen(), socket_set_timeout(), and popen()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "iptcparse \t jpeg2wbmp"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "As argument it takes the name of the module that you want to create. \t The shell script then creates a directory of the same name, along with the appropriate config.m4 and Makefile.in files."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $handle = fopen (\"/ home / rasmus / file.txt\", \"r\"); $handle = fopen (\" / home / rasmus / file.gif\", \"wb\"); $handle = fopen (\"http: / /www.example.com /\", \"r\"); $handle = fopen (\"ftp: / /user:password@example.com / somefile.txt\", \"w\");? \t $fp = fopen (\"/ home / rasmus / file.txt\", \"r\"); $fp = fopen (\" / home / rasmus / file.gif\", \"wb\"); $fp = fopen (\"http: / /www.example.com /\", \"r\"); $fp = fopen (\"ftp: / /user:password@example.com / \", \"w\");"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Enable explicitly linking against libgcc. \t Enable bc style precision math functions."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 2. split() Example \t דוגמה 2. split() Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns TRUE on success or FALSE on failure. \t The directory must be empty, and the relevant permissions must permit this. מחזיר TRUE במקרה של הצלחה או FALSE במקרה של כישלון."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. array_merge() example \t דוגמה 1. array_merge() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "safe_mode \t Off"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "html_entity_decode \t htmlentities"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. sort() example \t דוגמה 1. sort() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "/ / lets assume you just called an openssl function that failed while( $msg = openssl_error_string()) echo $msg. \"br / \\n\"; \t דוגמה 1. openssl_error_string() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In order for this to work, your browscap configuration setting in php.ini must point to the correct location of the browscap.ini file on your system. browscap.ini is not bundled with PHP but you may find an up-to-date browscap.ini file here. \t ?php function list_array ($array) {while (list ($key, $value) = each ($array)) {$str .= \"b $key: / b $value br \\n\";} return $str;} echo \"$HTTP_USER_AGENT hr \\n\"; $browser = get_browser(); echo list_array ((array) $browser);?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. strtr() example \t דוגמה 1. strtr() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The two possible forms of conditional subpattern are (?(condition)yes-pattern) (?(condition)yes-pattern_BAR_no-pattern) If the condition is satisfied, the yes-pattern is used; otherwiseThe two possible forms of conditional subpattern are (?(condition)yes-pattern) (?(condition)yes-pattern_BAR_no-pattern) If the condition is satisfied, the yes-pattern is used; otherwise the no-pattern (if present) is used. \t The two possible forms of conditional subpattern are (?(condition)yes-pattern) (?(condition)yes-pattern_BAR_no-pattern) If the condition is satisfied, the yes-pattern is used; oth-The two possible forms of conditional subpattern are (?(condition)yes-pattern) (?(condition)yes-pattern_BAR_no-pattern) If the condition is satisfied, the yes-pattern is used; oth - erwise the no-pattern (if present) is used."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Also, while in Safe Mode you must consider the safe_mode_exec_dir directive. \t Those functions are also closely related to the backtick operator."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pspell_new \t pspell_new_personal"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "A value of public permits caching by proxies and the client, whereas private disallows caching by proxies and permits the client to cache the contents. \t It can also be set to private, which is slightly more restrictive than public."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "hw_api - checkin \t hw_api_attribute - key"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For backwards compatibility, you can still use array-braces for the same purpose. \t $great = 'fantastic'; echo \"This is {$great}\"; / / won 't work, outputs:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mysql_error Example \t דוגמה 1. mysql_error Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "It is very similar to the C+ + interface of the Hyperwave SDK. \t Passing arguments to this function differs from all the other PHP Extension but is close to the C+ + API of the HW SDK."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If session_start() was not called before this function is called, an implicit call to session_start() with no parameters will be made. $_SESSION does not mimick this behavior and requires session_start() before use. \t You can also create a session variable by simply setting the appropriate member of the $HTTP_SESSION_VARS or $_SESSION (PHP = 4.1.0) array."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mcrypt_encrypt \t mcrypt_generic"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Unpack the archive. \t SWFMovie - output - - Dumps your lovingly prepared movie out."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Ming (flash) \t Satellite"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "cpdf_set_font \t cpdf_set_horiz_scaling"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For more information, go to http: / /cvs.php.net /. \t ניתן להוריד את PHP מכל חבר ברשת האתרים של PHP. אותם ניתן למצוא ב - http: / /www.php.net /. כמו כן, ניתן להשתמש בחשבון CVS אנונימי כדי לקבל את הגירסה האחרונה ביותר של קבצי המקור. מידע נוסף נמצא ב http: / /cvs.php.net /."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "SWFbutton - setUp \t SWFBitmap - getWidth"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For GUI users, launch VC++, and then select File = Open Workspace and select c:\\work\\php-4.x.x\\win32\\php4ts.dsw. \t For GUI users, launch VC++, and then select File = Open Workspace and select bindlib."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This function is an alias for stream_set_blocking(). \t This function was previously called as set_socket_blocking() but this usage is deprecated."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If safe mode is enabled, the uid of the script is added to the realm part of the WWW-Authenticate header. \t If safe mode is enabled the uid of the script is added to the realm part of the WWW-Authenticate header."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_closepath_stroke \t pdf_close_pdi_page"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For instance, entering 'GET / index.html HTTP / 1.0\\r\\n\\r\\n' would be incorrect. \t CURLOPT_CUSTOMREQUEST: העבר ערך מסוג מחרוזת לשימוש במקום GET או HEAD כאשר מבצעים פעולת HTTP request. אפשרות זו שימושית כאשר מבצעים DELETE או כל פעולה אחרת מסוג HTTP request. ערכים אפשריים הם ערכים כגון GET, POST, וכך הלאה; שים לב: אין להעביר שורת HTTP request מלאה כאן. לדוגמא, העברת 'GET / index.html HTTP / 1.0\\r\\n\\r\\n 'תהיה לא נכונה."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The server 's default directory can be changed by setting the environment variable TMPDIR in the environment in which PHP runs. \t כברירת מחדל, הקבצים ישמרו בספרייה הזמנית שהיא ברירת המחדל של השרת, אלא אם הוגדר אחרת ב upload_tmp_dir שנמצאת ב php.ini. ניתן לשנות את ספריית ברירת המחדל של השרת על ידי הגדרת משתנה הסביבה TMPDIR בסביבה בה PHP רצה. הגדרה באמצעות putenv() מתוך סקריפט של PHP לא תעבוד. כמו כן, משתנה הסביבה הזה יכול להיות שימושי כשרוצים לוודא שפעולות אחרות מבוצעות על קבצים שהועלו."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You might have seen the following syntax in old scripts: \t $foo[ bar] = 'enemy'; echo $foo[bar]; / / etc"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "A valid constant name starts with a letter or underscore, followed by any number of letters, numbers, or underscores. \t הערה: לצורכינו, אות לועזית היא בתחום a-z, A-Z, וערך הASCII הוא בין 127 ל255 (0x7f-0xff)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "imagecreate \t imagecreatefromgd"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "How do I get all the results from a select multiple HTML tag? \t 4. איך ניתן לקבל את כל התוצאות מתיבת בחירה (select) רבת תוצאות בטופס HTML?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_set_text_rise \t pdf_set_text_matrix"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This function is quite useless since every time it is called it sets $a to 0 and prints \"0\". \t $a = 1; $b = 2; function Sum() {$GLOBALS[\"b\"] = $GLOBALS[\"a\"] + $GLOBALS[\"b\"];} Sum(); echo $b;"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "SWFDisplayItem \t SWFFill"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In PHP 4.2.0 and later, the default value for the PHP directive register_globals is off. \t שם ה-host שתחתיו רץ הסקריפט הנוכחי. אם הסקריפט רץ תחת host וירטואלי, משתנה זה יכיל את שם ה-host הוירטואלי."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "php4 / sapi \t sapi"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "March 10th, 2001, 5:16:18 pm $today = date( \"F j, Y, g:i a\"); / / March 10, 2001, 5:16 pm $today = date(\"m.d.y\"); / / 03.10.01 $today = date(\"j, n, Y\"); / / 10, 3, 2001 $today = date(\"Ymd\"); / / 20010310 $today = date('h-i-s, j-m-y, it is w Day z '); / / 05-16-17, 10-03-01, 1631 1618 6 Fripm01 $today = date('\\i\\t \\i\\s \\t\\h\\e jS \\d\\a\\y .'); / / It is the 10th day. $today = date(\"D M j G:i:s T Y\"); / / Sat Mar 10 15:16:08 MST 2001 $today = date('H:m:s \\m \\i\\s\\ \\m\\o\\n\\t\\h'); / / 17:03:17 m is month $today = date(\"H:i:s\"); / / 17:16:17? \t /* Today is March 10th, 2001, 5:16:18 pm * / $today = date( \"F j, Y, g:i a\"); / / March 10, 2001, 5:16 pm $today = date(\"m.d.y\"); / / 03.10.01 $today = date(\"j, n, Y\"); / / 10, 3, 2001 $today = date(\"Ymd\"); / / 20010310 $today = date('h-i-s, j-m-y, it is w Day z '); / / 05-16-17, 10-03-01, 1631 1618 6 Fripm01 $today = date('\\i\\t \\i\\s \\t\\h\\e jS \\d\\a\\y .'); / / It is the 10th day. $today = date(\"D M j G:i:s T Y\"); / / Sat Mar 10 15:16:08 MST 2001 $today = date('H:m:s \\m \\i\\s\\ \\m\\o\\n\\t\\h'); / / 17:03:17 m is month $today = date(\"H:i:s\"); / / 17:16:17"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP Keywords \t טבלה G-1. מילות מפתח ב-PHP"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The available error level constants are listed below. \t טבלה 1. error_reporting() bit values"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. gmdate() example \t דוגמה 1. gmdate() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Build static libraries [default=yes]. \t Include mhash support."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "DIR is the libxslt install directory. \t You will need at least libxml-2.2.7."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This assumes, of course, that you have PHP enabled for the .php extension and PHP is active. \t זה אומר ל-Apache לשלוח את כל בקשות PUT ל-URI שתואם את המיקום בו שמתם את השורה שמציינת את מיקום הסקריפט put.php. זה בהנחה, כמובן, ש-PHP מאפשרת סיומות .php וש-PHP פעילה."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "There are several ways to enable output character encoding conversion. \t דוגמה 4. php.ini setting example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The time will be used as specified by the CURLOPT_TIMEVALUE option, or by default the TIMECOND_IFMODSINCE will be used. \t CURLOPT_TIMEVALUE: העבר ערך מסוג long כפרמטר שהוא הזמן בשניות מאז January 1st, 1970. היחס לזמן זה יהיה כפי שהוגדר באפשרות CURLOPT_TIMEVALUE, או על פי ברירת המחדל TIMECOND_IFMODSINCE."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "After installing the Hyperwave SDK, configure PHP with --with-hwapi[ =DIR]. \t In order to activate the hwapi support in PHP you will have to install the Hyperwave SDK first and configure PHP with --with-hwapi= dir$gt;."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Also note that the directive unserialize_callback_func directive became available in PHP 4.2.0. \t Everytime an undefined class should be instanciated, it 'll be called."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The following code fragment demonstrates this: \t תכנתי C מתקדמים מכירים את השימושים השונים בלולאת do..while לצרכי עצירת הרצה באמצע בלוקים של קוד על-ידי שימוש בלולאת do..while ושימוש ב פקודת break. הקוד הבא מדגים זאת:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Japanese character encoding is supported by default. \t Enable mbstring Enable mbstring functions."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "It' s maintained by Chet Ramey, who's also the author of Bash. \t To compile PHP with readline support, you need to configure PHP --with-readline To compile PHP with readline support, you need to configure PHP --with-readline after you 've installed libreadline."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This section contains notes and hints specific to Apache installs of PHP, both for Unix and Windows This section contains notes and hints specific to Apache installs of PHP, both for Unix and Windows versions. \t This section contains notes and hints specific to Apache installs of PHP, both for Unix and Windows versions."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PDF \t Satellite"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mb_ereg_search_getpos \t mb_ereg_search"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns TRUE on success or FALSE on failure. \t It returns TRUE on success, otherwise returns FALSE."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Set this option to a non-zero value and PHP will scan your ~. / netrc file to find your username and password for the remote site that you 're establishing a connection with. \t CURLOPT_NETRC: קבע את הערך לערך השונה מאפס אם ברצונך ש PHP תסרוק את קובץ ~. / netrc כדי למצוא את שם המשתמש והסיסמה עבור האתר המרוחק אליו מתבצע ניסיון להתחברות."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "iconv_get_encoding \t iconv"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "What is PHP? \t 1. מה זה PHP?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "It is possible to do minor customization to the build process by editing the main / config.win32.h.in file. \t Copy this file into your win32build\\lib directory over the file by the same name found in there."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If your script uses session_register(), it will not work in environments where register_globals is disabled. \t If you want to register a session variable inside a function, you need to make sure to make it global using global() or use the session arrays as noted below."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example E-9. \t דוגמה E-9."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Using an emptry string as key will create (or overwrite) a key with an empty string and its value, it is not the same as using empty brackets. \t You can also modify an existing array, by explicitly setting values."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mhash_get_hash_name() example \t דוגמה 1. mhash_get_hash_name() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 3. modifying Title attribute \t דוגמה 3. modifying Title attribute"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Most fdf functions require a fdf resource as their first parameter. \t This extension does not define any configuration directives."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. ibase_connect() example \t דוגמה 1. ibase_connect() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "sha1_file \t similar_text"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. printer_start_doc() example \t דוגמה 1. printer_start_doc() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The PHP CGI binaries are compatible with almost all webservers supporting the CGI standard. \t PHP יכול להיבנות עבור מספר רב של שרתי אינטרנט. אנא הסתכל באפשרויות לשרתים שונים כדי לקבל רשימה של אפשרויות הקונפיגורציה לשרתים השונים. מפרש הCGI הבינארי של PHP מותאם כמעט לכל שרת שתומך בCGI."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pack \t iptcparse"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For related information, see the security chapter titled Using Register Globals. \t אתה עלול למצוא או לא למצוא כל אחד מהאלמנטים הבאים ב-$_SERVER. שים לב שרק כמה, אם בכלל, מהמשתנים הללו יהיו זמינים (ותהיה להם משמעות כלשהי) אם PHP רץ משורת הפקודה."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Cookies names can be set as array names and will be available to your PHP scripts as arrays but seperate cookies are stored on the users system. \t / / set the expiration date to one hour ago setcookie (\"TestCookie\", \"\", time() - 3600); setcookie (\"TestCookie\",\"\", time() - 3600, \"/ ~rasmus /\", \".utoronto.ca\", 1);"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also chdir(), dir, opendir(), is_file() and is_link(). \t See also chdir(), is_file() and is_link()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Serializing objects - objects in sessions \t \"אובייקטים בהמשכים\" - אובייקטים ב session"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If in this case a proper closing identifier is not found then a parse error will result with the line number being at the end of the script. \t However, most programming editors provide a way to save your files with a UNIX line terminator."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php mysql_connect( \"localhost\", \"mysql_user\", \"mysql_password\") or die(\"Could not connect: \". mysql_error()); mysql_select_db(\"mydb\"); mysql_query(\"INSERT INTO mytable (product) values ('kossu')\"); printf (\"Last inserted record has id %d\\n\", mysql_insert_id());? \t ?php mysql_connect( \"localhost\", \"mysql_user\", \"mysql_password\") or die(\"could not connect\"); mysql_select_db(\"mydb\"); mysql_query(\"INSERT INTO mytable (product) values ('kossu')\"); printf (\"Last inserted record has id %d\\n\", mysql_insert_id());?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "vpopmail_alias_get \t vpopmail_auth_user"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. echo() examples \t דוגמה 1. echo() examples"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You can use the optional second parameter and set it to \"1\", if you want to search for the file in the include_path, too. \t If filename begins with neither of these strings, the file will be opened from the filesystem and its contents written to standard output."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In order you want to use the libedit readline replacement, configure PHP --with-libedit[ =DIR]. \t This extension does not define any configuration directives."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "No external libraries are needed to build this extension. \t The functions in this extension implement client access to file servers speaking the File Transfer Protocol FTP as defined in http: / /www.faqs.org / rfcs / rfc959.html."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Like other headers, cookies must be sent before any output from your script (this is a protocol restriction). \t setcookie() defines a cookie to be sent along with the rest of the header information."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For example, you can now use $_SERVER[ \"DOCUMENT_ROOT\"] instead of $DOCUMENT_ROOT. \t Environment variables are normal global variables, so you must either declare them as global variables in your function (by using \"global $DOCUMENT_ROOT;\", for example) or by using the global variable array (ie, \"$GLOBALS[\"DOCUMENT_ROOT\"]\"."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This feature requires a C runtime library that provides the fopencookie() This feature requires a C runtime library that provides the fopencookie() function. \t This module uses the functions of zlib by Jean-loup Gailly and Mark Adler to transparently read and write gzip (.gz) compressed files."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "1999 or 2003 \t z - day of the year; i.e. \"0 \"to \"365\""} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "It also provides a function domxml_xmltree() to turn the complete XML document into a tree of PHP objects. \t Especially those non object oriented functions should be avoided."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also count_chars(), strpos(), substr(), and strstr(). \t print substr_count( \"This is a test\", \"is\"); / / prints out 2"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Description \t ערך FALSE (הסתכל בסוג boolean)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Prev \t Description void mssql_min_message_severity (int severity)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Include IMSp support (DIR is IMSP's include dir and libimsp.a dir). \t Include mm support for session storage."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Include unixODBC support. \t Defaults to / home / sybase."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "@attr [set] type=value query \t @attr set type=value query"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Two properties are available once the directory has been opened. \t void close();"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "call_user_func \t create_function"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $db = pg_connect ('dbname=foo'); / / This is safe, since $_POST is converted automatically $res = pg_insert($db, 'post_log', $_POST); if ($res) {echo \"POST data is succesfully logged\\n\";} else {echo \"User must have sent wrong inputs\\n\";}? \t ?php $db = pg_connect ('dbname=foo'); / / This is safe, since $_POST is converted autotmatically $res = pg_insert($db, 'post_log', $_POST); if ($res) {echo \"POST data is succesfully logged\\n\";} else {echo \"User must have sent wrong inputs\\n\";}?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP will understand the URL correctly, because you urlencoded() the data. \t PHP מבינה את ה-URL בצורה הנכונה שלו, משום שלפני-כן נעשה לערך urlencoded()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In many occasions, you may want to compare the same variable (or expression) with many different values, and execute a different piece of code depending on which value it equals to. \t פקודת switch מקבילה לסידרה של פקודות IF באותו ביטוי. במקרים בהם נרצה להשוות את ערכו של משתנה מסויים (או ביטוי) לערכם של ערכים רבים ולבצע פעולות מסויימות המתאימות לערך מסויים של המשתנה. זהו בדיוק המצב בו נמצא שימוש לפקודת switch."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Opening parentheses are counted from left to right (starting from 1) to obtain the numbers of the capturing subpatterns. \t Opening parentheses are counted from left to right (starting from 1) to obtain the numbers of the captur - ing subpatterns."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "returning values \t returing values"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "msession_get \t msession_getdata"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This extension is only available if PHP was configured with --with-dom[ =DIR]. \t This extension make use of the GNOME xml library."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "imap_list \t imap_last_error"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php rename( \"/ tmp / tmp_file.txt\",\" / home / user / login / docs / my_file.txt\");? \t מחזיר TRUE במקרה של הצלחה או FALSE במקרה של כישלון."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ftp_ssl_connect \t ftp_size"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "swf_shapecurveto \t swf_shapefillbitmapclip"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php foreach (glob(\"*.txt\") as $filename) {echo \"$filename size \". filesize($filename). \"\\n\";} / * Output will look something like: funclist.txt size 44686 funcsummary.txt size 267625 quickref.txt size 137820 * /? \t funclist.txt size 44686 funcsummary.txt size 267625 quickref.txt size 137820"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The restriction specified with open_basedir is actually a prefix, not a directory name. \t You can only execute executables within the safe_mode_exec_dir."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The text is also underlined. \t It creates test.pdf with one page."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Tokenizer functions \t URL Functions"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ignore_user_abort \t leak"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ncurses_init_pair \t ncurses_inch"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. ksort() example \t דוגמה 1. ksort() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "atan \t atan2"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "sha1 \t setlocale"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP_INI_ALL \t Unregistering a variable with $_SESSION."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "To be able to use the results of your function in an expression (such as concatenating it with other strings in the example above), you need to return() the value, not echo() it. \t To be able to use the results of your function in an expression (such as concatenating it with other strings in the example above), you need to return the value, not echo() it."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "socket_create \t socket_create_pair"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "DomDocument - xinclude \t DomDocument - html_dump_mem"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "xpath_eval \t xpath_eval_expression"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $a = 1.234; $b = 1.2e3; $c = 7E-10;? \t $a = 1.234; $a = 1.2e3; $a = 7E-10;"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "These options are only used in PHP 4 as of PHP 4.1.0. \t Enable the bundled read-only filePro support."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. fbsql_fetch_field() example \t דוגמה 1. fbsql_fetch_field() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. strrchr() example \t דוגמה 1. strrchr() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "session_cache_expire() returns the current setting of session.cache_expire from php.ini. \t session_cache_expire() returns current cache expire."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The flags which you can unset are \"\\\\Seen\", \"\\\\Answered\", \"\\\\Flagged\", \"\\\\Deleted\", and \"\\\\Draft\" (as defined by RFC2060). \t The flags which you can unset are \"\\\\Seen\", \"\\\\Answered\", \"\\\\Flagged\", \"\\\\Deleted\", \"\\\\Draft\", and \"\\\\Recent\" (as defined by RFC2060)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If you convert an object If you convert an object to an array, you get the properties (member variables) of that object as the array's elements. \t / / this $a = array( 'color '= 'red', 'taste '= 'sweet', 'shape '= 'round', 'name '= 'apple', 4 / / key will be 0); / / is completely equivalent with $a['color'] = 'red'; $a['taste'] = 'sweet'; $a['shape'] = 'round'; $a['name'] = 'apple'; $a[] = 4; / / key will be 0 $b[] = 'a'; $b[] = 'b'; $b[] = 'c'; / / will result in the array array (0 = 'a ', 1 = 'b', 2 = 'c '), / / or simply array('a', 'b', 'c')"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pfpro_process \t pfpro_process_raw"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Generic web server interface that also supports multi-threaded web servers \t ממשק שרתים כללי שתומך גם בשרתי web מרובי-threads."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Calculating the hash and subscribing a user \t דוגמה 1. חישוב ה-hash ורישום משתמש"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_fill_stroke \t pdf_endpath"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "GNU Recode functions \t readline_add_history"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Various parts of the PHP language are represented internally by types like T_SR. \t Various parts of the PHP language are represented internally by stuff like T_SR."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "odbc_close_all \t odbc_binmode"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "cpdf_setgray_stroke \t cpdf_setflat"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "com_load \t com_propget"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "imap_mail_move \t imap_listsubscribed"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The timeout parameter became available in PHP 4.2.0. \t This parameter is only available in CVS."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In other words, $a is an expression with the value of 5 as well. \t אחרי ההצבה הנ\" ל, כצפוי הערך של $a's הוא 5. כמו כן, אם ייתכב בתוכנית $b = $a, התוצאה תהיה כאילו נכתב $b = 5. במילים אחרות, $a הוא \"ביטוי \"עם הערך 5 גם כן."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. pg_affected_rows() \t דוגמה 1. pg_affected_rows()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "cpdf_setflat \t cpdf_setgray"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "That will create two seperate cookies although MyCookie will now be a single array in your script. \t echo $HOME; / * Shows the HOME environment variable, if set. * /"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "De-registers the function named by function_name so it is no longer executed when a tick is called. \t De-registers the function named by func so it is no longer executed when a tick is called."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 2. odbc_fetch_into() 4.0.6 example \t דוגמה 2. odbc_fetch_into() 4.0.6 example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php preg_match_all (\"_BAR_ [^] + (.*) / [^] + _BAR_U\",\" b example: / b div align=left this is a test / div \", $out, PREG_SET_ORDER); print $out[0][0] .\", \".$out[0][1] .\"\\n\"; print $out[1][0] .\", \".$out[1][1] .\"\\n\";? \t preg_match_all (\"_BAR_ [^] + (.*) / [^] + _BAR_U\",\" b example: / b div align=left this is a test / div \", $out, PREG_SET_ORDER); print $out[0][0] .\", \".$out[0][1] .\"\\n\"; print $out[1][0] .\", \".$out[1][1] .\"\\n\";"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Post-increment, which is written '$variable++' evaluates to the original value of $variable, before it was incremented (PHP increments the variable after reading its value, thus the name'post-increment'). \t Post-increment, שנכתב כ '$variable++' מציב את הערך המקורי של $variable, לפני שהוא מגדיל אותו (PHP מגדילה את הערך של המשתנה אחרי שקראה את ערכו, לפיכך השם 'post-increment')."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You can access the PHP program output with a web browser, viewing the PHP page through the server. \t אפליקציות בצד שרת. זהו התחום המסורתי והעיקרי של PHP. יש צורך בשלושה רכיבים בכדי להפעיל מערכת כזו. מפרש CGI) PHP או מודול שרת), שרת web ודפדפן אינטרנט. צריך להפעיל שרת שמקושר להתקנת ה PHP. יש לגשרת לפלט תוכניות ה-PHP בעזרת דפדפן ולצפות בעמוד ה PHP דרך השרת. יש לעיין ב הוראות התקנה למידע נוסף."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. dbx_error() example \t דוגמה 1. dbx_error() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "These functions are mainly to retain compatibilty to older versions of the extension, and should not be used when creating new scripts. \t These function are mainly to retain compatibilty to older versions of the extension but are not encouraged to use anymore in new developments."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Ora_Fetch_Into \t Ora_Exec"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This setting cannot be empty but you can specify a list of encodings supported by mbstring. \t To add support for Type 1 fonts, you can install t1lib (available at ftp: / /sunsite.unc.edu / pub / Linux / libs / graphics /), and then add --with-t1lib[=dir]."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mb_eregi_replace \t mb_ereg_match"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You can also read more about modes on UNIX systems with 'man 1 chmod' and'man 2 chmod '. \t מחזיר TRUE במקרה של הצלחה או FALSE במקרה של כישלון."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Prev \t Description void swf_actionprevframe (void)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "9. make 10. make install 11. copy and rename the php.ini-dist file to your \"bin\" directory from your PHP 4 source directory: cp php.ini-dist / usr / local / bin / php.ini or (if your don't have a local directory) cp php.ini-dist / usr / bin / php.ini \t Other examples for Mac OS X client and Mac OS X server are available at Stepwise."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. array_change_key_case() example \t דוגמה 1. array_change_key_case() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also the GNU Recode functions. \t This extension does not define any constants."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "get_meta_tags \t base64_encode"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "msession_set \t msession_setdata"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "DomNode - add_namespace \t DomNode - append_child"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Sets the path in which to look for php.ini, defaults to PREFIX / lib. \t Include YAZ support (ANSI / NISO Z39.50)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In these cases, you can use the clearstatcache() function to clear the information that PHP caches about a file. \t If you wish to force a new status check, for instance if the file is being checked many times and may change or disappear, use this function to clear the results of the last call from memory."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "It is possible to cause the matching process to obey a subpattern conditionally or to choose between two alternative subpatterns, depending on the result of an assertion, orIt is possible to cause the matching process to obey a subpattern conditionally or to choose between two alternative subpatterns, depending on the result of an assertion, or whether a previous capturing subpattern matched or not. \t It is possible to cause the matching process to obey a sub - pattern conditionally or to choose between two alternative subpatterns, depending on the result of an assertion, orIt is possible to cause the matching process to obey a sub - pattern conditionally or to choose between two alternative subpatterns, depending on the result of an assertion, or whether a previous capturing subpattern matched or not."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. printer_abort() example \t דוגמה 1. printer_abort() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $foo = 1 + \"10.5\"; / / $foo is float (11.5) $foo = 1 + \"-1.3e3\"; / / $foo is float (-1299) $foo = 1 + \"bob-1.3e3\"; / / $foo is integer (1) $foo = 1 + \"bob3\"; / / $foo is integer (1) $foo = 1 + \"10 Small Pigs\"; / / $foo is integer (11) $foo = 4 + \"10.2 Little Piggies\"; / / $foo is float (14.2) $foo = \"10.0 pigs\" + 1; / / $foo is float (11) $foo = \"10.0 pigs \"+ 1.0; / / $foo is float (11)? \t $foo = 1 + \"10.5\"; / / $foo is float (11.5) $foo = 1 + \"-1.3e3\"; / / $foo is float (-1299) $foo = 1 + \"bob-1.3e3\"; / / $foo is integer (1) $foo = 1 + \"bob3\"; / / $foo is integer (1) $foo = 1 + \"10 Small Pigs\"; / / $foo is integer (11) $foo = 1 + \"10 Little Piggies\"; / / $foo is integer (11) $foo = \"10.0 pigs\" + 1; / / $foo is integer (11) $foo = \"10.0 pigs \"+ 1.0; / / $foo is float (11)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Ora_Fetch \t Ora_GetColumn"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "openssl_csr_export_to_file \t openssl_csr_export"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This extension has no configuration directives defined in php.ini. \t An X.509 resource returned from openssl_x509_read"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Analogous to the old $HTTP_SESSION_VARS array (which is still available, but deprecated). \t מערך אסוציאטיבי המכיל את משתני ה-session המועברים לסקריפט הנוכחי."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Records in a result set are numbered 1, 2,... $hits where $hits is the count returned by yaz_hits(). \t If this function is not invoked (only yaz_search()) start is set to 1 and number is set to 10."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. serialize() example \t דוגמה 1. serialize() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For examples on using require_once() and include_once(), look at the PEAR code included in the latest PHP source code distributions. \t יש להשתמש ב - require_once() במקרים בהם יתכן סיפוחו של קובץ מסויים מספר פעמים המהלך הריצה ויש צורך למנוע סיפוח כפול כדי למנוע הגדרה מחודשת של פונקציות ומשתנים שונים."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Users of PHP / FI 2 and many other languages may be familiar with the notation of variable+ + and variable--. \t דוגמא טובה נוספת להסבר צורת קריאת הביטויים: משתמשי PHP / FI 2 ושפות אחרות עשויים להכיר את קיומם של האופרטורים משנתה+ + ו משתנה--. אלו הם האופרטורים לקידום ולהחסרה. ב PHP / FI 2, המשפט '$a++' הוא חסר ערך (הוא אינו ביטוי), ולכן אין בו כל שימוש."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. ingres_query() example \t דוגמה 1. ingres_query() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. array_walk() example \t דוגמה 1. array_walk() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This modifier is available from PHP 4.1.0 or greater on Unix and from PHP 4.2.3 on win32. \t This modifier is available from PHP 4.1.0 or greater."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You 'll only notice this in case of GET request though, because POST requests are usually hidden. \t הערה: תהיה טעות לעשות urlencode() ל - $data, משום שזאת אחריות הדפדפן לעשות urlencode() למידע. כל הדפדפנים הפופולרים עושים זאת נכון. דבר זה קורה בלי קשר לצורת השליחה (כלומר, GET או POST). למרות זאת, רק באופן שליחה של GET תוכל להבחין בזה, משום שאופן שליחה של POST בדרך כלל מוסתר."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "To get these functions to work, you have to configure PHP with --enable-dio. \t This extension does not define any configuration directives."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. copy() example \t דוגמה 1. copy() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php header( \"Location: http: / /www.example.com / \"); / * Redirect browser * / exit; / * Make sure that code below does not get executed when we redirect. * /? \t header( \"Location: http: / /www.example.com / \"); / * Redirect browser * / exit; / * Make sure that code below does not get executed when we redirect. * /"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns FALSE if an error occurs. filetype() will also produce an E_NOTICE message if the stat call fails or if the file type is unknown. \t Returns FALSE if an error occurs."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You can set cookies using the setcookie() function. \t דוגמה 7-3. דוגמת SetCookie"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The JVM is created using JNI, and everything runs in-process. \t PHP 4 ext / java provides a simple and effective means for creating and invoking methods on Java objects from PHP."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_close_pdi_page \t pdf_close_image"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_close_pdi \t pdf_clip"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Access to initialization entries can also be handled with the macros shown in Table 39-1. \t Access to initialization entries can also be handled with the macros shown in טבלה 40-1."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ini_get \t ini_restore"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php echo (int) ((0.1+0.7) * 10); / / echoes 7!? \t echo (int) ((0.1+0.7) * 10); / / echoes 7!"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Enable the security check for internal server redirects. \t DIR is the install directory, and if left out, PHP will try to find it on its own. [experimental]."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The number of arguments which can be passed to your script is not limited by PHP (the shell has a certain size limit in the number of characters which can be passed; usually you won't hit this limit). \t The number of arguments which can be passed to your script is not limited by PHP (the shell has a certain size limit in numbers of characters which can be passed; usually you won't hit this limit)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "substr \t trim"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Change the address and port Change the address and port variables to suit your setup and execute. \t Change the address and port variables to suit your setup and execute."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Once the user has filled in a username and a password, the URL containing the PHP script will be called again with the predefined variables PHP_AUTH_USER, PHP_AUTH_PW, and PHP_AUTH_TYPE Once the user has filled in a username and a password, the URL containing the PHP script will be called again with the predefined variables PHP_AUTH_USER, PHP_AUTH_PW, and PHP_AUTH_TYPE set to the user name, password and authentication type respectively. \t Once the user has filled in a username and a password, the URL containing the PHP script will be called again with the variables, $PHP_AUTH_USER, $PHP_AUTH_PW and $PHP_AUTH_TYPE set to the user name, password and authentication type respectively."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. ereg() Example \t דוגמה 1. ereg() Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "US-ASCII, ISO-8859-1 and UTF-8. \t Note that if you are using Apache-1.3.7 or later, you already have the required expat library."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "openssl_pkey_export_to_file \t openssl_pkcs7_verify"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php foreach ($colors as $key = $color) {/ / won't work: / /$color = strtoupper($color); / / works: $colors[$key] = strtoupper($color);} print_r($colors); / * output: \t foreach ($colors as $key = $color) {/ / won't work: / /$color = strtoupper($color); / /works: $colors[$key] = strtoupper($color);} print_r($colors); / * output:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns TRUE on success or FALSE on failure. \t Returns TRUE if successful; otherwise returns FALSE."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Note that SID is only defined if the client didn 't send the right cookie. \t Note that SID is only defined if the client didn 't sent the right cookie."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "SWFMovie \t SWFShape"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If you are still working with PHP 2, we strongly recommend you to upgrade straight to PHP 4. \t אם עבודתך עדיין מתבצעת עם PHP 2, אנחנו מאוד ממליצים לעדכן ישירות ל-PHP 4."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The name of the class is B, and there is no function called B() in class B. \t ב PHP 3, שום פונקציה בנאית לא נקרא בדוגמא הנ\" ל. החוק ב PHP 3 הוא: 'הבנאי A הוא הפונקציה של אותו שם של המחלקה .'. השם של המחלקה הוא B, ואין שום פונקציה שנקראת B() במחלקה B. לכן כלום לא קורה."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "openssl_x509_export_to_file \t openssl_x509_checkpurpose"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. floor() example \t דוגמה 1. floor() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 2. mysql_query() \t דוגמה 2. mysql_query()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "odbc_result \t odbc_rollback"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Read the Security and chapter for more information. \t This is supported by means of the safe_mode_gid This is supported by means of the safe_mode_gid switch."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This construction can of course contain arbitrarily complicated subpatterns, and it can be nested. \t This construction can of course contain arbitrarily compli - cated subpatterns, and it can be nested."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The option argument is used to indicate what logging options will be used when generating a log message. \t The option argument is used to indicate what loggin options will be used when generating a log message."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. aspell_check() \t דוגמה 1. aspell_check()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "DomNode - child_nodes \t DomNode - child-nodes"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pg_get_notify \t pg_get_result"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For backwards compatibility reasons, the originial access methods are still available for use, although it is suggested to update. \t דוגמה 1. imap_get_quota() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "When you want to restrict access to only the specified directory, end with a slash. \t Safe mode limited functions"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Converting to float \t $var = 'ciao'; $arr = (array) $var; echo $arr[0]; / / outputs 'ciao'"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Jan through Dec \t M - month, textual, 3 letters; e.g. \"Jan \""} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In PHP 4.3.0, getallheaders() became an alias for apache_request_headers(). \t Use phpinfo() to see a list of all of the environment variables defined this way."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If this rule is broken and the closing identifier is not \"clean\" then it's not considered to be a closing identifier and PHP will continue looking for one. \t Since Microsoft Windows uses the sequence \\r\\n as a line terminator, your heredoc may not work if you write your script in a Windows editor."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The behaviour of these functions is affected by settings in php.ini. \t To be able to use the functions defined in this module you must compile your PHP interpreter using the configure line --with-iconv."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Note to Win32 Users: \t This extension is only available if PHP was configured with --with-dom=[ DIR]."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "com_load \t com_load_typelib"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_show_boxed \t pdf_setrgbcolor_fill"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Articles about PHP appeared in Dr. \t מאמרים על PHP הופיעו ב:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This has been corrected in PHP 4.3. \t session.entropy_length session.entropy_length specifies the number of bytes which will be read from the file specified above."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You will need at least libxslt-1.0.18. \t Therefore, if you want to read an XML file and write a modified version use the DomDocument_create_element(), DomDocument_create_text_node(), set_attribute(), etc. and finally DomDocument_dump_mem() functions."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Most servers support F (for full records) and B (for brief records). \t Most servers support F (full) and B (brief)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php / / Here, we use unserialize() to load session data to the / / $session_data array from the string selected from a database. / / This example complements the one described with serialize(). $conn = odbc_connect (\"webdb\", \"php\", \"chicken\"); $stmt = odbc_prepare ($conn, \"SELECT data FROM sessions WHERE id = ?\"); $sqldata = array ($PHP_AUTH_USER); if (!odbc_execute ($stmt, $sqldata) _BAR_ _BAR_ !odbc_fetch_into ($stmt, $tmp)) {/ / if the execute or fetch fails, initialize to empty array $session_data = array();} else {/ / we should now have the serialized data in $tmp[0]. $session_data = unserialize ($tmp[0]); if (!is_array ($session_data)) {/ / something went wrong, initialize to empty array $session_data = array();}}? \t / / Here, we use unserialize() to load session data to the / / $session_data array from the string selected from a database. / / This example complements the one described with serialize(). $conn = odbc_connect (\"webdb\", \"php\", \"chicken\"); $stmt = odbc_prepare ($conn, \"SELECT data FROM sessions WHERE id = ?\"); $sqldata = array ($PHP_AUTH_USER); if (!odbc_execute ($stmt, $sqldata) _BAR_ _BAR_ !odbc_fetch_into ($stmt, $tmp)) {/ / if the execute or fetch fails, initialize to empty array $session_data = array();} else {/ / we should now have the serialized data in $tmp[0]. $session_data = unserialize ($tmp[0]); if (!is_array ($session_data)) {/ / something went wrong, initialize to empty array $session_data = array();}}"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You can also use the environment variable PHPRC for an additional path to search for a php.ini file. \t This is equivalent to calling the PHP function flush() after each and every call to print() or echo() and each and every HTML block."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This function is an alias to imap_lsub() and is identical to it in every way. \t This is almost identical to imap_listmailbox(), but will only return mailboxes the user you logged in as has subscribed."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In PHP 4.0.3, these functions were prefixed by shm rather than shmop. \t To use shmop you will need to compile php with the --enable-shmop parameter in your configure line."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "cn=John Smith,ou=Accounts,o=My Company,c=US \t An example dn might be."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "When safe mode is enabled, PHP checks whether the files or directories you are about to operate on have the same UID (owner) as the script that is being executed. \t הערה: כאשר מצב safe-mode פעיל, PHP תבדוק האם הקבצים\\ספריות שאתה מתכוון לבצע עליהם פעולות, הם בעלי הרשאת משתמש (UID) הזהה לזו של התוכנית המורצת."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "session.use_cookies session.use_cookies specifies whether the module will use cookies to store the session id on the client side. \t Alternatively, you can use the constant SID which is defined, if the client did not send the appropriate cookie."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "domxml_parent() \t satellite_exception_value()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "str_word_count \t str_rot13"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. chr() example \t דוגמה 1. chr() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In order to build the SAPI module (php4isapi.dll for integrating PHP with Microsoft IIS, set your active configuration to php4isapi-whatever-config and build the desired dll. \t Repeat the above steps with php4isapi.dsp (which can be found in sapi\\isapi) in order to build the code necessary for integrating PHP with Microsoft IIS."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "It uses the Oracle8 Call-Interface (OCI8) \t It uses the Oracle8 Call-Interface (OCI8)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "A nice way to debug the existence of cookies is by simply calling print_r( $_COOKIE);. \t דוגמה 2. setcookie() delete examples"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $a = array( array('p', 'h'), array('p', 'r'), 'o'); if (in_array(array ('p', 'h'), $a)) echo \"'ph 'was found\\n\"; if (in_array(array ('f', 'i'), $a)) echo \"'fi' was found\\n\"; if (in_array('o', $a)) echo \"'o 'was found\\n\";? / / This will output: 'ph' was found'o 'was found \t ?php $a = array( array('p', 'h'), array('p', 'r'), 'o'); if (in_array(array ('p', 'h'), $a)) echo \"'ph 'is found\\n\"; if (in_array(array ('f', 'i'), $a)) echo \"'fi' is not found\\n\"; if (in_array('o', $a)) echo \"'o 'is found\\n\";? / / This will output: 'ph' is found 'o 'is found"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_show_xy \t pdf_setrgbcolor_stroke"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "They remember the last single character that is required for a match, and fail early if it is not present in the string.) If the pattern is changed to ((? \\D+) _BAR_ \\d + )*[!?] sequences of non-digits cannot be broken, and failure happens quickly. \t They remember the last single character that is required for a match, and fail early if it is not present in the string.) If the pattern is changed to ((? \\D+) _BAR_ \\d + )*[!?] sequences of non-digits cannot be broken, and failure hap - pens quickly."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "It should be in the \"X-Y\" format, where X or Y may be left out. \t CURLOPT_RANGE: העבר את התחום המבוקש. הפורמט צריך להיות \"X-Y\", כאשר X או Y יכולים להיות ריקים. העברת HTTP תומכת גם במספר פרקי זמן, מופרדים בפסיק כגון:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "SWFSprite - setframes \t SWFShape - setRightFill"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also domnode_append_child(), domdocument_create_element(), domdocument_create_text(), domdocument_create_cdata_section(), domdocument_create_processing_instruction(), domdocument_create_entity_reference(), and domnode_insert_before(). \t See also DomNode_append_child(), DomDocument_create_element(), DomDocument_create_text(), DomDocument_create_cdata_section(), DomDocument_create_processing_instruction(), DomDocument_create_entity_reference(), DomNode_insert_before()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "swf_shapecurveto \t swf_shapecurveto3"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "cpdf_finalize \t cpdf_global_set_document_limits"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mcve_void \t mdecrypt_generic"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "nl2br \t mt_srand"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ereg \t eregi"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Consequently, the API is fully object-oriented. \t Consequently the API is fully object oriented."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "AM or PM \t A - \"AM\" or \"PM \""} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Note: \t Include FrontBase support."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php / / Get the first character of a string $str = 'This is a test .'; $first = $str{0}; / / Get the third character of a string $third = $str{2}; / / Get the last character of a string. $str = 'This is still a test .'; $last = $str{strlen($str)-1};? \t This is fantastic echo \"This square is {$square - width}00 centimeters broad .\"; echo \"This works: {$arr[4][3]}\"; / / This is wrong for the same reason / / as $foo[bar] is wrong outside a string. echo \"This is wrong: {$arr[foo][3]}\"; echo \"You should do it this way: {$arr['foo'][3]}\"; echo \"You can even write {$obj - values[3] - name}\"; echo \"This is the value of the var named $name: {${$name}}\";"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Not every PHP directive is documented below. \t This value defaults to TRUE when operating under the CLI SAPI."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mb_strimwidth() example \t דוגמה 1. mb_strimwidth() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. aspell_suggest() \t דוגמה 1. aspell_suggest()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "money_format \t metaphone"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "fdf_add_doc_javascript \t Forms Data Format functions"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_close_pdi \t pdf_closepath"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Pass a string containing the \"user-agent\" header to be used in an HTTP request. \t CURLOPT_USERAGENT: העבר ערך מסוג מחרוזת המכיל את ה \"user-agent\" header לשימוש ב HTTP request."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "substr_count \t substr"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You can count the number of items in an array using the count() function. \t See array-functions for more information."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "MySQL Functions \t msql_affected_rows"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. localeconv() example \t דוגמה 1. localeconv() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "It is not possible to use db versions starting from 4.1 with PHP prior to version 4.3.0. \t To enable support for db3 add --with-db3[ =DIR]."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ob_get_status \t ob_get_level"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example: +0200 \t O - Difference to Greenwich time in hours; e.g. \"+0200 \""} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Calling this PHP file in your Web browser should give you the output shown in Figure 29-1. \t Calling this PHP file in your Web browser should give you the output shown in תרשים 30-1."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This extension has no resource types defined. \t This extension does not define any resource types."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. fbsql_close() example \t דוגמה 1. fbsql_close() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "msession_get_array \t msession_find"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The following options expect a file descriptor that is obtained by using the fopen() function: \t האפשרויות הבאות מצפות ל file descriptor שהושג תוך שימוש בפונקציית fopen():"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example E-8. \t דוגמה E-8."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Where can I obtain PHP? \t 1. היכן ניתן להשיג את PHP?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. bzread() Example \t דוגמה 1. bzread() Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "dbase_get_record_with_names \t dbase_get_record"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. printer_select_font() example \t דוגמה 1. printer_select_font() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Arguably, this was the key to PHP 3.0 's tremendous success. \t Hypertext Preprocessor '."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "SWFGradient - addEntry \t swffont - getwidth"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. error_reporting() examples \t Error Integer changes"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The maximum number of persistent mSQL connections per process. \t The default location is / usr / local / Hughes."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns the current directory or FALSE on error. \t Returns the current directory, or FALSE on error."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $username = $_SERVER[ 'REMOTE_USER']; / / using an authentication mechanisim $homedir = \"/ home / $username\"; if (!ereg('^[^. / ][^ / ]*$', $userfile)) die('bad filename'); / /die, do not process if (!ereg('^[^. / ][^ / ]*$', $username)) die('bad username'); / /die, do not process / /etc...? \t ?php $username = $HTTP_SERVER_VARS[ 'REMOTE_USER']; / / using an authentication mechanisim $homedir = \"/ home / $username\"; if (!ereg('^[^. / ][^ / ]*$', $userfile)) die('bad filename'); / /die, do not process if (!ereg('^[^. / ][^ / ]*$', $username)) die('bad username'); / /die, do not process / /etc...?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Pass a string formatted in the [username] :[password] format for connection to the HTTP proxy. \t CURLOPT_PROXYUSERPWD: העבר ערך מסוג מחרוזת בפורמט [username] :[password], להתחברות ל HTTP proxy."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If register_globals is disabled, only members of the global associative array $_SESSION can be registered as session variables. \t session.auto_start session.auto_start specifies whether the session module starts a session automatically on request startup."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "From PHP version 4.2.3 you will atleast need CURL version 7.9.0 or higher. \t על מנת להשתמש ב CURL functions עליך להתקין את חבילת ה CURL."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "..the source code for the DNS name resolver used by PHP from http: / /www.php.net / extra / bindlib_w32.zip. \t Get the source code for the DNS name resolver used by PHP at http: / /www.php.net / extra / bindlib_w32.zip."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Note that the access time is always modified, regardless of the number of parameters. \t If the third option atime is present, the access time of the given filename is also modified."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If you want your data to be interpreted as one item, you must encode it with urlencode(). \t כתובת אינטרנט (URL): כתובת אינטרנט מורכבת מכמה חלקים. אם ברצונך שהמידע יתורגם כפריט (item) אחד, חובה עליך לקודד אותו בעזרת הפונקציה urlencode()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. pg_delete \t דוגמה 1. pg_delete"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "image_type_to_mime_type \t getimagesize"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "fwrite() writes the contents of string to the file stream pointed to by handle. \t fwrite() writes the contents of string to the file stream pointed to by fp."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mkdir (\"/ path / to / my / dir\", 0700); \t מחזיר TRUE במקרה של הצלחה או FALSE במקרה של כישלון."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If it evaluates to FALSE, the execution of the loop ends. \t בתחילת כל איטרציה expr2 מוערך. אם ערכו שווה ל - TRUE, הלולאה תמשיך והפקודות שבלולאה יופעלו. אם הביטוי מוערך ל - FALSE, הלולאה מסתיימת."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Build PHP as thttpd module. \t XML: external libexpat install dir."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You do not need to load any additional extension in order to use these functions. \t Use of $_SESSION (or $HTTP_SESSION_VARS with PHP 4.0.6 or less) is recommended for security and code readablity."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If PHP is not working correctly, it is advisable to use php -i and see whether any error messages are printed out before or in place of the information tables. \t If PHP is not working well, it is advisable to make a php -i and see if any error messages are printed out before or in place of the information tables."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also for, str_pad(), and substr_count(). \t See also: for, str_pad(), and substr_count()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "What are the differences between PHP 3 and PHP 4? \t 5. מה ההבדלים בין PHP 3 ו-PHP 4?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This extension has no resource types defined. \t SIGSTKFLT"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Migrating from PHP3 to PHP4 \t 1. איך עוברים מ-PHP 3 ל-PHP 4?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Backslashes should be escaped, for example: [HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\w3svc\\parameters\\Script Map] \".php\"=\"c:\\\\php\\\\php.exe \"Now merge this registery file into your system; you may do this by double-clicking it. \t Forward slashes should be escaped, for example: [HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\w3svc\\parameters\\Script Map] \".php\"=\"c:\\\\php\\\\php.exe \""} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If there are bugs in your scripts which do not allow the connections to shut down (such as infinite loops), the database with only 16 connections may be rapidly swamped. \t If there are bugs in your scripts which do not allow the connections to shut down (such as infinite loops), a database with only 32 connections may be rapidly swamped."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Pass a string containing the content of the cookie to be set in the HTTP header. \t CURLOPT_COOKIE: העבר ערך מסוג מחרוזת המכיל את תוכן ה cookie שתשלח ב HTTP header."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "January through December \t F - month, textual, long; e.g. \"January \""} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "(PHP 3 = 3.0.3, 4.0.5 - 4.3.0 only) \t (PHP 3 = 3.0.3, PHP 4 = 4.0.5)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Include SAP DB support. \t DIR is the MySQL base directory."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In passive mode, data connections are initiated by the client, rather than by the server. \t ftp_pasv() turns on passive mode if the pasv parameter is TRUE (it turns off passive mode if pasv is FALSE.) In passive mode, data connections are initiated by the client, rather than by the server."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "A static variable exists only in a local function scope, but it does not lose its value when program execution leaves this scope. \t דרך נוספת לגשת טווח המשתנים הגלובלים היא בעזרת המערך המוגדר מראש - $GLOBALS. אפשר לכתוב את הדוגמה הקודמת גם בצורה הזו:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $db = pg_connect ('dbname=foo'); / / This is safe, since $_POST is converted automatically $res = pg_delete($db, 'post_log', $_POST); if ($res) {echo \"POST data is deleted: $res\\n\";} else {echo \"User must have sent wrong inputs\\n\";}? \t ?php $db = pg_connect ('dbname=foo'); / / This is safe, since $_POST is converted autotmatically $res = pg_delete($db, 'post_log', $_POST); if ($res) {echo \"POST data is deleted: $res\\n\";} else {echo \"User must have sent wrong inputs\\n\";}?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mcrypt_generic \t mcrypt_get_block_size"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Table 2. possible values for options \t טבלה 2. possible values for options"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Set this option to a non-zero value and PHP will just list the names of an FTP directory. \t CURLOPT_FTPLISTONLY: קבע את הערך לערך השונה מאפס אם ברצונך ש PHP תציג רק את שמות ספריית ה FTP."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "SWFFont \t SWFGradient"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Use POSIX threads (default). \t Enable japanese encoding translation."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "cpdf_closepath_fill_stroke \t cpdf_closepath"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "These functions allow you to access the mnoGoSearch (former UdmSearch) free search engine. mnoGoSearch is a full-featured search engine software for intranet and internet servers, distributed under the GNU license. mnoGoSearch has a number of unique features, which makes it appropriate for a wide range of applications from search within your site to a specialized search system such as cooking recipes or newspaper search, FTP archive search, news articles search, etc. \t In order to have these functions available, you must compile php with mnogosearch support by using the --with-mnogosearch option."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "But the truth is that there' s one additional value involved here, and that's the value of the assignment itself. \t לפי שעה, משתמשים של PHP / FI 2 לא צריכים להרגיש כל שינוי. בכל מקרה, PHP לקחו את \"הביטויים\" רחוק יותר, ממש כפי שעשו שפות רבות אחרות."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "max \t log10"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If locale is the empty string \"\", the locale names will be set from the values of environment variables with the same names as the above categories, or from \"LANG \". \t LC_NUMERIC for decimal separator (See also: localeconv())"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The whole new language was released under a new name, that removed the implication of limited personal use that the PHP / FI 2.0 name held. \t עד לסוף שנת 1998, PHP גדלה לכדי בסיס משתמשים שמוערך בעשרות אלפים ומאות אלפי שמות מתחם דיווחו על כך ש-PHP מותקנת אצלם, מה שמשתווה כלעשרה אחוזים מהאינטרנט."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_add_outline \t orbit_get_repository_id"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also register_tick_function() and unregister_tick_function(). \t קראו גם על פונקציות register_tick_function() ו - unregister_tick_function()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. asort() example \t דוגמה 1. asort() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This option allows you to set a custom value for any of the configuration directives allowed in php.ini. \t This option allows to set a custom value for any of the configuration directives allowed in php.ini."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "An alternative description is that a subpattern of this type matches the string of characters that an identical standalone pattern would match, if anchored at the current point in the subject string. \t An alternative description is that a subpattern of this type matches the string of characters that an identical stan - dalone pattern would match, if anchored at the current point in the subject string."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "substr() returns the portion of string specified by the start and length parameters. \t Substr returns the portion of string specified by the start and length parameters."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. odbc_fetch_into() pre 4.0.6 example \t דוגמה 1. odbc_fetch_into() pre 4.0.6 example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. getdate() example \t דוגמה 1. getdate() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pg_result_seek \t pg_result_error"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "vpopmail_add_domain_ex \t vpopmail_add_alias_domain_ex"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mb_convert_variables() example \t דוגמה 1. mb_convert_variables() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mysql_list_fields() example \t דוגמה 1. mysql_list_fields() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mb_ereg_replace \t mb_ereg_search"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Compile with remote debugging functions. \t Enable the System V shared memory support."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. arsort() example \t דוגמה 1. arsort() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "SWFFill - moveTo \t SWFDisplayItem - addColor"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Hypertext Preprocessor \"is a widely-used Open Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. \t PHP, ראשי תיבות של \"PHP:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mysql_num_rows() example \t דוגמה 1. mysql_num_rows() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mbstring.internal_encoding defines default internal character encoding. \t Currently, the following character encoding is supported by mbstring Currently, the following character encoding is supported by mbstring module."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Pass an array of FTP commands to execute on the server, after the FTP request has been performed. \t CURLOPT_POSTQUOTE: העבר מערך של פקודות FTP שיש לצע על השרת המרוחק אחרי ביצוע בקשת ה FTP."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "$tmpfname = tempnam (\"/ tmp\", \"FOO\"); $handle = fopen($tmpfname, \"w\"); fwrite($handle, \"writing to tempfile\"); fclose($handle); / / do here something unlink($tmpfname); \t $tmpfname = tempnam (\"/ tmp\", \"FOO\"); $fp = fopen($tmpfname, \"w\"); fwrite($fp, \"writing to tempfile\"); fclose($fp); / / do here something unlink($tmpfname);"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. fbsql_data_seek() example \t דוגמה 1. fbsql_data_seek() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mailparse_msg_parse \t mailparse_rfc822_parse_addresses"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The module startup and shutdown functions are called whenever a module is loaded and needs initialization; the request startup and shutdown functions are called every time a request is processed (meaning that a file is being executed). \t Please note that they 're really only called once, not when a new Apache process is being created!"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also array_filter(), array_reduce(), and array_walk(). \t See also array_filter() and array_reduce()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "It provides a very good overview of what PDFlib is capable of doing and contains the most up-to-date documentation of all functions. \t Please see the PDFlib installation section for more information about compiling PDF support into PHP."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If you 're really unsure about compatibility you should install PHP 4 in a test environment and run your scripts there. \t PHP 4 עוצבה בכדי להיות תואמת לגירסאות קודמות של PHP במידת האפשר ורק פונקציות מסויימות מאוד שונו בזמן התהליך. אם באמת אינך בטוח בקשר לתאימות מומלץ להתקין את PHP 4 בסביבת בדיקה (test environment) ולנסות להריץ סקריפטים שבהם אינך בטוח בצורה הזו."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The cache limiter defines which cache control HTTP headers are sent to the client. \t The cache limiter controls the cache control HTTP headers sent to the client."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 2. pdfclock example from PDFlib distribution \t דוגמה 2. pdfclock example from PDFlib distribution"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "When specifying RESTRICT, an error is returned if there are dependent objects (e.g., VIEWs), while with CASCADE, dependent objects will be deleted along with the specified table. \t Notes on the use of various SQL types:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This function invokes a CCL parser. \t This function invokes the CCL parser."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "bcpowmod \t bcpow"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "13. cp php.ini-dist / usr / local / lib / php.ini You can edit your .ini file to set PHP options. \t 11. cp php.ini-dist / usr / local / lib / php.ini You can edit your .ini file to set PHP options."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In otherwords, you' ll most likely set this with the time() function plus the number of seconds before you want it to expire. \t The secure indicates that the cookie should only be transmitted over a secure HTTPS connection."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "gmp_div_r \t gmp_com"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. swfmovie - streammp3() example \t דוגמה 1. swfmovie - streammp3() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. swfbutton() example \t דוגמה 1. swfbutton() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "vpopmail.directory \t tokenizer.global_string"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The optional role parameter was added in PHP 4.0.0 and is functional only with InterBase 5 and up. \t It is functional only with InterBase 5 and versions higher than that."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "List of Resource Types \t swf Predefined Constants"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Using serialize to save an object will save all variables in an object. \t serialize() מחזיר מחרוזת שמכילה \"שטף בתים \"שמייוצגות על ידי ערך כלשהו שיכול להיות שמור ב PHP. unserialize() משתמשים במחרוזת זו ליצירה מחדש של הערכים המקורים של משתנה. שימוש ב serialize לשמרית האובייקט תשמור תשמור את כל המשתנים שבאובייקט. הפונקציות שבאובייקט לא ישמרו, רק השם של המחלקה הוא זה שישמר."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "(PHP 4.3) Before a new child is appended it is first duplicated. \t The child can be created with e.g."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This function is identical to htmlspecialchars() in all ways, except with htmlentities(), all characters which have HTML character entity equivalents are translated into these entities. \t This function is identical to htmlspecialchars() in all ways, except that all characters which have HTML character entity equivalents are translated into these entities."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If the last two examples above seem odd, see String conversion to numbers. \t If the last two examples above seem odd, see String conversion."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "'w+' - Open for reading and writing; place the file pointer at the beginning of the file and truncate the file to zero length. \t mode may be any of the following:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The value parameter should be a string for the following values of the option parameter: \t המשתנה value צריך להיות מסוג string בשביל הערכים הבאים של המשתנה option:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "imap_listscan \t imap_listmailbox"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Generalized build process under UNIX \t תהליך בנייה מוכלל תחת UNIX"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Table 1. openssl_x509_checkpurpose() purposes \t טבלה 1. openssl_x509_checkpurpose() purposes"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "readline \t GNU Recode functions"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Used under Windows only: \t שם DNS או כתובת IP של שרת ה-SMPT בשפת PHP תחת ווינדוס יכול. דואר() לשמש לשליחת דואר בעזרת פונקציית ה"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "image_type_to_mime_type \t image2wbmp"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mssql_free_statement \t mssql_get_last_message"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php / / this $a = array( 'color '= 'red', 'taste' = 'sweet', 'shape '= 'round', 'name' = 'apple', 4 / / key will be 0); / / is completely equivalent with $a['color'] = 'red'; $a['taste'] = 'sweet'; $a['shape'] = 'round'; $a['name'] = 'apple'; $a[] = 4; / / key will be 0 $b[] = 'a'; $b[] = 'b'; $b[] = 'c'; / / will result in the array array(0 = 'a ', 1 = 'b', 2 = 'c'), / / or simply array('a', 'b', 'c')? \t / / Array as (property -)map $map = array ('version '= 4, 'OS' = 'Linux ', 'lang' = 'english ', 'short_tags' = true); / / strictly numerical keys $array = array (7, 8, 0, 156, -10); / / this is the same as array (0 = 7, 1 = 8,...) $switching = array (10 / / key = 0, 5 = 6, 3 = 7, 'a '= 4, 11 / / key = 6 (maximum of integer-indices was 5), '8' = 2 / / key = 8 (integer!), '02 '= 77 / / key = '02', 0 = 12 / / the value 10 will be overwritten by 12); / / empty array $empty = array();"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The file to write the header part of the output into. \t CURLOPT_WRITEHEADER: הקובץ אליו יש לרשום את חלק ה header של הפלט."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "However, their value can be changed during runtime (which does not make sense for all of those directives, e.g. register_argc_argv). \t ? / * Our simple test application * / echo getcwd(), \"\\n\";?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "/* foreach example 1: value only * / $a = array (1, 2, 3, 17); foreach ($a as $v) {print \"Current value of \\$a: $v.\\n\";} / * foreach example 2: value (with key printed for illustration) * / $a = array (1, 2, 3, 17); $i = 0; / * for illustrative purposes only * / foreach($a as $v) {print \"\\$a[$i] = $v.\\n\"; $i++;} / * foreach example 3: key and value * / $a = array (\"one \"= 1, \"two\" = 2, \"three \"= 3, \"seventeen\" = 17); foreach($a as $k = $v) {print \"\\$a[$k] = $v.\\n\";} / * foreach example 4: multi-dimensional arrays * / $a[0][0] = \"a\"; $a[0][1] = \"b\"; $a[1][0] = \"y\"; $a[1][1] = \"z\"; foreach($a as $v1) {foreach ($v1 as $v2) {print \"$v2\\n\";}} / * foreach example 5: dynamic arrays * / foreach(array(1, 2, 3, 4, 5) as $v) {print \"$v\\n\";} \t /* foreach example 1: value only * / $a = array (1, 2, 3, 17); foreach ($a as $v) {print \"Current value of \\$a: $v.\\n\";} / * foreach example 2: value (with key printed for illustration) * / $a = array (1, 2, 3, 17); $i = 0; / * for illustrative purposes only * / foreach($a as $v) {print \"\\$a[$i] = $v.\\n\";} / * foreach example 3: key and value * / $a = array (\"one \"= 1, \"two\" = 2, \"three \"= 3, \"seventeen\" = 17); foreach($a as $k = $v) {print \"\\$a[$k] = $v.\\n\";} / * foreach example 4: multi-dimensional arrays * / $a[0][0] = \"a\"; $a[0][1] = \"b\"; $a[1][0] = \"y\"; $a[1][1] = \"z\"; foreach($a as $v1) {foreach ($v1 as $v2) {print \"$v2\\n\";}} / * foreach example 5: dynamic arrays * / foreach(array(1, 2, 3, 4, 5) as $v) {print \"$v\\n\";}"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns a string containing a single character read from the file pointed to by handle. \t Returns a string containing a single character read from the file pointed to by fp."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php class Foo {function Var() {$name = 'Bar'; $this - $name(); / / This calls the Bar() method} function Bar() {echo \"This is Bar\";}} $foo = new Foo(); $funcname = \"Var\"; $foo - $varname(); / / This calls $foo - Var()? \t ?php function foo() {echo \"In foo() br \\n\";} function bar($arg = '') {echo \"In bar(); argument was '$arg'. br \\n\";} $func = 'foo'; $func(); $func = 'bar'; $func('test');?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If you want to deliver thumbnails through this function you should send the mimetype information using header() If you want to deliver thumbnails through this function you should send the mimetype information using header() function. \t It is possible that exif_thumbnail() cannot create an image but determine its size."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Where do I find the Browser Capabilities File? \t 6. היכן ניתן למצוא את קובץ היכולת של הדפדפן (Browser Capabilities File)?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This function removes user nick from the IRCG ignore list associated with connection. \t This function remove user nick from your ignore list on the server connected to by connection."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. imap_set_quota() example \t דוגמה 1. imap_set_quota() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "To extract the downloaded files you need a extraction utilitiy (e.g.: \t For starters, get the Cygwin toolkit from the closest cygwin mirror site."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "xpath_eval \t xpath_new_context"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "cpdf_save \t cpdf_save_to_file"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "404 Not Found\");? \t 404 Not Found\");"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Rasmus chose to release the source code for PHP / FI for everybody to see, so that anybody can use it, as well as fix bugs in it and improve the code. \t PHP / FI נכתבה ע\" י רסמוס לרדרוף (Rasmus Lerdrof) בשנת 1995 כערכה של סקריפטי פרל (PERL) כדי לעקוב אחרי כניסות לעמוד קורות החיים המקוון שלו. הוא קרא לערכת הסקריפטים 'Personal Home Page Tools '. כשהדרישה ליעילות גברה, רסמוס כתב מחדש את המנוע בשפת C, המנוע החדש היה מסוגל לתקשר עם מסדי נתונים ואפשר למשתמשים לפתח ישומי ם דינמיים מקוונים פשוטים. רסמוס החליט לשחרר את קוד המקור על מנת שכולם יוכלו לראות אותו וגם לתקן באגים ולשפר אותו."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Since PHP 4.3.0 the CLI SAPI is no longer experimental and the option --enable-cli is on by default. \t The CLI SAPI was released for the first time with PHP 4.2.0, but was still experimental back then and had to be explicitely enabled with --enable-cli when running. / configure."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Thus in PHP 4, the class B would have no constructor function of its own and the constructor of the base class would have been called, printing 'I am the constructor of A. br'. \t גם עניין זה תוקן ב PHP 4 על ידי יצירת החוק הבא: 'הפונקציה הנבאית A היא פונקציה בעלת אות שם של המחלקה שהיא מוגדרת בתוכה. 'לכן ב PHP 4, המחלקה B שאין לה את הבנאית של עצמה תשתמש בפונקציה הבנאית של מחלקת הבסיס, ולפיכך יודפס על המסך 'I am the constructor of A. br'."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "session_unregister() unregisters the global variable named name from the current session. \t session_unregister() unregisters (forgets) the global variable named name from the current session."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "So, to handle such a request you have to first tell your web server that you want a certain PHP script to handle the request. \t בדרך כלל זה יציין שהלקוח רוצה לשמור את התוכן שבא אחרי, כמו: / path / filename.html בעץ הרשת שלך. מובן מאליו שזה לא רעיון טוב עבור Apache או PHP לאשר לכולם באופן אוטומטי לכתוב על קבצים קיימים בעץ הרשת שלך. כדי לטפל בבקשות כאלה, צריך להגיד לשרת שברצונך להפנות בקשות כאלה לסקריפט PHP. על Apache הדבר נעשה על ידי ספריית Script. אפשר לשים את זה כמעט בכל מקום בקובץ הקונפיגורציה של Apache. מקום נפוץ הוא בתוך הבלוק Directory או אולי בתוך הבלוק Virtualhost. שורה כזו תעשה את הטריק:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. ingres_connect() example \t דוגמה 1. ingres_connect() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Support for ASP-style tags was added in 3.0.4. \t הערה: תמיכה בתגיות בסיגנון ASP אפשרית רק מגרסה 3.0.4 ומעלה."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Host may either be the IP address in dotted-quad notation or the host name. \t A, MX, NS, SOA, PTR, CNAME, or ANY."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. unpack() format string \t דוגמה 1. unpack() format string"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PUT requests are much simpler than a file upload and they look something like this: \t PHP מספקת תמיכה בשיטת HTTP PUT שבה משתמשים netscape composer ו-W3C Amaya. בקשת PUT פשוטות יותר מהעלאת קבצים, והן נראות בערך ככה:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. php_sapi_name() Example \t דוגמה 1. php_sapi_name() Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This happens when you use the echo() or print() This happens when you use the echo() or print() functions, or when you compare a variable value to a string. \t 9 / p '* / $num = 9; $str = \"p Number: $num / p\"; / * This one will be' p Number: $num / p '* / $num = 9; $str =' p Number: $num / p '; / * Get the first character of a string * / $str = 'This is a test .'; $first = $str{0}; / * Get the last character of a string. * / $str = 'This is still a test .'; $last = $str{strlen($str)-1};?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "0 through 23 \t G - hour, 24-hour format without leading zeros; i.e. \"0 \"to \"23\""} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "How to find more information about PHP \t כיצד לקבל מידע נוסף אודות PHP"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mysql_get_proto_info Example \t דוגמה 1. mysql_get_proto_info Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 2. parsemoldb.php - parses moldb.xml into and array of molecular objects \t דוגמה 2. parsemoldb.php - parses moldb.xml into and array of molecular objects"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "imagegd \t imagegif"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php if( $_COOKIE['username']) {/ / can only come from a cookie, forged or otherwise $good_login = 1; fpassthru (\" / highly / sensitive / data / index.html\");}? \t ?php if( $HTTP_COOKIE_VARS['username']) {/ / can only come from a cookie, forged or otherwise $good_login = 1; fpassthru (\" / highly / sensitive / data / index.html\");}?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "DIR is the Adabas base install directory, defaults to / usr / local. \t DIR is the mSQL base install directory, defaults to / usr / local / Hughes."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php / / remove a file from the user' s home directory $username = $_POST['user_submitted_name']; $homedir = \"/ home / $username\"; $file_to_delete = \"$userfile\"; unlink (\"$homedir / $userfile\"); echo \"$file_to_delete has been deleted !\";? \t ?php / / remove a file from the user' s home directory $username = $HTTP_POST_VARS['user_submitted_name']; $homedir = \"/ home / $username\"; $file_to_delete = \"$userfile\"; unlink ($homedir / $userfile); echo \"$file_to_delete has been deleted !\";?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. pg_update \t דוגמה 1. pg_update"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. split() Example \t דוגמה 1. split() Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Note to Win32 Users: \t In this case, you should install libiconv library."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. fscanf() Example \t דוגמה 1. fscanf() Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If the optional url parameter is supplied then the CURLOPT_URL option will be set to the value of the parameter. \t הפונקציה curl_init() מאתחלת session חדש ומחזירה מצביע CURL לשימוש עם curl_setopt(), curl_exec() ,ו curl_close() functions. אם המשתנה האופציונלי url יסופק לפונקציה אזי האופציה CURLOPT_URL תקבל את ערך המשתנה באופן אוטומטי. ניתן לקבוע בצורה ידנית את ערכו של המשתנה על ידי שימוש בפונקצית curl_setopt()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ftp_get_option \t ftp_fput"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If the array that array_walk() is applied to is changed, the behavior of this function is undefined, and unpredictable. \t If the array is changed, the behavior of this function is undefined."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also ftp_get(). \t Returns TRUE on success, FALSE on error."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "call_user_method_array \t Class / Object Functions"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Include CyberCash support. \t Enable FTP support."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This function is binary-safe. \t This function was introduced in PHP 4.3.0."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The extension allows you to operate on an XML document with the DOM API. \t The extension still contains many old functions, but they should not be used anymore."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "NULL object( stdClass)(0) {} \t function Test() {static $a = 0; echo $a; $a++;}"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "SWFMorph \t SWFMovie"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Some are available in older versions of PHP 4, some even in PHP 3, some only in PHP 4.1.0. \t DIR is the fribidi installation directory - default / usr / local /."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. convmap example \t דוגמה 1. convmap example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. socket_strerror() example \t דוגמה 1. socket_strerror() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also setlocale(). \t See also: setlocale()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If you need to handle bigger numbers, take a look at the arbitrary precision math functions. \t These math functions will only handle values within the range of the integer and float types on your computer. (this corresponds currently to the C types long resp. double) If you need to handle bigger numbers, take a look at the arbitrary precision math functions."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns TRUE on success or FALSE on failure. \t מחזיר TRUE במקרה של הצלחה או FALSE במקרה של כישלון."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "openssl_x509_export_to_file \t openssl_x509_export"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Thus, if you use mnoGoSearch with MySQL, during PHP configuration you have to indicate the directory of your MySQL installation, that was used during mnoGoSearch configuration, i.e. for example: --with-mnogosearch --with-mysql= / usr. \t Thus, if you use mnoGoSearch with mysql, during php configuration you have to indicate directory of mysql installation, that was used during mnoGoSearch configuration, i.e. for example: --with-mnogosearch --with-mysql= / usr."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. ncurses_getmouse() example \t דוגמה 1. ncurses_getmouse() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "swf_ortho2 \t swf_ortho"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "zval *new_array, *new_element; int key = 2; MAKE_STD_ZVAL(new_array); MAKE_STD_ZVAL(new_element); array_init(new_array); ZVAL_LONG(new_element, 10); if(zend_hash_index_update(new_array - value.ht, key, (void *) new_element, sizeof(zval *), NULL) == FAILURE) {/ / do error handling here} \t zval *new_array, *new_element; int key = 2; MAKE_STD_ZVAL(new_array); MAKE_STD_ZVAL(new_element); if(array_init(new_array) == FAILURE) {/ / do error handling here} ZVAL_LONG(new_element, 10); if(zend_hash_index_update(new_array - value.ht, key, (void *) new_element, sizeof(zval *), NULL) == FAILURE) {/ / do error handling here}"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mysql_fetch_object() example \t דוגמה 1. mysql_fetch_object() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Back - tracking past it to previous items, however, works as normal. \t Back - tracking past it to previous items, however, works as nor - mal."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Stream functions \t String functions"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "These are the differences between constants and variables: \t קבועים יכולים להיות מוגדרים ללא התחשבות scoping rulesבחוקי טווחי משתנים"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. pspell_check() \t דוגמה 1. pspell_check()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "SWFFill \t SWFFont"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Sets the file position indicator for handle to the beginning of the file stream. \t Sets the file position indicator for fp to the beginning of the file stream."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mb_ereg_search \t mb_eregi"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You can set this parameter to TIMECOND_IFMODSINCE or TIMECOND_ISUNMODSINCE. \t CURLOPT_TIMECONDITION: העבר ערך מסוג long כפרמטר הקובע כיצד יש להתיחס ל CURLOPT_TIMEVALUE. ניתן לקבוע את הערך ל TIMECOND_IFMODSINCE או ל TIMECOND_ISUNMODSINCE. זהו HTTP-only feature."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "imagerotate \t imagesetbrush"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also domnode_append_child(), domdocument_create_element(), domdocument_create_comment(), domdocument_create_text(), domdocument_create_attribute(), domdocument_create_processing_instruction(), domdocument_create_entity_reference(), and domnode_insert_before(). \t See also DomNode_append_child(), DomDocument_create_element(), DomDocument_create_comment(), DomDocument_create_text(), DomDocument_create_attribute(), DomDocument_create_processing_instruction(), DomDocument_create_entity_reference(), DomNode_insert_before()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Pass an array of FTP commands to perform on the server prior to the FTP request. \t CURLOPT_QUOTE: העבר מערך של פקודות FTP שיש לצע על השרת המרוחק לפני ביצוע בקשת ה FTP."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "break ends execution of the current for, foreach while, do..while or switch structure. \t פקודת break תגרום לעצירת הריצה של מבנה הבקרה הנוכחי מסוג for, foreach while, do..while או switch."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns TRUE on success or FALSE on failure. \t The file pointed to by fp is closed."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mailparse_msg_get_part \t mailparse_msg_get_structure"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Ora_Fetch \t Ora_Fetch_Into"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Include DBMaker support. \t GD:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mSQL functions \t msql"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pg_fetch_result() returns values from a result resource returned by pg_query(). row is integer. field is field name (string) or field index (integer). \t pg_fetch_result() returns values from a result resource returned by pg_query(). row is integer. field is field name(string) or field index (integer)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "It 's important that you do not copy the IMAP source files directly into the system include directory as there may be conflicts. \t To get these functions to work, you have to compile PHP with --with-imap."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "array_merge_recursive \t array_map"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Home \t Security"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For more details, including notes on browser bugs, see the setcookie() function. \t לעוד פרטים, כולל הערות על באגים בדפדפנים, ניתן לגשת לפונקציית setcookie()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "fbsql_database \t fbsql_database_password"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "fbsql_database_password \t fbsql_data_seek"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. readline() \t דוגמה 1. readline()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "After a succcessfull compiling run you will find the php.exe in either the directory Release_TS\\cli\\ or Debug_TS\\cli\\. \t For command line users, make sure that you either have the C+ + environment variables registered, or have run vcvars.bat, and then execute one of the following:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also while, for, and if for further examples. \t לדוגמאות נוספות, ראה גם בפרקים על while, for, ו - if."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You may or may not find any of the following elements in $_SERVER. \t שם הקובץ של התסריט שרץ כרגע, יחסי לשורש המסמכים. לדוגמה, $_SERVER[ 'PHP_SELF'] בתסריט בכתובת http: / /example.com / test.php / foo.bar יהיה / test.php / foo.bar."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "fdf_open_string \t fdf_open"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Name \t Directive"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. fbsql_fetch_assoc() example \t דוגמה 1. fbsql_fetch_assoc() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "hw_api - objectbyanchor \t hw_api_object - assign"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. imap_createmailbox() example \t דוגמה 1. imap_createmailbox() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "swf_ortho \t swf_perspective"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "SWFSprite - add \t SWFShape - addFill"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. imap_getmailboxes() example \t דוגמה 1. imap_getmailboxes() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "After every document is referenced by its corresponding URL, meta-data is collected by the indexer for later use in a search process. \t mnoGoSearch is a full-featured search engine software for intranet and internet servers, distributed under the GNU license. mnoGoSearch has number of unique features, which makes it appropriate for a wide range of application from search within your site to a specialized search system such as cooking recipes or newspaper search, ftp archive search, news articles search, etc."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. fbsql_connect() example \t דוגמה 1. fbsql_connect() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. printer_select_brush() example \t דוגמה 1. printer_select_brush() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This is most likely not implemented on your operating system. \t This is one of SOCK_STREAM, SOCK_DGRAM, SOCK_SEQPACKET, SOCK_RAW, SOCK_RDM, or SOCK_PACKET."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Initializing a new CURL session and fetching a webpage \t דוגמה 1. אתחול של CURL session והבאת דף הבית"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "NTLM', FALSE);? \t NTLM' ,false);"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "function debug( $var, $val) echo \"***DEBUGGING\\nVARIABLE: $var\\nVALUE :\"; if (is_array($val) _BAR_ _BAR_ is_object($val) _BAR_ _BAR_ is_resource($val)) print_r($val); else echo \"\\n$val\\n\"; echo \"***\\n\";} $c = mysql_connect(); $host = $_SERVER[\"SERVER_NAME\"]; call_user_func_array ('debug', array(\"host\", $host)); call_user_func_array ('debug', array(\"c\", $c)); call_user_func_array ('debug', array(\"_POST\", $_POST)); \t function debug( $var, $val) echo \"***DEBUGGING\\nVARIABLE: $var\\nVALUE :\"; if (is_array($val) _BAR_ _BAR_ is_object($val) _BAR_ _BAR_ is_resource($val)) print_r($val); else echo \"\\n$val\\n\"; echo \"***\\n\";} $c = mysql_connect(); $host = $HTTP_SERVER_VARS[\"SERVER_NAME\"]; call_user_func_array ('debug', array(\"host\", $host)); call_user_func_array ('debug', array(\"c\", $c)); call_user_func_array ('debug', array(\"HTTP_POST_VARS\", $HTTP_POST_VARS));"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. addcslashes() example \t דוגמה 1. addcslashes() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "socket_connect \t socket_create"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "However, do not rely on this behaviour, as it can change without notice. \t However, do not relay on this behaviour, as it can change without notice."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns TRUE on success or FALSE on failure. \t Returns TRUE on success and FALSE on failure."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. str_replace() example \t דוגמה 1. str_replace() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_close \t pdf_closepath"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "cpdf_set_font \t cpdf_set_font_map_file"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $error_descriptions[ 1] = \"A fatal error has occured\"; $error_descriptions[2] = \"PHP issued a warning\"; $error_descriptions[8] = \"This is just an informal notice\";? \t For example, you already cannot use the words empty and default this way, since they are special keywords."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "OCI8 \t Satellite"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "output_encoding \t דוגמה 1. iconv_set_encoding() example:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For example: $_SESSION[ 'var'] = 'ABC'; \t If $_SESSION (or $HTTP_SESSION_VARS for PHP 4.0.6 or less) is used, assign variable to $_SESSION. i.e. $_SESSION['var'] = 'ABC';"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The main difference from regular while loops is that the first iteration of a do..while loop is guaranteed to run (the truth expression is only checked at the end of the iteration), whereas it's may not necessarily run with a regular while loop (the truth expression is checked at the beginning of each iteration, if it evaluates to FALSE right from the beginning, the loop execution would end immediately). \t לולאות do..while זהות במידה רבה ללולאות while, למעט בדיקת הביטוי בסוף כל איטרציה במקום ביצוע הבדיקה בהתחלה. ההבדל העיקרי בהתנהגות של לולאות אלו הוא שבלולאת do..while, קוד הלולאה ירוץ לפחות פעם אחת (כי התנאי נבדק בסוף הריצה) בעוד שבלולאת while רגילה (שבה התנאי נבדק בתחילת הלולאה), יתכן מצב בו הקוד לא יורץ בכלל. (אם ערכו ההתחלתי של הביטוי שווה ל - FALSE, הלולאה תיפסק מיד.)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "When track_vars is on, it creates some associative arrays, the most important here is: $_POST (this used to be called $HTTP_POST_VARS in PHP versions prior 4.1.0). \t When track_vars is on, it creates some associative arrays, the most important here is: $HTTP_POST_VARS."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php mysql_connect( \"localhost\", \"mysql_user\", \"mysql_password\") or die(\"Could not connect: \". mysql_error()); printf (\"MySQL protocol version: %s\\n\", mysql_get_proto_info());? \t ?php mysql_connect( \"localhost\", \"mysql_user\", \"mysql_password\") or die(\"could not connect\"); printf (\"MySQL protocol version: %s\\n\", mysql_get_proto_info());?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. ftp_set_option() example \t דוגמה 1. ftp_set_option() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "What does PHP stand for? \t 2. מה PHP מסמלת?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "$b = array( 1,1,2,3,5,8); $arr = get_defined_vars(); / / print $b print_r($arr[\"b\"]); / / print path to the PHP interpreter (if used as a CGI) / / e.g. / usr / local / bin / php echo $arr[\"_\"]; / / print the command-line paramaters if any print_r($arr[\"argv\"]); / / print all the server vars print_r($arr[\"_SERVER\"]); / / print all the available keys for the arrays of variables print_r(array_keys(get_defined_vars())); \t $b = array( 1,1,2,3,5,8); $arr = get_defined_vars(); / / print $b print_r($arr[\"b\"]); / / print path to the PHP interpreter (if used as a CGI) / / e.g. / usr / local / bin / php echo $arr[\"_\"]; / / print the command-line paramaters if any print_r($arr[\"argv\"]); / / print all the server vars print_r($arr[\"HTTP_SERVER_VARS\"]); / / print all the available keys for the arrays of variables print_r(array_keys(get_defined_vars()));"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This can be done via the short_tags() function (PHP 3 only), by enabling the short_open_tag configuration setting in the PHP config file, or by compiling PHP with the --enable-short-tags option to configure. \t ושוב יש לציין כי הדרך השנייה מועדפת מאחר ואינה גורמת להתנגשות עם מסמכים מסוג XML כדוגמת XHTML."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also pg_field_prtlen() and pg_field_type(). \t See also pg_field_len() and pg_field_type()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Analogous to the old $HTTP_ENV_VARS array (which is still available, but deprecated). \t מערך אסוציאטיבי של המשתנים המועברים לסקריפט הנוכחי דרך שיטת HTTP GET. משתנה זה מוגדר בכל טווח משתנים כלשהו. נוסף ל-PHP החל מגרסה 4.1.0."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_closepath_fill_stroke \t pdf_close_image"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "array_intersect_assoc \t array_intersect"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "We use Microsoft HTML Help Workshop to generate the Windows HTML Help format of the manual, and of course PHP itself to do some additional conversions and formatting. \t השימוש ב XML כפורמט מקור מאפשר לנו לחולל פלט בגרסאות רבות מקבצי המקור, תוך ניהול מסמך מקור אחד עבור כל הגרסאות. הכלים לעיצוב גרסאות ה - HTML וה - TeX הם Jade, שנכתב ע\" י ג'יימס קלארק ו The Modular DocBook Stylesheets שנכתבו ע \"י נורמן וולש. אנו משתמשים ב סדנת עזרת HTML של מיקרוסופט כדי לחולל את גרסאות עזרת ה-HTML לחלונות של המדריך, וכמובן PHP עצמו בשביל מספר המרות ועיצובים אחרים."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also addslashes(), stripslashes(), get_magic_quotes_runtime(), and ini_get(). \t See also get_magic_quotes_runtime() and set_magic_quotes_runtime()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In addition, URLs can be used with the include(), include_once(), require() and require_once() statements. \t אם אפשרות ה\" URL fopen wrapper \"פעילה (היא פעילה כברירת מחדל אלא אם ציינת מפורשות את דגל ה --disable-url-fopen-wrapper לסקריפט ה - configure (עד גרסה 4.0.3) או שקבעת את פרמטר ה - allow_url_fopen ל-off בקובץ php.ini (בגרסאות חדשות יותר)), ניתן להשתמש בקישורי HTTP ו-FTP כפרמטר לרוב הפונקציות שמקבלות שם קובץ כפרמטר, כולל הפקודות require() ו - include()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If you find you do not want to create some of these modules, use the no_* FLAVOR. \t There are pre-compiled packages available for your release of OpenBSD."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Instead of repeating this string in every example, it will be put into a file which will be included by each example. \t Instead of repeating this string in any example it will be put into a file and be included by each example."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This directive is NOT affected by whether Safe Mode is turned On or Off. \t move_uploaded_file()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. crypt() examples \t דוגמה 1. crypt() examples"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ircg_fetch_error_msg() returns the error from a failed connection. \t ircg_fetch_error_msg() returns the error from the last called ircg function."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also include(), require(), require_once(), get_required_files(), get_included_files(), readfile(), and virtual(). \t מידע נוסף ניתן למצוא בפרקים: include(), require(), require_once(), get_required_files(), get_included_files(), readfile(), ו - virtual()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "trim \t substr_count"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ifx_query() sends a query to the currently active database on the server that's associated with the specified link identifier. \t If the link identifier isn 't specified, the last opened link is assumed."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. fbsql_list_fields() example \t דוגמה 1. fbsql_list_fields() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "hw_api - copy \t hw_api_content - mimetype"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Default \t Default value"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "imap_mail \t imap_mail_move"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "From PHP 4.2.0, trans-sid feature is always compiled. \t session.save_handler session.save_handler defines the name of the handler which is used for storing and retrieving data associated with a session."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_set_value \t pdf_set_text_matrix"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "When a pattern contains an unlimited repeat inside a subpattern that can itself be repeated an unlimited number of times, the use of a once-only subpattern is the only way to avoid some failing matches taking a very long time indeed. \t When a pattern contains an unlimited repeat inside a subpat - tern that can itself be repeated an unlimited number of times, the use of a once-only subpattern is the only way to avoid some failing matches taking a very long time indeed."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If there is no next sibling it returns FALSE (4.3) or null (= 4.3). \t If there is no next sibling it returns false."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "yaz_schema \t yaz_scan_result"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $conn = pg_pconnect (\"dbname=publisher\"); if (!$conn) {echo \"An error occured.\\n\"; exit;} $result = pg_query ($conn, \"SELECT * FROM authors\"); if (!$result) {echo \"An error occured.\\n\"; exit;} while ($row = pg_fetch_row($result, $i)) {for ($j=0; $j count($row); $j++) {echo \"$row[$j] nbsp ;\";} echo \"BR\";}? \t ?php $conn = pg_pconnect (\"dbname=publisher\"); if (!$conn) {echo \"An error occured.\\n\"; exit;} $result = pg_query ($conn, \"SELECT * FROM authors\"); if (!$result) {echo \"An error occured.\\n\"; exit;} $num = pg_num_rows($result); for ($i=0; $i $num; $i++) {$r = pg_fetch_row($result, $i); for ($j=0; $j count($r); $j++) {echo \"$r[$j] nbsp ;\";} echo \"BR\";}?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 2. rawurlencode() example 2 \t דוגמה 2. rawurlencode() example 2"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_open_image_file \t pdf_open_image"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "continue is used within looping structures to skip the rest of the current loop iteration and continue execution at the beginning of the next iteration. \t פקודת continue משמשת במבנים של לולאות כדי לדלג על יתר האיטרציה הנוכחית בלולאה ולהתחיל בהרצת האיטרציה הבאה."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Although not every standard OOP feature is realized in the current version of PHP, many code libraries and large applications (including the PEAR library) are written only using OOP code. \t ב-PHP יש לכם את החופש לבחור את מערכת ההפעלה שלכם ואת שרת האינטרנט שלכם. בנוסף, ניתן לבחור אם לתכנת באופן פרוצדורלי או ב-OPP (תכנות מונחה עצמים), או תערובת של שניהם. למרות שלא כל מאפיניי OOP קיימים ב PHP, קיים מספר רב של ספריות ואפליקציות (כולל ספריית PEAR) שכתובות ב OOP בלבד."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mb_encode_numericentity \t mb_ereg"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "fwrite() returns the number of bytes written, or FALSE on error. \t fwrite() returns the number of bytes written, or -1 on error."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Similarly, you can also have an array index or an object property parsed. \t $beer = 'Heineken'; echo \"$beer's taste is great\"; / / works, \"'\"is an invalid character for varnames echo \"He drunk some $beers\"; / / won't work, 's' is a valid character for varnames echo \"He drunk some ${beer}s\"; / / works"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Array Operators \t String Operators"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also domnode_insert_before(), domnode_clone_node(). \t See also DomNode_insert_before()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. pspell_new() \t דוגמה 1. pspell_new()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "each() is typically used in conjunction with list() to traverse an array; for instance, $_POST: \t each() is typically used in conjunction with list() to traverse an array; for instance, $HTTP_POST_VARS:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 12-8. require_once() is case sensitive \t דוגמה לשימוש ב - require_once() ו - include_once() ניתן למצוא בקוד של PEAR שמצורף לגרסת PHP האחרונה."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. array_fill() example \t דוגמה 1. array_fill() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mb_eregi \t mb_eregi_replace"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "SWFShape \t SWFSprite"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "(PHP 3, PHP 4) \t Returns an array containing the names of the mailboxes."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. dbx_sort() example \t דוגמה 1. dbx_sort() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns record at position pos or empty string if no record exists at given position. \t Returns record at position or empty string if no record exists at given position."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Character encoding may be specified for mbstring functions' encoding parameter. \t דוגמה 6. php.ini setting for SJIS users"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "SWFGradient \t SWFMorph"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. touch() example \t דוגמה 1. touch() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The enclosure parameter was added in PHP 4.3.0. \t Delimiter and enclosure cannot be null and only first character is used when they are specified."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The maximum number of captured substrings is 99, and the maximum number of all subpatterns, both capturing and non-capturing, is 200. \t The maximum number of captured sub - strings is 99, and the maximum number of all subpatterns, both capturing and non-capturing, is 200."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "It is not possible to use echo() in a variable function context. \t It is not possible to use echo() in a variable function context, but you can use print() instead."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "fdf_set_version \t FriBiDi functions"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. fbsql_read_clob() example \t דוגמה 1. fbsql_read_clob() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "SWFFill - skewYTo \t SWFDisplayItem - skewYTo"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Under UNIX, pass --enable-trans-sid to configure. \t Defaults to /."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "These functions interface the CCVS API, allowing you to work directly with CCVS from your PHP scripts. \t These functions interface the CCVS API, allowing you to directly work with CCVS from your PHP scripts."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Pass a long as a parameter that contains the offset, in bytes, that you want the transfer to start from. \t CURLOPT_RESUME_FROM: העבר ערך מסוג long כפרמטר שמכיל את ה offset, בבתים, שההעברה תתחיל ממנה."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "socket_create_listen \t socket_create"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Please read the apache_request_headers() documentation for more information on how this function works. \t You can also get at the value of the common CGI variables by reading them from the environment, which works whether or not you are using PHP as an Apache module."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns the position of the file pointer referenced by handle; i.e., its offset into the file stream. \t Returns the position of the file pointer referenced by fp; i.e., its offset into the file stream."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Table 1. setcookie() parameters explained \t You may also replace any argument with an empty string (\"\") in order to skip that argument."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If there is more than one setting of the same option at top level, the rightmost setting is used. \t If there is more than one set - ting of the same option at top level, the rightmost setting is used."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This is because \"new\" does not return a reference by default, instead it returns a copy. \t נראה שאין כל הבדל, אבל למעשה יש הבדל משמעותי מאוש אחד: $bar1 ו $globalref[ 0] הם לא מיוחסים, הם לא אותו משתנה. זאת בגלל ש \"new \"לא מחזיר יחוס בברירת מחדל, במקום זאת הוא מחזיר עותק."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. wddx_serialize_vars() example \t דוגמה 1. wddx_serialize_vars() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "array \t array_walk"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. strtoupper() example \t דוגמה 1. strtoupper() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mkdir phpdir / ext / ming cp php_ext / * phpdir / ext / ming cd phpdir. / buildconf. / configure --with-ming other config options \t SWFShape - drawCurve - - Draws a curve (relative)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mhash_count \t mhash"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Include OpenLink ODBC support. \t Include GD support (DIR is GD's install dir)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "foreach ($_POST as $var = $value) {echo \"$var = $value br \\n\";} \t foreach ($HTTP_POST_VARS as $var = $value) {echo \"$var = $value br \\n\";}"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Figure 32-2 shows the output. \t You can find a demonstration of the behavior in cross_conversion.php on the accompanying CD-ROM. תרשים 33-2 shows the output."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Variables provided to the script via HTTP POST. \t אם אופציית register_globals מאופשרת, יהיו משתנים אלו זמינים גם כן בטווח המשתנים הגלובלים בנפרד ממערכי ה - $HTTP_*_VARS הו - $_*. למידע נוסף, יש לעיין בפרק אבטחת המידע שכותרתו אופן השימוש ברישום גלובלים."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "There is just one syntax for do..while loops: \t ללולאות do..while יש צורת תחביר אחת בלבד:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "iconv \t ob_iconv_handler"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_new \t pdf_open"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Therefore you will need at least a second rewriting rule to exclude certain URLs like all e.g. starting with http: / /host / Hyperwave This is basically sharing of a namespace by the web and Hyperwave server. \t This is basically sharing of a namespace by the web and Hyperwave server."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The expire header is never sent to the client in this mode. \t Expire header is never sent to the client in this mode."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns TRUE on success or FALSE on failure. socket_getpeername() may also return FALSE if the socket type is not any of AF_INET or AF_UNIX, in which case the last socket error code is not updated. \t מחזיר TRUE במקרה של הצלחה או FALSE במקרה של כישלון. socket_getpeername() may also return FALSE if the socket type is not any of AF_INET or AF_UNIX, in which case the last socket error code is not updated."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For example, you cannot create a connection to a database and store the connection id as a session variable and expect the connection to still be valid the next time the session is restored. \t For example, you can not create a connection to a database and store the connection id as a session variable and expect the connection to still be valid the next time the session is restored."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "hebrev \t get_meta_tags"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mt_srand \t number_format"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "fdf_save_string \t fdf_open"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "There are many ways to access this information, for example: \t כאשר נשלח טופס לסקריפט PHP, כל המשתנים מטופס זה יהיו זמינים בסקריפט. אם ההגדרה של track_vars מאופשרת, משתנים אלו ימוקמו במערכים האסוציאטיבים $HTTP_POST_VARS, $HTTP_GET_VARS, ו\\או $HTTP_POST_FILES, בהתאמה למקור המשתנים."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. opendir() example \t דוגמה 1. opendir() דוגמא"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If you want to be able to unserialize this on page2.php, recreating $a of class A, the definition of class A must be present in page2.php. \t על מנת להשתמש ב unserialize() על אובייקט, המחלקה של אותו אובייקט צריכה להיות ממומשת. ולפיכך, אם יש את האובייקט $a של המחלקה A שבדף page1.php ובוצע serialize עליה, תתקבל מחרוזת שתייחס למחלקה A ואשר תכיל את כל הערכים של המשתנים הקיימים $a. כשיש צורך להשתמש ב unserialize שב page2.php, יצירה מחדש של הובייקט $a של המחלקה A, ההגדקה של המחלקה A חייבת להיות מיוצגת ב - page2.php. זה יכול להעשות לדוגמא על ידי איכסון של הגדרת המחלקה A בתוך קובץ מוכלל והכללת קובץ זה גם ב page1.php וגם ב page2.php."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP and HTML \t PHP ו-HTML"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Reading stops when length bytes have been read or EOF (end of file) reached, whichever comes first. \t Reading stops when length bytes have been read or EOF is reached, whichever comes first."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If you leave this set to a world-readable directory, such as / tmp (the default), other users on the server may be able to hijack sessions by getting the list of files in that directory. \t If you enable register_globals, session_unregister() should be used since session variables are registered as global variables when session data is deserialized."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Furthermore, if the current script file was include() ed, then the value given to return() will be returned as the value of the include() Furthermore, if the current script file was include() ed, then the value given to return() will be returned as the value of the include() call. \t אם מתבצעת קריאה לפונקציה זו מתוך המבנה הראשי של הסקריפט, הרצת הסקריפט תסתיים. אם הקריפט הנוכחי הופעל על-ידי פקודת include() או require(), ריצת הסקריפט הנוכחי תסתיים והסקריפט המקורי ימשיך מהנקודה בה הפסיק. בנוסף, ערך ה - return() יוחזר כערכה של פונקציית ה - include(). אם הקריאה ל - return() התבצעה מהסקריפט הראשי, ביצועו יפסק. אם הסקריפט הנוכחי הוגדר באופציית auto_prepend_file או auto_append_file ב קובץ ההגדרות, ריצת הסקריפט תיעצר."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Use this extension at your own risk. \t In order to have these functions available, you must compile php with Ingres support by using the --with-ingres option."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The documentation is stored in the phpdoc module. \t ניתן למצוא מידע נוסף אודות הורדת קוד המקור ב XML של תיעוד זה ב http: / /cvs.php.net /. התיעוד מאוחסן במודול phpdoc."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The following is an if structure with elseif and else in the alternative format: \t בתחביר האלטרנטיבי מתאים ל - else ול - elseif גם כן. בדוגמה הבאה מופיע משפט if עם elseif ועם else בתחביר אלטרנטיבי:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The flags which you can set are \"\\\\Seen\", \"\\\\Answered\", \"\\\\Flagged\", \"\\\\Deleted\", and \"\\\\Draft\" (as defined by RFC2060). \t The flags which you can set are \"\\\\Seen\", \"\\\\Answered\", \"\\\\Flagged\", \"\\\\Deleted\", \"\\\\Draft\", and \"\\\\Recent\" (as defined by RFC2060)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Handling of binary data. \t This extension does not define any resource types."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. pdf_findfont() example \t דוגמה 1. pdf_findfont() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The resulting FDF will be written to filename. \t The FDF Toolkit provides a way to output the document to stdout if the parameter filename is '. '."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pg_lo_read \t pg_lo_read_all"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. fbsql_fetch_array() example \t דוגמה 1. fbsql_fetch_array() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The page contains the text \"Times Roman outlined\" in an outlined, 30pt font. \t The following example should help to get started."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Function ircg_get_username() returns the username for the specified connection connection. \t Function ircg_get_username() returns the username for specified connection connection."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_set_parameter \t pdf_set_text_rise"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If the optional options is specified, writes the options to that mailbox also. \t If the optional flags is specified, writes the flags to that mailbox also."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If you just want to dump the contents of a file to the output buffer, without first modifying it or seeking to a particular offset, you may want to use the readfile(), which saves you the fopen() call. \t If you just want to dump the contents of a file to stdout you may want to use the readfile(), which saves you the fopen() call."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "SWFTextField \t Miscellaneous functions"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This is not strictly speaking the same thing as including the file and having it inherit the parent file' s variable scope; the script is actually being run on the remote server and the result is then being included into the local script. \t אם מאופשרת אופציית \"URL fopen wrappers\" (שהיא ברירת מחדל בהגדרות), יש באפשרותינו לציין קישור HTTP במקום שם קובץ מקומי. אם שרת המטרה מפרש קבצי PHP, תיתכן העברת משתנים לקישור בשיטת HTTP GET. זה שונה במקצת מסיפוח של קובץ מקומי היורש את המשתנים מהסקריפט הראשי. הסקריפט המרוחק בעצם מורץ ותוצאתו מסופחת לסקריפט המקומי."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Persistent link to DBA database \t Persistent link to DBA base"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This is also the default case for array_change_key_case(). \t There is no installation needed to use these functions, they are part of the PHP core."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Depending on the type of the object the script has to react accordingly. \t First of all you need a PHP script which evaluates the PATH_INFO variable and treats its value as the name of a Hyperwave object."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The syntax must be specified as an OID (Object Identifier) in a raw dot-notation (like 1.2.840.10003.5.10) or as one of the known registered record syntaxes (sutrs, usmarc, grs1, xml, etc.). \t The syntax is specified as an OID (Object Identifier) in a raw dot-notation (like 1.2.840.10003.5.10) or as one of the known registered record syntaxes (sutrs, usmarc, grs1, xml, etc.)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If an error occurs, FALSE is returned and unless the function was called as @readfile, an error message is printed. \t If filename begins with \"http: / /\" (not case sensitive), an HTTP 1.0 connection is opened to the specified server and the text of the response is written to standard output."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "hw_api_attribute - values \t Hyperwave API functions"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ezmlm_hash() calculates the hash value needed when keeping EZMLM mailing lists in a MySQL database. \t הפונקציה ezmlm_hash() מחשבת את ערך ה-hash הדרוש כששומרים רשימות דואר EZMLM במאגר נתונים מסוג MySql."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This list describes how to set up the PHP CGI binary to work with Xitami on Windows. \t חלק זה מכיל רישומים ספציפיים לXitami."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The string may be a plain IP address, a hostname, a network interface name (under UNIX), or just a plain '-' to use the systems default IP address. \t CURLOPT_FTPPORT: העבר ערך מסוג מחרוזת המציין כיצד יש להשיג את כתובת ה IP שתשמש את ה ftp עבור \"POST\". ההוראה POST מציינת לשרת המרוחק להתחבר לכתובת ה IP המצוינת. הערך יכול להיות כתובת IP רגילה, שם מחשב מארח, a network interface name (under UNIX), או '-' כדי לציין את כתובת ה IP שהיא ברירת המחדל של המערכת."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "cpdf_close \t cpdf_closepath"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns TRUE on success or FALSE on failure. \t Storing the session data in a local database. מחזיר TRUE במקרה של הצלחה או FALSE במקרה של כישלון."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "print() is not actually a real function (it is a language construct) so you are not required to use parentheses with it. \t But print(), opposed to echo(), can be called using a variable function."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "$conn = Ora_Logon( \"user@TNSNAME\", \"pass\"); \t $conn = Ora_Logon( \"user emphasis @TNSNAME / emphasis \", \"pass\");"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "A properly installed Cygwin environment provides the mandatory files bison.simple and bison.exe. \t On Windows 95 / 98 setting an environment variable can be done by placing a line in your autoexec.bat."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "DomElement - get_attribute \t DomElement - get_elements_by_tagname"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The members of this group are listed on the front page of this manual. \t הזכויות על מדריך זה © Copyright 1997, 1998, 1999, 2000, 2001, 2002 שמורות לקבוצת התיעוד של PHP. חברי הקבוצה רשומים בראש עמוד זה."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Also note that using ini.zlib.output_compression is preferred over ob_gzhandler(). \t דוגמה 1. ob_gzhandler() Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In private mode, the Expire header sent to the client may cause confusion for some browsers, including Mozilla. \t In private mode, Expire header sent to the client, may cause confusion for some browser including Mozilla."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Beginning with PHP 4.3, bits and channels are present for other image types, too. \t With JPG images, two extras index are returned: channel and bits. channel will be 3 for RGB pictures, and 4 for CMYK pictures. bits is the number of bits for each color."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Otherwise you can use \\r, \\n, or \\0 to end reading (depending on the type parameter, see below). \t Otherwise you can use \\r, \\n or \\0 to end reading (depending on the type parameter, see below)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "magenta - supported when terminal is in color mod \t טבלה 2. ncurses key constants"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Pseudo-types used in this documentation \t NULL"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. swfdisplayitem - multcolor() example \t דוגמה 1. swfdisplayitem - multcolor() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Support for multiple directories was added in 3.0.7. \t You can only execute executables within the safe_mode_exec_dir."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For compatibility reasons, this binding for PDFlib still supports the old functions, but they should be replaced by their new versions. \t For compatibility reasons this binding for PDFlib still supports the old functions, but they should be replaced by their new versions."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns TRUE on success or FALSE on failure. \t If the new user and password authorization fails, the current connected user stays active. מחזיר TRUE במקרה של הצלחה או FALSE במקרה של כישלון."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The value is no longer used in the current toolkit version 5.0. \t The last parameter determines if the field value is to be converted to a PDF Name (isName = 1) or set to a PDF String (isName = 0)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "UCS-4, UCS-4BE, UCS-4LE, UCS-2, UCS-2BE, UCS-2LE, UTF-32, UTF-32BE, UTF-32LE, UCS-2LE, UTF-16, UTF-16BE, UTF-16LE, UTF-8, UTF-7, ASCII, EUC-JP, SJIS, eucJP-win, SJIS-win, ISO-2022-JP, JIS, ISO-8859-1, ISO-8859-2, ISO-8859-3, ISO-8859-4, ISO-8859-5, ISO-8859-6, ISO-8859-7, ISO-8859-8, ISO-8859-9, ISO-8859-10, ISO-8859-13, ISO-8859-14, ISO-8859-15, byte2be, byte2le, byte4be, byte4le, BASE64, 7bit, 8bit and UTF7-IMAP. \t ;; Enable Output Buffering output_buffering = On;; Set mb_output_handler to enable output conversion output_handler = mb_output_handler;; Set HTTP header charset default_charset = Shift_JIS;; Set http input encoding conversion to auto mbstring.http_input = auto;; Convert to SJIS mbstring.http_output = SJIS;; Set internal encoding to EUC-JP mbstring.internal_encoding = EUC-JP;; Do not print invalid characters mbstring.substitute_character = none"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Next you may want to build the CLI version which is designed to use PHP from the command line. \t For GUI users, launch VC++, and then select File = Open Workspace and select php4ts."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The option parameter is the option you want to set, and the value is the value of the option given by the option. \t הפונקציה curl_setopt() מאפשרת לקבוע את האפשרויות של CURL session המזוהה על ידי הפרמטר ch. option היא האופציה אותה ניתן לקבוע, וה value הוא הערך של האופציה שניתנה על ידי option."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "DIR is the CyberCash MCK install directory. \t DIR is the gettext install directory, defaults to / usr / local."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php / / A function that records the time when it is called function profile ($dump = FALSE) {static $profile; / / Return the times stored in profile, then erase it if ($dump) {$temp = $profile; unset ($profile); return ($temp);} $profile[] = microtime ();} / / Set up a tick handler register_tick_function(\"profile\"); / / Initialize the function before the declare block profile (); / / Run a block of code, throw a tick every 2nd statement declare (ticks=2) {for ($x = 1; $x 50; ++$x) {echo similar_text (md5($x), md5($x*$x)), \"br / ;\";}} / / Display the data stored in the profiler print_r (profile (TRUE));? \t pre ?php / / A function that records the time when it is called function profile ($dump = FALSE) {static $profile; / / Return the times stored in profile, then erase it if ($dump) {$temp = $profile; unset ($profile); return ($temp);} $profile[] = microtime ();} / / Set up a tick handler register_tick_function(\"profile\"); / / Initialize the function before the declare block profile (); / / Run a block of code, throw a tick every 2nd statement declare (ticks=2) {for ($x = 1; $x 50; ++$x) {echo similar_text (md5($x), md5($x*$x)), \"lt;br gt ;\";}} / / Display the data stored in the profiler print_r (profile (TRUE));? / pre"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 2. array_flip() example: collision \t דוגמה 2. array_flip() example: collision"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This extension has no configuration directives defined in php.ini. \t This extension does not define any resource types."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The documentation would also need to be done and James Moore came in to help with that. \t כשהרגשתי ש-PHP-GTK יהיה פרוייקט נרחב, הקמתי רשימת תפוצה ומאגרי CVS במיוחד בשבילו. בעזרת קולין ויברוק (Colin viebrock) הוקם גם אתר אינטרנט - gtk.php.net. גם התיעוד היה צריך להיכתב וג'יימס מור (James Moore) הגיע על מנת לעזור בזה."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Pass a string containing the password required to use the CURLOPT_SSLCERT certificate. \t CURLOPT_SSLCERTPASSWD: העבר ערך מסוג מחרוזת המכיל את הסיסמה הנדרשת כדי להשתמש ב CURLOPT_SSLCERT certificate."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "As of PHP 4.3.0, in order to prevent someone from writing a script which reveals the password for a page that was authenticated through a traditional external mechanism, the PHP_AUTH variables will not be set if external authentication is enabled for that particular page and safe mode is enabled. \t In order to prevent someone from writing a script which reveals the password for a page that was authenticated through a traditional external mechanism, the PHP_AUTH variables will not be set if external authentication is enabled for that particular page."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ovrimos_result_all \t ovrimos_prepare"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns TRUE on success or FALSE on failure. \t Outputs arg. מחזיר TRUE במקרה של הצלחה או FALSE במקרה של כישלון."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For example, the pat - tern cat( aract_BAR_erpillar_BAR_) matches one of the words \"cat\", \"cataract\", or \"caterpillar \". \t For example, the pat - tern cat( aract_BAR_erpillar_BAR_) matches one of the words \"cat\", \"cataract\", or \"caterpil-For example, the pat - tern cat(aract_BAR_erpillar_BAR_) matches one of the words \"cat\", \"cataract\", or \"caterpil - lar \"."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Currently, the following character encoding is supported by the mbstring Currently, the following character encoding is supported by the mbstring module. \t ;; Disable Output Buffering output_buffering = Off;; Set HTTP header charset default_charset = EUC-JP;; Set HTTP input encoding conversion to auto mbstring.http_input = auto;; Convert HTTP output to EUC-JP mbstring.http_output = EUC-JP;; Set internal encoding to EUC-JP mbstring.internal_encoding = EUC-JP;; Do not print invalid characters mbstring.substitute_character = none"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_open_image_file \t pdf_open_gif"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php / / Available since PHP 4.1.0 print $_POST[ 'username']; print $_REQUEST['username']; import_request_variables('p', 'p_'); print $p_username; / / Available since PHP 3. print $HTTP_POST_VARS['username']; / / Available if the PHP directive register_globals = on. \t כאר הטופס הנ\" ל נשלח, הערך שמכיל שדה הטקסט בטופס יהיה זמין במשתנה $HTTP_POST_VARS['username']. אם אופציית register_globals מאופשרת, המשתנה יוגדר גם כמשתנה $username שמוגדר בטווח המשתנים הגלובלי."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Hyperwave API functions \t hw_api_attribute"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mcrypt_module_open() Example \t דוגמה 1. mcrypt_module_open() Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Path to the ircg-config script. \t Include iconv support."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "While using PHP in the ecommerce field, you 'll find the Cybercash payment, CyberMUT, VeriSign Payflow Pro and CCVS functions useful for your online payment programs. \t לשימושי עיסקיים בתחון ה-ecommerce, ניתן למצוא מערכות שימושיות כמו Cybercash payment, CyberMUT, Verysign Payflow Pro ו CCVS לצורך תוכנית לתשלום מקוון."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP 3 only! \t GD:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The manuals are updated automatically as the text is updated. \t ניתן להוריד את המדריך בשפות וגרסאות שונות, בין השאר בטקסט פשוט, HTML פשוט, PDF, PalmPilot DOC, PalmPilot iSilo ועזרת HTML לחלונות, מ http: / /www.php.net / docs.php. המדריכים מעודכנים באופן אוטומטי כשהטקסט מתעדכן."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Prior to PHP 4.2.0, Uninitialized class variables will not be reported by get_class_vars(). \t Uninitialized class variables will not be reported by get_class_vars()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The path property is set to path the directory that was opened. \t מנגנון pseudo-object oriented לקריאה מתוך ספריה. המשתנה directory נפתח. שני מאפיינים הינם זמינים לאחר שהספריה נפתחה. ניתן להשתמש במאפיין handle עם פומקציות ספריה נוספות כגון readdir(), rewinddir() and closedir(). המאפיין path מקבל את ערך מיקום הספרייה שנפתחה. ישנן שלושה שיטות אפשריות: read, rewind ו close."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "session.encode_sources \t extname.global_string"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The CLI SAPI does not change the current directory to the directory of the executed script! \t The list of command line options provided by the PHP binary can be queryied anytime by running PHP with the -h switch:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ldap_connect() / / establish connection to server _BAR_ ldap_bind() / / anonymous or authenticated \"login \"_BAR_ do something like search or update the directory and display the results _BAR_ ldap_close() / / \"logout\" \t The Netscape SDK contains a helpful Programmer 's Guide in .html format."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mcrypt_module_is_block_algorithm_mode \t mcrypt_module_is_block_algorithm"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Whether to allow persistent connections to MySQL. \t Wether to allow persistent connections to MySQL."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If you don 't already have an unzip utility, you can get a free version from InfoZip. \t This will provide you most of the popular GNU utilities used by the build process."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "(4.1.0 - 4.2.3 only) \t (4.1.0 - 4.2.1 only)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For more information see the appendix on Debugging PHP. \t The debugger is still under development."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. array_reverse() example \t דוגמה 1. array_reverse() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Note that the disable_functions directive can not be used outside of the php.ini file which means that you cannot disable functions on a per-virtualhost or per-directory basis in your httpd.conf file. \t In safe mode, the uid of the script is added to the realm part of the WWW-Authenticate header if you set this header (used for HTTP Authentication)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Support for character sequences and decrementing arrays was added in 4.1.0. \t # array_reverse can be used to flip the order of a range foreach( array_reverse(range(0,9)) as $number) {echo $number;} # array_map() can be used to turn integers into characters using chr() foreach(array_map('chr', range(ord('a'),ord('z'))) as $character) {echo $character;}"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. bzcompress() Example \t דוגמה 1. bzcompress() Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Bakken, and is dedicated to his first-born daughter, Malin Bakken. \t Bakken) והוקדש לבתו הבכורה, מלין באקן (Malin Bakken)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $foo = True; / / assign the value TRUE to $foo? \t $foo = True; / / assign the value TRUE to $foo"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The time is returned as a Unix timestamp, which is suitable for the date() function. \t The time is returned as a Unix timestamp."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "C:\\WINNT\\SYSTEM32 or C:\\WINDOWS\\SYSTEM32). \t הערה: תמיכה מלאה ב InterBase 6 הוספה ב PHP 4.0."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If you use this option without specifying the path to MySQL, PHP will use the built-in MySQL client libraries. \t By using the --with-mysql By using the --with-mysql configuration option you enable PHP to access MySQL databases."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php header( \"Status: \t header( \"Status:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "InterBase functions \t פונקציות InterBase"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "By default, PHP uses the libc random number generator with the rand() By default, PHP uses the libc random number generator with the rand() function. \t By default, PHP uses the libc random number generator with the rand() function. mt_rand() function is a drop-in replacement for this."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The PHP code is enclosed in special start and end tags that allow you to jump into and out of \"PHP mode\". \t ניתן לשים לב באיזה אופן שונה קוד זה מקוד שנכתב בשפה אחרת כמו פרל ושפת C - - במקום לכתוב את הקוד עם הרבה פקודות להפקת פלט HTML, כותבים HTML עם קוד משולב לביצוע פעולה מסויימת (במקרה זה, הדפסת טקסט). קוד ה-PHP מוקף ב תגיות פתיחה וסגירה מיוחדות שמאפשרות לך לעבור ל\"מצב PHP \"וחזרה ממנו."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php mysql_connect( \"localhost\", \"mysql_user\", \"mysql_password\") or die(\"Could not connect: \". mysql_error()); printf (\"MySQL server version: %s\\n\", mysql_get_server_info());? \t ?php mysql_connect( \"localhost\", \"mysql_user\", \"mysql_password\") or die(\"could not connect\"); printf (\"MySQL server version: %s\\n\", mysql_get_server_info());?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "However, in certain cases, you may want to clear the cached information. \t Therefore, the result of the last call to any of the status functions (listed below) is stored for use on the next such call using the same filename."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_setgray_fill \t pdf_setgray"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "array_walk \t Array Functions"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pg_fetch_all \t pg_fetch_array"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "These functions are listed in the following table. \t The function DomNode_append_child() has changed its behaviour."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pfpro_process \t pfpro_version"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php var_dump( 25 / 7); / / float(3.5714285714286) var_dump((int) (25 / 7)); / / int(3) var_dump(round(25 / 7)); / / float(4)? \t var_dump( 25 / 7); / / output: float(3.5714285714286)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Up to PHP 4.3.0 you are able to add both db2 and db3 handler but only one of them can be used internally. \t This extension does not define any constants."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "C:\\WINNT\\SYSTEM32 or C:\\WINDOWS\\SYSTEM32) \t Please keep in mind that this extension is still considered experimental!"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If you have enabled safe_mode, or open_basedir further restrictions may apply. \t Versions prior to PHP 4.0.5 do not handle HTTP redirects."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php header (\"Content-type: image / jpeg\"); $im = imagecreate (100, 100); $w = imagecolorallocate ($im, 255, 255, 255); $red = imagecolorallocate ($im, 255, 0, 0); / * Draw a dashed line, 5 red pixels, 5 white pixels * / $style = array ($red,$red,$red,$red,$red,$w,$w,$w,$w,$w); imagesetstyle ($im, $style); imageline ($im, 0, 0, 100, 100, IMG_COLOR_STYLED); / * Draw a line of happy faces using imagesetbrush() with imagesetstyle * / $style = array ($w,$w,$w,$w,$w,$w,$w,$w,$w,$w,$w,$w,$red); imagesetstyle ($im, $style); $brush = imagecreatefrompng (\"http: / /www.libpng.org / pub / png / images / smile.happy.png\"); $w2 = imagecolorallocate($brush,255,255,255); imagecolortransparent ($brush, $w2); imagesetbrush ($im, $brush); imageline ($im, 100, 0, 0, 100, IMG_COLOR_STYLEDBRUSHED); imagejpeg ($im); imagedestroy ($im);? \t ?php header (\"Content-type: image / png\"); $im = imagecreate (100, 100); $w = imagecolorallocate ($im, 255, 255, 255); $red = imagecolorallocate ($im, 255, 0, 0); / * Draw a dashed line, 5 red pixels, 5 white pixels * / $style = array ($red,$red,$red,$red,$red,$w,$w,$w,$w,$w); imagesetstyle ($im, $style); imageline ($im, 0, 0, 100, 100, IMG_COLOR_STYLED); / * Draw a line of happy faces using imagesetbrush() with imagesetstyle * / $style = array ($w,$w,$w,$w,$w,$w,$w,$w,$w,$w,$w,$w,$red); imagesetstyle ($im, $style); $brush = imagecreatefrompng (\"http: / /www.libpng.org / pub / png / images / smile.happy.png\"); imagecolortransparent ($brush, $w); imagesetbrush ($im, $brush); imageline ($im, 100, 0, 0, 100, IMG_COLOR_STYLEDBRUSHED); imagepng ($im); imagedestroy ($im);?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns the value on success or FALSE if the given option is not supported. \t Returns the value on success, or FALSE if the given option is not supported."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_set_text_matrix \t pdf_set_parameter"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If the majority of the lines in the file are all larger than 8KB, it is more resource efficient for your script to specify the maximum line length. \t $fd = fopen (\"/ tmp / inputfile.txt\", \"r\"); while (!feof ($fd)) {$buffer = fgets($fd, 4096); echo $buffer;} fclose ($fd);"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. each() examples \t דוגמה 1. each() examples"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "log10 \t log"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You can process the results of a PDF form POST request by writing the data recieved in $HTTP_FDF_DATA to a file and open it using fdf_open(). \t Currently, the file has to be created 'manually' by using fopen() and writing the content of HTTP_FDF_DATA with fwrite() into it."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mcrypt_generic_init \t mcrypt_encrypt"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 5. removing attribute \t דוגמה 5. removing attribute"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You need to download the zip binary distribution from the downloads page at http: / /www.php.net / downloads.php. \t You need to download the zip binary distribution from the downloads page at http: / /www.php.net /."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "; any text on a line after an unquoted semicolon (;) is ignored [php]; section markers (text within square brackets) are also ignored; Boolean values can be set to either:; true, on, yes; or false, off, no, none register_globals = off magic_quotes_gpc = yes; you can enclose strings in double-quotes include_path = \".: / usr / local / lib / php \"; backslashes are treated the same as any other character include_path = \".;c:\\php\\lib\" \t UID / GID checks are bypassed when including files from this directory and its subdirectories (directory must also be in include_path or full path must including)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mysql_get_client_info Example \t דוגמה 1. mysql_get_client_info Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php print_r (get_loaded_extensions());? \t print_r (get_loaded_extensions());"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $rest = substr( \"abcdef\", 0, -1); / / returns \"abcde \"$rest = substr(\"abcdef\", 2, -1); / / returns \"cde\" $rest = substr(\"abcdef\", 4, -4); / / returns \"\" $rest = substr(\"abcdef\", -3, -1); / / returns \"de \"? \t $rest = substr( \"abcdef\", 0, -1); / / returns \"abcde \"$rest = substr(\"abcdef\", 2, -1); / / returns \"cde\" $rest = substr(\"abcdef\", 4, -4); / / returns \"\" $rest = substr(\"abcdef\", -3, -1); / / returns \"de \""} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "aspell_check \t aspell_check_raw"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP 3 only! \t Disable session support."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Disable the URL-aware fopen wrapper that allows accessing files via HTTP or FTP. \t Include libedit readline replacement."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "$trans = get_html_translation_table( HTML_ENTITIES); $str = \"Hallo Frau Krämer\"; $encoded = strtr($str, $trans); \t $trans = get_html_translation_table( HTML_ENTITIES); $str = \"Hallo Frau Krהmer\"; $encoded = strtr($str, $trans);"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ftp_rename() renames the file or directory that is currently named from to the new name to, using the FTP stream ftp_stream. \t ftp_rename() renames the file or directory currently named from to the new name to, on the FTP stream ftp_stream."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ldap_get_values \t ldap_list"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In each case, the basic form of the alternate syntax is to change the opening brace to a colon (:) and the closing brace to endif;, endwhile;, endfor;, endforeach;, or endswitch;, respectively. \t PHP מציעה תחביר חלופי למספר מבני-בקרה כגון if, while, for, foreach, ו - switch. התחביר החלופי מתבטא בפקודה פותחת בשימוש בנקודותיים (:) במקום סוגריים מסולסלים ובפקודה שסוגרת את המבנה כגון: endif;, endwhile;, endfor;, endforeach;, או endswitch;."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Autoglobals, such as $_SERVER, became available in PHP version 4.1.0. $HTTP_SERVER_VARS has been available since PHP 3. \t An example script fragment which would force client authentication on a page would be the following:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Translations \t missing stuff"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The function causes IRC color / font codes to be encoded in HTML and escapes certain entities. \t This feature could be usable, e.g. if someone wants to discuss about an html problem."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Only the superuser may change the group of a file arbitrarily; other users may change the group of a file to any group of which that user is a member. \t מחזיר TRUE במקרה של הצלחה או FALSE במקרה של כישלון."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The handle parameter must be a valid file pointer to a file successfully opened by fopen(), popen(), or fsockopen(). \t Fp must be a valid file pointer to a file successfully opened by fopen(), popen(), or fsockopen()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "When safe mode is enabled, PHP checks whether the directory in which you are about to operate has the same UID (owner) as the script that is being executed. \t הערה: כאשר מצב safe-mode פעיל, PHP תבדוק האם הספרייה שבה אתה רוצה לבצע פעולה, היא בעלת הרשאת משתמש (UID) הזהה לזו של התוכנית המורצת."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "At some point in the future, the PHP team might want to add another constant or keyword, or you may introduce another constant into your application, and then you get in trouble. \t This is also valid for other deprecated 'features'. (put the line error_reporting(E_ALL); in your script)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If you use this option without specifying the path to fbsql, PHP will search for the fbsql client libraries in the default installation location for the platform. \t In order to have these functions available, you must compile PHP with fbsql support by using the --with-fbsql option."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "vpopmail_del_domain_ex \t vpopmail_del_domain"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "To reiterate, inside a double-quoted string, it' s valid to not surround array indexes with quotes so \"$foo[bar] \"is valid. \t See variable parsing in strings for more details."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "imap_ping \t imap_popen"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ncurses_insch \t ncurses_init_color"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Valid numeric data is an optional sign, followed by one or more digits (optionally containing a decimal point), followed by an optional exponent. \t When the first expression is a string, the type of the variable will depend on the second expression."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns TRUE on success or FALSE on failure. on error. \t Sets the value of the specified option to be newval. מחזיר TRUE במקרה של הצלחה או FALSE במקרה של כישלון. on error."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_open_CCITT \t pdf_open"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php define ('BIRD', 'Dodo bird'); / / Parse without sections $ini_array = parse_ini_file(\"sample.ini\"); print_r($ini_array); / / Parse with sections $ini_array = parse_ini_file(\"sample.ini\", TRUE); print_r($ini_array);? \t ?php / / Parse without sections $ini_array = parse_ini_file( \"sample.ini\"); print_r($ini_array); / / Parse with sections $ini_array = parse_ini_file(\"sample.ini\", TRUE); print_r($ini_array);?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ldap_get_values_len \t ldap_get_option"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. ereg_replace() Example \t דוגמה 1. ereg_replace() Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The sleep() function delays program execution for the given number of seconds. \t The sleep function delays program execution for the given number of seconds."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Lookbehinds in conjunction with once-only subpatterns can be particularly useful for matching at the ends of strings; an example is given at the end of the section on once-only subpatterns. \t Lookbehinds in conjunction with once-only subpatterns can be particularly useful for match - ing at the ends of strings; an example is given at the end of the section on once-only subpatterns."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "A file upload screen can be built by creating a special form which looks something like this: \t form enctype=\" multipart / form-data \"action=\"_URL_\" method=\"post \"input type=\"hidden\" name=\"MAX_FILE_SIZE \"value=\"1000\" Send this file: input name=\"userfile \"type=\"file\" input type=\"submit \"value=\"Send File\" / form"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You may want to view the latest php.ini here from CVS. \t If magic_quotes_sybase is also on, a single-quote is escaped with a single-quote instead of a backslash."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If you omit a key, the maximum of the integer-indices is taken, and the new key will be that maximum + 1. \t If a key is the standard representation of a non-negative integer, it will be interpreted as such (i.e. '8 'will be interpreted as 8, while '08' will be interpreted as '08 ')."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "But the most important feature of double-quoted strings is the fact that variable names will be expanded. \t But the most important pre of double-quoted strings is the fact that variable names will be expanded."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "To refer to a file in a subdirectory on your hard disk, you might use something like: \t To refer to a file in a subdirectory on your hard disk, you might use something like"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Variables which are currently registered to a script 's session. \t מערך אסוציאטיבי של המשתנים המועברים לסקריפט הנוכחי מהשרת. ערכים אלו מקבילים למשתני שרת Apache המתוארים למעלה. משתנה זה מוגדר בכל טווח משתנים כלשהו. נוסף ל-PHP החל מגרסה 4.1.0."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 2. in_array() with strict example \t דוגמה 2. in_array() with strict example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. printer_draw_rectangle() example \t דוגמה 1. printer_draw_rectangle() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php header( 'WWW-Authenticate: \t header( 'WWW-Authenticate:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pg_lo_read \t pg_lo_seek"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This option is not available for Windows platforms. \t The restored session variables will only be available in the array $HTTP_SESSION_VARS."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "php4 / main / php.h, located in the main PHP directory. \t php.h, located in the main PHP directory."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Then, any changes made to those elements will be made in the original array itself. \t These warnings may be suppressed by prepending the '@' sign to the array_walk() call, or by using error_reporting()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "FILE is the optional pathname to the Apache apxs tool; defaults to apxs. \t Include ZIP support (requires zziplib = 0.10.6)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Sets the file position indicator for the file referenced by handle .The new position, measured in bytes from the beginning of the file, is obtained by adding offset to the position specified by whence, whose values are defined as follows: \t Sets the file position indicator for the file referenced by fp .The new position, measured in bytes from the beginning of the file, is obtained by adding offset to the position specified by whence, whose values are defined as follows:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "What happens during make install depends on your configure line. \t Unlikely the CGI SAPI, no headers are written to the output."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "fdf_errno \t fdf_get_file"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "session.referer_check contains the substring you want to check each HTTP Referer for. \t Cookies are optimal, but since they are not reliable (clients are not bound to accept them), we cannot rely on them."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "To use shared memory allocation (mm) for session storage configure PHP --with-mm[=DIR]. \t ?php session_start(); if (isset($HTTP_SESSION_VARS['count'])) {$HTTP_SESSION_VARS['count']++;} else {$HTTP_SESSION_VARS['count'] = 0;}?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Gathers the statistics of the file opened by the file pointer handle. \t Gathers the statistics of the file opened by the file pointer fp."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ftp_get \t ftp_get_option"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_concat \t pdf_closepath_fill_stroke"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "A set of macros was introduced into Zend' s API that simplify access to zval containers (see Table 42-1). \t A set of macros was introduced into Zend' s API that simplify access to zval containers (see טבלה 43-1)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Reads a file and writes it to the output buffer. \t Reads a file and writes it to standard output."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "(PHP 3, PHP 4) \t (unknown)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This manual is written in XML using the DocBook XML DTD, using DSSSL (Document Style and Semantics Specification Language) for formatting, and experimentally the XSLT (Extensible Stylesheet Language Transformations) for maintenance and formatting. \t מדריך זה רשום ב XML ומשתמש ב DocBook XML DTD, המשתמש ב DSSSL (Document Style and Semantics Specification Language) לעיצוב, ובאופן ניסיוני ב XSLT (Extensible Stylesheet Language Transformations) לניהול ועיצוב."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Also, much of the PHP Conference Material is freely available. \t הקדמה נחמדה ל-PHP מאת Stig Sזther Bakken ניתן למצוא כאן באתר האינטרנט של Zend. כמו-כן, רוב חומר הדיון ב-PHP ניתן בחינם."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "fdf_add_doc_javascript \t fdf_add_template"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "yaz_scan_result \t yaz_scan"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The statement part of the declare block will be executed - - how it is executed and what side effects occur during execution may depend on the directive set in the directive block. \t חלק ה - statement בפקודת declare הוא פקודה או בלוק של פקודות שיורצו. פרמטר ה - directive יקבע את אופן ההרצה של הפקודות ותופעות נוספות שמתלוות להרצתו."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This means that \"safe_mode_include_dir = / dir / incl\" also allows access to \"/ dir / include\" and \"/ dir / incls\" if they exist. \t This is a still probably incomplete and possibly incorrect listing of the functions limited by safe mode."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For example, to access TIGER you use the PHP constant MHASH_TIGER. \t You need to compile PHP with the --with-mhash parameter to enable this extension."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. fbsql_create_clob() example \t דוגמה 1. fbsql_create_clob() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "While browscap.ini contains information on many browsers, it relies on user updates to keep the database current. \t The information is returned in an object, which will contain various data elements representing, for instance, the browser' s major and minor version numbers and ID string; TRUE / false values for features such as frames, JavaScript, and cookies; and so forth."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The above loop would run one time exactly, since after the first iteration, when truth expression is checked, it evaluates to FALSE ($i is not bigger than 0) and the loop execution ends. \t לולאה זו תורץ פעם אחת בדיוק, מאחר ומייד אחרי האיטרציה הראשונה, ערכו של הביטוי שווה ל - FALSE (ערכו של $i אינו גדול מ-0) וריצת הלולאה תפסק."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For a description of both structures, see Table 32-2, Table 32-3 and Table 32-4. \t For a description of both structures, see טבלה 33-2, טבלה 33-3 and טבלה 33-4."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Attributes which are language depended (like the title, keyword, description) will form an associative array with the keys set to the language abbreviations. \t Attributes which are language depended (like the title, keyword, description) will form an associated array with the key set to the language abbreviation."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Timezone offset in seconds. \t דוגמה 1. date() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "preg_replace_callback \t preg_replace"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_open_image \t pdf_open_jpeg"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Having register_globals off affects the set of predefined variables available in the global scope. \t שם וגרסת הפרוטוקול לקבלת הפניות. (בדרך-כלל 'HTTP / 1.0 ')"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "History of PHP related projects \t ההיסטוריה של פרוייקטים הקשורים ל-PHP"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "DomDocument - xinclude \t DomDocumentType - entities"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If register_globals is enabled, then each global variable can be registered as session variable. \t session.gc_probability session.gc_probability specifies the probability that the gc (garbage collection) routine is started on each request in percent."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php if (!isset($_SERVER['PHP_AUTH_USER'])) {header( 'WWW-Authenticate: \t ?php if (!isset($PHP_AUTH_USER)) {header( \"WWW-Authenticate:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "array_walk() is not affected by the internal array pointer of array. array_walk() will walk through the entire array regardless of pointer position. \t Modifying the array from inside func may cause unpredictable behavior."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "SAFE MODE Restriction in effect. \t chgrp()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_skew \t pdf_show_boxed"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This applies whether or not the follow - ing character would otherwise be interpreted as a meta - character, so it is always safe to precede a non-alphanumeric with \"\\\" to specify that it stands for itself. \t This applies whether or not the follow - ing character would otherwise be interpreted as a meta - character, so it is always safe to precede a non-alphameric with \"\\\" to specify that it stands for itself."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "getallheaders() is an alias for apache_request_headers(). \t This function returns an associative array of all the HTTP headers in the current request."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "eregi \t eregi_replace"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP 4 and the integrated Zend engine have greatly improved PHP 's performance and capabilities, but great care has been taken to break as little existing code as possible. \t PHP 4 and the integrated Zend engine have greatly improved PHPs performance and capabilities, but great care has been taken to break as little existing code as possible."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "while (list ($key, $value) = each ($arr)) {if (!($key% 2)) {/ / skip odd members continue;} do_something_odd ($value);} $i = 0; while ($i+ + 5) {echo \"Outer br \\n\"; while (1) {echo \"nbsp; nbsp;Middle br \\n\"; while (1) {echo\" nbsp; nbsp;Inner br \\n\"; continue 3;} echo \"This never gets output. br \\n\";} echo \"Neither does this. br \\n\";} \t while (list ($key, $value) = each ($arr)) {if (!($key% 2)) {/ / skip odd members continue;} do_something_odd ($value);} $i = 0; while ($i+ + lt; 5) {echo \"Outer br \\n\"; while (1) {echo \"nbsp; nbsp;Middle br \\n\"; while (1) {echo\" nbsp; nbsp;Inner br \\n\"; continue 3;} echo \"This never gets output. br \\n\";} echo \"Neither does this. br \\n\";}"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also imap_open(), imap_set_quota(), imap_get_quotaroot(). \t See also imap_open(), imap_set_quota()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This directory contains core PEAR files. \t At the time of this writing, this is still in the design phase, but it 's being tried to establish something similar to CPAN for Perl here."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You would probably want to perform some checks and / or authenticate the user before performing this file copy. \t בתוך הקובץ put.php צריך לכתוב משהו כזה:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In this case, you will pass in $HTTP_SERVER_VARS[ 'HTTP_USER_AGENT']. \t For more information (including locations from which you may obtain a browscap.ini file), check the PHP FAQ at http: / /www.php.net / FAQ.php."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Next \t List of Resource Types"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Variables provided to the script via the environment. \t מערך אסוציאטיבי של המשתנים המועברים לסקריפט הנוכחי דרך שיטת HTTP GET."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "RFC 1896, RFC 2045, RFC 2046, RFC 2047, RFC 2048, and RFC 2049. \t דואר() מחזירה TRUE אם הדואר נשלח בהצלחה, ו - FALSE אחרת."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_open_pdi \t pdf_open_pdi_page"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "It allows for conditional execution of code fragments. \t מבנה פקודת ה - if הוא אחד המבנים החשובים ביותר בהרבה שפות תכנות לרבות PHP. פקודה זו מאפשרת התנייה של ריצת חלקי קוד. מבנה פקודת if ב - PHP דומה למבנה if בשפת C:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Home \t References Explained"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP Manual \t מדריך PHP"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In order to guarantee maximum compatibility with all clients, the keyword \"Basic\" should be written with an uppercase \"B\", the realm string must be enclosed in double (not single) quotes, and exactly one space should precede the 401 code in the HTTP / 1.0 401 header line. \t In order to guarantee maximum compatibility with all clients, the keyword \"Basic\" should be written with an uppercase \"B\", the realm string must be enclosed in double (not single) quotes, and exactly one space should precede the \"401 \"code in the \"HTTP / 1.0 401\" header line."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $code_retour = $_GET[ \"code-retour\"]; $texte_libre = $_GET[\"texte-libre\"];? \t ?php $code_retour=$HTTP_GET_VARS[ \"code-retour\"]; $texte_libre=$HTTP_GET_VARS[\"texte-libre\"];?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. array_merge_recursive() example \t דוגמה 1. array_merge_recursive() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Another way to delimit strings is by using heredoc syntax (\"\"). \t Another way to delimit strings is by using here doc syntax (\"\")."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP 3 does not care if the function is being defined in class B, or if it has been inherited. \t ב PHP 3, הפונקציה B() שבמחלקה A לפתע תהפוך לבנאית במחלקה B, למרות שלא לזה \"התכוון המשורר\". החוק ב PHP 3 הוא: 'הבנאי A היא הפונקציה בעלת אותו שם של המחלקה. '.ל PHP 3 לא איכפת אם הפונקציה הוגדרה במחלקה B, או הם היא נגזרה ממחלקה A."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. msql_tablename() example \t דוגמה 1. msql_tablename() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "When querying boolean values: \t Returns the value of the configuration option on success, an empty string on failure."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Include Adabas D support. \t DIR is the InterBase base install directory, defaults to / usr / interbase."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "By default, the quantifiers are \"greedy\", that is, they match as much as possible (up to the maximum number of permitted times), without causing the rest of the pattern toBy default, the quantifiers are \"greedy\", that is, they match as much as possible (up to the maximum number of permitted times), without causing the rest of the pattern to fail. \t By default, the quantifiers are \"greedy\", that is, they match as much as possible (up to the maximum number of per - mitted times), without causing the rest of the pattern toBy default, the quantifiers are \"greedy\", that is, they match as much as possible (up to the maximum number of per - mitted times), without causing the rest of the pattern to fail."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In the tradition of PHP, arrays and hashtables may pretty much be used interchangably. \t sapi / servlet builds upon the mechanism defined by ext / java to enable the entire PHP processor to be run as a servlet."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. count() example \t דוגמה 1. count() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Name of SESAM application configuration file. \t Configuration notes:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Many examples in this reference require an XML string. \t Many examples in this reference require a xml string."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "There is also support for calendar triggers (alarms) and recurring events. \t To get these functions to work, you have to compile PHP with --with-mcal."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "#! / usr / bin / php ?php var_dump( $argv);? \t #! / usr / bin / php? var_dump( $argv);?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "As of PHP 4.3.0, the name, location and existence of the CLI / CGI binaries will differ depending on how PHP is installed on your system. \t Since PHP 4.3.0 the CLI SAPI is no longer experimental and is therefore always built and installed as the php (called php.exe on Windows) binary."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also key(), list(), current(), reset(), next(), prev(), and foreach. \t See also key(), list(), current(), reset(), next(), prev(), and foreach()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If function function requires more parameters than given to it, an error of level E_WARNING will be generated each time array_walk() calls function. \t Thus, you can' t use array_walk() straight with str2lower(), you must build a user-defined function with it first, and pass this function as argument."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "When enabled, GET or PUT requests with a resumepos or startpos parameter will first seek to the requested position within the file. \t Parameter value has be to of type int and must be greater than 0."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "More information about how this manual is developed can be found in the 'About the manual' appendix. \t אתם יכולים להוריד מהרשת את המדריך הזה במגוון צורות בכתובת http: / /www.php.net / docs.php. הקבצים להורדה מתעדכנים בו ברגע שינוי התוכן. מידע נוסף בנושא פיתוח המדריך הזה ניתן למצוא בנספח 'על מדריך זה'."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "All these stub files are generated automatically, along with .cvsignore, by a little shell script named ext_skel that resides in the ext directory. \t Both files are generated automatically, along with .cvsignore, by a little shell script named ext_skel that resides in the ext directory."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "/ / Set the network timeout to 10 seconds ftp_set_option( $conn_id, FTP_TIMEOUT_SEC, 10); \t / / Set the network timeout down to 10 seconds ftp_set_option( $conn_id, FTP_TIMEOUT_SEC, 10);"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Clearly, this large number of books, written by different authors, published by many publishers, and their availability in so many languages - are a strong testimony for PHP 's world-wide success. \t המספר הגדול של ספרים על PHP שנכתבו בידי אנשים שונים בשפות רבות והופצו על ידי מו \"לים רבים הוא עדות ברורה להצלחתה העולמית של PHP."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pg_lo_read_all \t pg_lo_open"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Users are supposed to convert back to binary format by yourself. \t When you SELECT bytea type, PostgreSQL returns octal byte value prefixed by\\. (e.g. \\032) Users are supposed to convert back to binary formant by yourself."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This array has no direct analogue in versions of PHP prior to 4.1.0. \t מערך אסוציאטיבי של משתנים המכילים מידע על קבצים שהועלו לשרת בשיטת HTTP POST. יש לעיין ב העלאת קבצים בשיטת POST למידע על תכולתו של $_FILES. משתנה זה מוגדר בכל טווח משתנים כלשהו. נוסף ל-PHP החל מגרסה 4.1.0."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The file where the input of your transfer comes from. \t CURLOPT_INFILE: הקובץ ממנו הקלט של ההעברה מגיע."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also ftp_fget() and ftp_async_get(). \t See also ftp_fget()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "apache_response_headers \t apache_note"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "swfmovie - nextframe() moves to the next frame of the animation. \t swfmovie - setframes() moves to the next frame of the animation."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Persistent database links are special, they are not destroyed by the garbage collector. \t Persistent database-links are special, they are not destroyed by the gc."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also fdf_open_string(), fdf_close(), fdf_create() and fdf_save(). \t See also fdf_close()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You can for example use the $_FILES[ 'userfile']['size'] variable to throw away any files that are either too small or too big. \t ?php / * Userland test for uploaded file. * / function is_uploaded_file( $filename) {if (!$tmp_file = get_cfg_var('upload_tmp_dir')) {$tmp_file = dirname(tempnam('', ''));} $tmp_file .= '/'. basename($filename); / * User might have trailing slash in php.ini... * / return (ereg_replace(' / +', '/', $tmp_file) == $filename);} if (is_uploaded_file($userfile)) {copy($userfile, \"/ place / to / put / uploaded / file\");} else {echo \"Possible file upload attack: filename '$userfile' .\";}?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The corresponding type value for longs is IS_LONG (see Example 33-2). \t The corresponding type value for longs is IS_LONG (see דוגמה 34-2)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "From version 4.1.0 onward, PHP provides an additional set of predefined arrays containing variables from the web server (if applicable), the environment, and user input. \t תכולת כותר ה - Accept-Language: בפנייה הנוכחית, אם קיים כותר כזה. לדוגמה: 'en'."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Lookbehind assertions start with (? = for positive assertionsLookbehind assertions start with (? = for positive assertions and (?! for negative assertions. \t Lookbehind assertions start with (? = for positive asser-Lookbehind assertions start with (? = for positive asser - tions and (?! for negative assertions."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "imagecolorallocatealpha \t imagecolorallocate"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In an URL \t דוגמה 51-3. העברה לצורת URL"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You may use register_shutdown_function() instead to simulate most effects of destructors. \t הערה: אין \"פונקציה הורסת\" (destructors) ב PHP 3 או PHP 4. אתה יכול להשתמש ב register_shutdown_function() במקום זאת לדמות את רוב האספקטים של \"פונקציה הורסת \"(ההפיך מבנאית)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "msql_data_seek() moves the internal row pointer of the mSQL result associated with the specified query identifier to point to the specifyed row number. \t msql_data_seek() moves the internal row pointer of the mSQL result associated with the specified query identifier to pointer to the specifyed row number."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Basic realm=\" Test Authentication System\"'); header('HTTP / 1.0 401 Unauthorized'); echo \"You must enter a valid login ID and password to access this resource\\n\"; exit;} if (!isset($_SERVER['PHP_AUTH_USER']) _BAR_ _BAR_ ($_POST['SeenBefore'] == 1 $_POST['OldAuth'] == $_SERVER['PHP_AUTH_USER'])) {authenticate();} else {echo \"p Welcome: {$_SERVER['PHP_AUTH_USER']} br\"; echo \"Old: {$_REQUEST['OldAuth']}\"; echo \"form action='{$_SERVER['PHP_SELF']} 'METHOD='POST' \\n\"; echo\" input type='hidden 'name='SeenBefore' value='1 '\\n\"; echo \"input type='hidden' name='OldAuth 'value='{$_SERVER['PHP_AUTH_USER']}' \\n\"; echo\" input type='submit 'value='Re Authenticate' \\n\"; echo \"/ form / p \\n\";}? \t Basic realm=\\\" Test Authentication System\\\"\"); header (\"HTTP / 1.0 401 Unauthorized\"); echo \"You must enter a valid login ID and password to access this resource\\n\"; exit;} if (!isset($PHP_AUTH_USER) _BAR_ _BAR_ ($SeenBefore == 1 !strcmp($OldAuth, $PHP_AUTH_USER))) {authenticate();} else {echo \"p Welcome: $PHP_AUTH_USER br\"; echo \"Old: $OldAuth\"; echo \"form action='$PHP_SELF 'METHOD='POST' \\n\"; echo\" input type='hidden 'name='SeenBefore' value='1 '\\n\"; echo \"input type='hidden' name='OldAuth 'value='$PHP_AUTH_USER' \\n\"; echo\" input type='submit 'value='Re Authenticate' \\n\"; echo \"/ form / p \\n\";}?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Note that since return() is a language construct and not a function, the parentheses surrounding its arguments are not required--in fact, it is more common to leave them out than to use them, although it doesn't matter one way or the other. \t הערה: שים לב ש - return() היא מבנה של השפה ולא פונקציה ולכן הסוגריים המקיפים את הביטוי המוחזר לא הכרחיים למעשה ויותר מקובל להשמיטם אך זה ממש לא משנה דבר."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "SWFText \t SWFTextField"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The default is 0. \t דוגמה 1. setcookie() send examples"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_open_image \t pdf_open_image_file"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mcrypt_enc_is_block_algorithm \t mcrypt_enc_is_block_mode"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "To use shmop you will need to compile PHP with the --enable-shmop parameter in your configure line. \t In PHP 4.0.3, there functions were prefixed by shm rather than shmop."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "/* The users table consists of three fields: * user_id * username * password. * / $link = mysql_connect( 'localhost', \"mysql_user\", \"mysql_password\"); mysql_select_db($dbname, $link) or die(\"Could not set $dbname: \". mysql_error()); $res = mysql_query(\"select * from users\", $link); echo mysql_field_name($res, 0). \"\\n\"; echo mysql_field_name($res, 2); \t /* The users table consists of three fields: * user_id * username * password. * / $link = mysql_connect( 'localhost', \"mysql_user\", \"mysql_password\"); mysql_select_db($dbname, $link) or die(\"Could not set $dbname\"); $res = mysql_query(\"select * from users\", $link); echo mysql_field_name($res, 0). \"\\n\"; echo mysql_field_name($res, 2);"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Navigate to the Filters, and put the extension which PHP should parse (i.e. .php) into the field File extensions (.xxx). \t עבור לFilters, ורשום את הסיומת שPHP אמור לעבד (למשל. .php) בשדה File extensions (.xxx)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The DBX_COLNAMES_* flags override the dbx.colnames_case setting from php.ini. \t It may be any combination of the following constants with the bitwise OR operator (_BAR_):"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. openssl_open() example \t דוגמה 1. openssl_open() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. pspell_new_personal() \t דוגמה 1. pspell_new_personal()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example E-1. \t דוגמה E-1."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "However, unlike else, it will execute that alternative expression only if the elseif conditional expression evaluates to TRUE. \t elseif, כפי ששמה מרמז, היא שילוב בין if לבין else. היא מרחיבה את משפט ה if כדי לאפשר ביצוע פעולות אחרות במקרה שהביטוי ב if המקורי שווה בערכו ל FALSE. אולם, ההבדל בין פקודה זו לפקודת else רגילה, שקבוצת הפקודות תתבצע אך ורק אם תנאי ה elseif שווה בערכו ל TRUE. לדוגמה, הסקריפט הבא ידפיס a is bigger than b, a equal to b או a is smaller than b:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "After downloading the required packages you have to extract them in a proper place. \t You can get the latest development version using anonymous CVS."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "All non-alphanumeric characters other than\\, -, ^ (at the start) and the terminating] are non-special in character classes, but it does no harm if they are escaped. \t All non-alphameric characters other than\\, -, ^ (at the start) and the terminating] are non-special in character classes, but it does no harm if they are escaped."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example D-1. \t דוגמה D-1."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The following information is valid for PHP 4 only. \t המידע בהמשך תקף ל - PHP 4 בלבד."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns TRUE on success or FALSE on failure. \t דוגמה 1. ftp_put() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example C-1. \t דוגמה C-1."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The value should be a long for the following options (specified in the option parameter): \t ה value צריך להיות מסוג long עבור הפשרויות הבאות (מצוינות במשתנה option):"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Select queries return a \"blob id\" for every BYTE and TEXT column. \t The configure script will also try to detect your Informix server version."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "SORT_NUMERIC is used to compare items numerically. \t They respectively are used for changing a string to upper case or lower case."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This function is an alias of stream_get_meta_data(). \t This function only works on sockets created by fsockopen(), pfsockopen() or network sockets returned by fopen() when opening URLs."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. bzdecompress() \t דוגמה 1. bzdecompress()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "By using open_basedir By using open_basedir you can control and restrict what directories are allowed to be used for PHP. \t By using open_basedir you can control and restrict what directories are allowed to be used for PHP."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mb_substitute_character() example \t דוגמה 1. mb_substitute_character() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $a = array( 1, 2, 3, 4, 5); $b = array(\"one\", \"two\", \"three\", \"four\", \"five\"); $c = array(\"uno\", \"dos\", \"tres\", \"cuatro\", \"cinco\"); $d = array_map(null, $a, $b, $c); print_r($d);? \t $a = array( 1, 2, 3, 4, 5); $b = array(\"one\", \"two\", \"three\", \"four\", \"five\"); $c = array(\"uno\", \"dos\", \"tres\", \"cuatro\", \"cinco\"); $d = array_map(null, $a, $b, $c); print_r($d);"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The constants below are always available as part of the PHP core. \t These functions are available as part of the standard module, which is always available."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Home \t sybase_select_db"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You can convert a value to a string using the (string) cast, or the strval() You can convert a value to a string using the (string) cast, or the strval() function. \t ?php / * Assigning a string. * / $str = \"This is a string\"; / * Appending to it. * / $str = $str.\" with some more text\"; / * Another way to append, includes an escaped newline. * / $str .= \"and a newline at the end.\\n\"; / * This string will end up being 'p Number:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For non-array fields the optional parameter which will be ignored. \t The fdf_get_value() function returns the value of a field."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Download mnoGosearch from http: / /www.mnogosearch.ru / and install it on your system. \t The purpose of indexer is to walk through HTTP, FTP, NEWS servers or local files, recursively grabbing all the documents and storing meta-data about that documents in a SQL database in a smart and effective manner."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The magic functions __sleep and __wakeup \t \"פונקציות הקסם\": __sleep ו __wakeup"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Script example \t דוגמה 5. php.ini setting for EUC-JP users"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Heredoc text behaves just like a double-quoted string, without the double-quotes. \t Here doc text behaves just like a double-quoted string, without the double-quotes."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $firstquarter = array( 1 = 'January', 'February', 'March'); print_r($firstquarter); / * output: \t $firstquarter = array( 1 = 'January', 'February', 'March'); print_r($firstquarter); / * output:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You need to use the phpxs command to activate and deactivate these modules in your php.ini file. \t Then simply find out which flavors you wish to install, and issue the make install command."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "array_diff_assoc \t array_count_values"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. natsort() example \t דוגמה 1. natsort() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "SWFTextField - setrightMargin \t SWFText - setSpacing"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 2. mysql_fetch_array with MYSQL_NUM \t דוגמה 2. mysql_fetch_array with MYSQL_NUM"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. get_included_files() Example \t דוגמה 1. get_included_files() Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The statement list for a case can also be empty, which simply passes control into the statement list for the next case. \t רשימת הפקודות של משפט case יכולה להיות ריקה במידה ונרצה להמשיך להרצת משפט ה-case הבא."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "msql_tablename \t mSQL functions"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This flag is available since PHP 4.3.0. \t This flag is available since 4.3.0."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "hw_api_content - mimetype \t hw_api - content"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Build PHP as a TUX module (Linux only). \t Enable WDDX support."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mailparse_msg_extract_part \t mailparse_msg_extract_part_file"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "These new arrays are rather special in that they are automatically global--i.e., automatically available in every scope. \t תכולת כותר ה - Host: בפנייה הנוכחית, אם קיים כותר כזה."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Pass a string containing the full data to post in an HTTP \"POST\" operation. \t CURLOPT_POSTFIELDS: העבר ערך מסוג מחרוזת המכיל את מלוא המידע שיש לשלוח בפעולת HTTP \"POST\"."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Main PHP source files and main header files; here you'll find all of PHP's API definitions, macros, etc. (important). \t Main directory layout of the PHP source tree."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If this breaks your application, use the non-DOM function DomNode_append_sibling(). \t If this breaks your application use the non DOM function DomNode_append_sibling()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The curl_version() function returns a string containing the current CURL version. \t הפונקציה curl_version() מחזירה ערך מסוג מחרוזת המכיל את גירסת CURL הנוכחית."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "SWFTextField \t SWFTextField - setrightMargin"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For this reason, they are often known as' autoglobals' or'superglobals'. (There is no mechanism in PHP for user-defined superglobals.) The superglobals are listed below; however, for a listing of their contents and further discussion on PHP predefined variables and their natures, please see the section Reserved Predefined Variables. \t תכולת כותר ה - User_Agent: בפנייה הנוכחית, אם קיים כותר כזה. מכיל מחרוזת המצהירה סוג הדפדפן המשמש לצפייה בעמוד הנוכחי. כגון:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "TABLE_SCHEM \t TABLE_OWNER"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. in_array() example \t דוגמה 1. in_array() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. pathinfo() Example \t דוגמה 1. pathinfo() Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns TRUE on success or FALSE on failure. \t Return FALSE on error otherwise TRUE."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The optional dialect parameter was added in PHP 4.0.0 and is functional only with InterBase 6 and up. \t It is functional only with InterBase 6 and versions higher than that."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "It is possible to use date() and mktime() together to find dates in the future or the past. \t $tomorrow = mktime (0,0,0,date(\"m\") ,date(\"d\")+1,date(\"Y\")); $lastmonth = mktime (0,0,0,date(\"m\")-1,date(\"d\"), date(\"Y\")); $nextyear = mktime (0,0,0,date(\"m\"), date(\"d\"), date(\"Y\")+1);"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "apache_request_headers \t apache_setenv"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "msession_set_array \t msession_randstr"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The windows version of PHP The windows version of PHP has built in support for this extension. \t To access these databases you need to have the required libraries installed."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "cpdf_setgray_fill \t cpdf_setgray"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also crc32(), md5_file(), and sha1(). \t See also: crc32() and md5_file()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. array_reduce() example \t דוגמה 1. array_reduce() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Engelschall, for session storage. \t If track_vars is enabled and register_globals is disabled, only members of the global associative array $HTTP_SESSION_VARS can be registered as session variables."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. printer_draw_bmp() example \t דוגמה 1. printer_draw_bmp() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Variable function example \t This is one of the major differences between PHP functions and language constructs."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "DomDocument_create_text_node() and add it with DomNode_append_child(). \t DomDocument_create_text_node() und add it with DomNode_append_child()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "msession_set \t msession_set_array"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "xmlrpc_encode \t xmlrpc_get_type"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This setting cannot be empty but you can specify a list of encodings supported by mbstring. \t This extension does not define any configuration directives."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This function should be called before yaz_search() or yaz_present(). \t This function is used in conjunction with yaz_search() and yaz_present() to specify the preferred record syntax for retrieval."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "An associative array with all attributes of an object. \t An associated array with all attributes of an object."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "00 to 59 \t i - minutes; i.e. \"00 \"to \"59\""} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pfpro.defaulthost / PFPRO_VERSION 3 \t These functions have been added in PHP 4.0.2."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. session_set_save_handler() example \t דוגמה 1. session_set_save_handler() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "File reading is not subject to any safe mode or open-basedir restrictions. \t File reading is not subject to any safe mode or safe mode File reading is not subject to any safe mode or safe mode restrictions."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. sql_regcase() Example \t דוגמה 1. sql_regcase() Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "vpopmail_alias_get_all \t vpopmail_alias_del_domain"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "/ / Works in PHP 3 and PHP 4. class Constructor_Cart extends Cart {function Constructor_Cart($item = \"10\", $num = 1) {$this - add_item ($item, $num);}} / / Shop the same old boring stuff. $default_cart = new Constructor_Cart; / / Shop for real... $different_cart = new Constructor_Cart(\"20\", 17); \t / / עובד גם ב PHP 3 וגם ב PHP 4. class Constructor_Cart extends Cart {function Constructor_Cart($item = \"10\", $num = 1) {$this - add_item ($item, $num);}} / / Shop the same old boring stuff. $default_cart = new Constructor_Cart; / / Shop for real... $different_cart = new Constructor_Cart(\"20\", 17);"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. pspell_config_personal() \t דוגמה 1. pspell_config_personal()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http: / /www.opencontent.org / openpub /). \t זכיות היוצרים על הפרק \"להרחיב את PHP 4.0\" במדרריך זה copyright © 2000 שמורות לזנד טכנולוגיות, בע\"מ. ניתן להפיץ את פרק זה לפי תנאי OPL מגרסה 1.0 ומעלה. (את הגרסה האחרונה שלו ניתן למצוא ב http: / /www.opencontent.org / openpub /)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If PHP has decided that filename specifies a registered protocol, and that protocol is registered as a network URL, PHP will check to make sure that allow_url_fopen If PHP has decided that filename specifies a registered protocol, and that protocol is registered as a network URL, PHP will check to make sure that allow_url_fopen is enabled. \t If filename begins with \"ftp: / /\" (not case sensitive), an ftp connection to the specified server is opened and a pointer to the requested file is returned."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Prior to PHP 4.3.0, $_FILES information was also included into $_REQUEST. \t An associative array consisting of the contents of $_GET, $_POST, $_COOKIE, and $_FILES."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This extension has no configuration directives defined in php.ini. \t In order to use FTP functions with your PHP configuration, you should add the --enable-ftp option when installing PHP 4, and --with-ftp when using PHP 3."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP 3 only! \t Enable sockets support."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The possible values of face are FDFNormalAP, FDFRolloverAP and FDFDownAP. \t The possible values of face are 1=FDFNormalAP, 2=FDFRolloverAP, 3=FDFDownAP."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mailparse_msg_extract_part_file \t mailparse_msg_create"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "-43200 through 43200 \t echo date (\"l dS of F Y h:i:s A\"); echo \"July 1, 2000 is on a \". date (\"l\", mktime(0,0,0,7,1,2000));"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Array Functions \t array"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "socket_get_option \t socket_create_listen"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "fprintf \t explode"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Define the location of zlib install directory. \t Include CURL support."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "cpdf_show \t cpdf_stringwidth"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If the track_errors feature is enabled, any error message generated by the expression will be saved in the variable $php_errormsg. \t If the track_errors feature is enabled, any error message generated by the expression will be saved in the global variable $php_errormsg."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "History of PHP and related projects \t ההיסטוריה של PHP ופרוייקטים הקשורים בה"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also pathinfo(), parse_str(), dirname(), and basename(). \t See also pathinfo()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Backslashes should be escaped, for example: [HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\w3svc\\parameters\\Script Map] \".php\"=\"c:\\\\php\\\\sapi\\\\php4isapi.dll \"Now merge this registery file into your system; you may do this by double-clicking it. \t Forward slashes should be escaped, for example: [HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\w3svc\\parameters\\Script Map] \".php\"=\"c:\\\\php\\\\sapi\\\\php4isapi.dll \""} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mb_substr_count \t mb_substr"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If this option is set to \"On\" in php.ini or the Apache configuration, pages are compressed if the browser sends an \"Accept-Encoding: gzip \"or \"deflate\" header. \"Content-Encoding: gzip \"(respectively \"deflate\") and \"Vary: \t Version 4.0.4 introduces a fopen-wrapper for .gz-files, so that you can use a special 'zlib:' URL to access compressed files transparently using the normal f*() file access functions if you prepend the filename or path with a 'zlib: 'prefix when calling fopen()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If a fourth string argument is passed, this string is inserted at the end of the header. \t Cc:. הכותרת Bcc: אינה נתמכת במערכות Win32."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This extension lets you create XML parsers and then define handlers for different XML events. \t Simply configure PHP using --with-xml (without any additional path) and it will automatically use the expat library built into Apache."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The boolean type was introduced in PHP 4. \t הערה: הסוג הבוליאני הוצג לראשונה ב-PHP 4."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Of these, only two (?php...? and script language=\"php \"... / script) are always available; the others can be turned on or off from the php.ini Of these, only two (?php...? and script language=\"php\"... / script) are always available; the others can be turned on or off from the php.ini configuration file. \t ישנן ארבע דרכים לסמן את תגיות הפתיחה וסגירה של קוד PHP. מהן רק שתיים (?php...? ו script language=\"php \"... / script). פעילות תמיד. באחרות אפשר להשתמש לאחר שינוי הגדרות בקובץ ההגדרות php.ini. למרות שתגיות ה PHP הקצרות והתגיות בסגנון ASP יותר נוחות לשימוש, הן לא מתאימות לשימוש בחלק מהמקרים, לדוגמה - אם ברצונך לשלב קוד PHP ב XML או XHTML, אתה חייב להשתמש בתגיות הארוכות ?php...? כדי לא להתנגש עם תגיות XML."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. array_splice() examples \t דוגמה 1. array_splice() examples"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Also, read the related appendix. \t כן, בדוק את קובץ INSTALL שנמצא בתוך הפצת המקור של PHP 4. בנוסף, קרא את ה נספח."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ncurses_init \t ncurses_init_pair"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Include muscat support. \t DIR is the OpenSSL install dir."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "New parameter: \t דוגמה 1. range() examples"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Object Aggregation / Composition Functions \t Oracle 8 functions"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Enable safe mode by default. \t DIR is the YAZ bin install directory."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "recode \t Regular Expression Functions (Perl-Compatible)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_open_tiff \t pdf_new"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mcrypt_enc_is_block_algorithm_mode \t mcrypt_enc_get_supported_key_sizes"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "XML-RPC functions \t XMLRPC functions"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This flag is only used with preg_match_all(). \t This extension does not define any configuration directives."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For reference purposes, you can find a list of the macros involved in declared startup and shutdown functions in Table 31-3. \t For reference purposes, you can find a list of the macros involved in declared startup and shutdown functions in טבלה 32-3."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pg_result_seek \t pg_result_status"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "file_exists \t file"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "It is desired that any output coming from print(), echo() and friends is immediately written to the output and not cached in any buffer. \t Whereas applications written for the web are executed within splits of a seconds, shell application tend to have a much longer execution time."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "dio_tcsetattr \t dio_truncate"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "recode_string \t GNU Recode functions"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. setlocale() Examples \t דוגמה 1. setlocale() Examples"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For example you can change the builtin extensions, the location of php.ini and \t The best way to get started is to build the standalone / CGI version."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "st, nd, rd or th. \t S - English ordinal suffix for the day of the month, 2 characters; i.e. \"st\", \"nd\", \"rd \"or \"th\""} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You can use these functions in 4.3 and later. \t session.referer_check session.referer_check contains the substring you want to check each HTTP Referer for."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "one for each additional function like to show the object attributes, to show information about users, to show the status of the server, etc. \t From the users point of view it would be more straight forward if the URL http: / /your.hostname / name_of_object would return the object."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. ucfirst() example \t דוגמה 1. ucfirst() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The id is a connection resource as returned by a previous yaz_connect() call. \t The id is a target ID as returned by a previous yaz_connect() command."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "xml_parse \t xml_parser_create"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "To check for a certain type, do not use gettype(), but use the is_ type functions. \t הערה: על מנת לבדוק את סוג וערך המשתנה ב ביטוי יש להשתמש בפונקציה var_dump()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Now either just add extension=php_ming.so to your php.ini file, or put dl( 'php_ming.so'); at the head of all of your Ming scripts. \t SWFShape - drawLine - - Draws a line (relative)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Each XML parser also has a few parameters you can adjust. \t On UNIX, run configure with the --with-xml option."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. ingres_fetch_object() example \t דוגמה 1. ingres_fetch_object() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_place_image \t pdf_open_CCITT"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "As of PHP 4.3.0, the PHP variables $argc and $argv are registered and filled in with the appropriate values when using the CLI SAPI. \t This directives cannot be initialzied with another value from the configuration file php.ini or a custom one (if specified)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This node will not show up in the document unless it is inserted with e.g. domnode_append_child(). \t DomNode_append_child()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example C-4. \t דוגמה C-4."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. exif_read_data() example \t דוגמה 1. exif_read_data() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The stream must have previously been opened by opendir(). \t סוגרת את stream הספריה המוצבעת על ידי dir_handle. ה stream חייב היה להיפתח לפני כן בעזרת opendir()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $a = 1; / * global scope * / function Test() {echo $a; / * reference to local scope variable * /} Test();? \t $a = 1; include \"b.inc\";"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. array_rand() example \t דוגמה 1. array_rand() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "imap_mail \t imap_mailboxmsginfo"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP_INI_ALL \t track \""} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This extension has no resource types defined. \t A positive integer represents the ID of a particular association."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Change your nickname on the given connection to the one given in nick, if possible. \t Change your nickname on the given connection to the one given in nick if possible."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "preg_match_all \t preg_grep"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. array_sum() examples \t דוגמה 1. array_sum() examples"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. pg_insert \t דוגמה 1. pg_insert"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. imap_mailboxmsginfo() example \t דוגמה 1. imap_mailboxmsginfo() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Table 1. phpinfo() options \t טבלה 1. phpinfo() options"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $colors = array( 'red', 'blue', 'green', 'yellow'); foreach ($colors as $color) {echo \"Do you like $color?\\n\";} / * output: \t $colors = array( 'red' ,'blue' ,'green' ,'yellow'); foreach ($colors as $color) {echo \"Do you like $color?\\n\";} / * output:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns the host name of the Internet host specified by ip_address or a string containing the unmodified ip_address on failure. \t If an error occurs, returns ip_address."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "SWFMorph - getshape2 \t SWFGradient - addEntry"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If path is specified, the path to which data is saved will be changed. session_save_path() needs to be called before session_start() for that purpose. \t If path is specified, the path to which data is saved will be changed."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "filepro_rowcount \t filePro functions"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "am or pm \t a - \"am\" or \"pm \""} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. aspell_new() \t דוגמה 1. aspell_new()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "imap_lsub \t imap_mail"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Number of decimal digits for all bcmath functions. \t This extension does not define any resource types."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "odbc_field_precision \t orbit_caught_exception"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "form enctype=\" multipart / form-data \"action=\"_URL_\" method=\"post \"input type=\"hidden\" name=\"MAX_FILE_SIZE \"value=\"30000\" Send this file: input name=\"userfile \"type=\"file\" input type=\"submit \"value=\"Send File\" / form \t הגדרת ה-MAX_FILE_SIZE היא בגדר ייעוץ לדפדפן. קל ביותר להערים על המקסימום הזה. כדאי לא לבנות על זה שהדפדפן מציית למשאלתך! על הגדרת ה-PHP עבור הגודל המקסימלי, מצד שני, לא ניתן לעבוד."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also image_type_to_mime_type(), exif_imagetype(), exif_read_data() and exif_thumbnail(). \t See also exif_imagetype(), exif_read_data() and exif_thumbnail()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. error_log() examples \t דוגמה 1. error_log() examples"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For a full list of predefined classes in PHP, please see Predefined Classes. \t הערה: זוהי ההגדרה של ה class Directory, שמשמעותו היא שלא ניתן להגדיר classes עם אותו שם. לרשימה מלאה של classes מוגדרים מראש ב PHP, ראה Predefined Classes."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "28 through 31 \t t - number of days in the given month; i.e. \"28 \"to \"31\""} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_setgray_stroke \t pdf_setfont"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "$user = \"joecool@example.com\"; $hash = ezmlm_hash ($user); $query = sprintf (\"INSERT INTO sample VALUES (%s, '%s')\", $hash, $user); $db - query($query); / / using PHPLIB db interface \t $user = \"joecool@example.com\"; $hash = ezmlm_hash ($user); $query = sprintf (\"INSERT INTO sample VALUES (%s, '%s')\", $hash, $user); $db - query($query); / / PHPLIB db שימוש בממשק"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. ovrimos_connect() Example \t דוגמה 1. ovrimos_connect() Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "01 to 31 \t d - day of the month, 2 digits with leading zeros; i.e. \"01 \"to \"31\""} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $link = mysql_connect( \"localhost\", \"mysql_user\", \"mysql_password\") or die(\"Could not connect: \". mysql_error()); print (\"Connected successfully\"); mysql_close($link);? \t ?php $link = mysql_connect( \"localhost\", \"mysql_user\", \"mysql_password\") or exit(\"Could not connect\"); print (\"Connected successfully\"); mysql_close($link);?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "swf_shapecurveto3 \t swf_shapearc"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. array_intersect() example \t דוגמה 1. array_intersect() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In the \"include\" directory there should be a folder named \"curl \"which should contain the easy.h and curl.h files. \t PHP מחייבת אותך להשתמש ב CURL 7.0.2-beta ומעלה."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "To be able to use the functions defined in this module you must compile your PHP interpreter using the --with-recode[ =DIR] option. \t In order to do so, you must have GNU Recode 3.5 or higher installed on your system."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "$barney = \"A big purple dinosaur .\"; session_register(\"barney\"); $_SESSION[\"zim\"] = \"An invader from another planet .\"; # The old way was to use $HTTP_SESSION_VARS $HTTP_SESSION_VARS[\"spongebob\"] = \"He's got square pants .\"; \t $barney = \"A big purple dinosaur .\"; session_register(\"barney\"); $HTTP_SESSION_VARS[\"zim\"] = \"An invader from another planet .\"; # the auto-global $_SESSION array was introduced in PHP 4.1.0 $_SESSION[\"spongebob\"] = \"He's got square pants .\";"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "It may be any of the following: \t If you need to update existing files over ftp, use ftp_connect()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mcrypt_module_is_block_algorithm \t mcrypt_module_is_block_mode"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The default config.m4 shown in Example 27-1 is a bit more complex: \t The default config.m4 shown in דוגמה 28-2 '/ is a bit more complex:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also rawurldecode(), urldecode(), urlencode() and RFC 1738 \t See also rawurldecode(), urldecode(), urlencode()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Disable GD support. \t DIR is the cpdfllib install directory, defaults to / usr."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This function is an alias to imap_listscan() and is identical to it in every way. \t This function is similar to imap_listmailbox(), but it will additionally check for the presence of the string content inside the mailbox data."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Set this option to a non-zero value if you want PHP to do a regular HTTP POST. \t CURLOPT_POST: קבע את הערך לערך השונה מאפס אם ברצונך ש PHP תבצע HTTP POST רגיל."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Set this option to a non-zero value if you don 't want the body included with the output. \t CURLOPT_NOBODY: קבע את הערך לערך השונה מאפס אם יש לאפשר ל body להכלל במידע הנשלח."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "deaggregate \t odbc_tables"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The temporary filename of the file in which the uploaded file was stored on the server. \t ב-PHP 4, ההתנהגות שונה במקצת, בכך שהמערך הגלובלי $HTTP_POST_FILES דואג להכיל מידע על הקובץ שהועלה. זה זמין רק אם track_vars מופעל, אבל track_vars תמיד מופעל בגירסאות PHP שבאו אחרי 4.0.2."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PEAR today includes a wide variety of infrastructure foundation classes for database access, content caching, mathematical calculations, eCommerce and much more. \t מאז תחילת שנת 2000, PEAR הפך לפרוייקט גדול וחשוב שמפתחים רבים עובדים עליו על מנת לספק לקהילת מפתחי PHP תפקודיות נפוצה, שניתן לחזור עליה פעמים רבות. כיום PEAR כולל מספר רב של מחלקות בסיס לטיפול במסדי נתונים, חישובים מתמטיים, מסחר אלקטרוני ועוד."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The Zend IDE includes a debugger, and there are also some free debugger extensions like DBG at http: / /dd.cron.ru / dbg /, the Advanced PHP Debugger (APD) or Xdebug which even has a compatible debugger interface as PHP 3's debugging functionality as is described in this section. \t The Zend IDE includes a debugger, and there are also some free debugger extensions like DBG at http: / /dd.cron.ru / dbg / or the Advanced PHP Debugger (APD)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See the description of PREG_SPLIT_OFFSET_CAPTURE. \t This extension does not define any resource types."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If you are using $_SESSION (or $HTTP_SESSION_VARS), do not use session_register(), session_is_registered() and session_unregister(). \t If you are using $HTTP_SESSION_VARS / $_SESSION, do not use session_register(), session_is_registered() and session_unregister()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "When a parenthesized subpattern is quantified with a minimum repeat count that is greater than 1 or with a limited maximum, more store is required for the compiled pattern, in proportion to the size of the minimum or maximum. \t When a parenthesized subpattern is quantified with a minimum repeat count that is greater than 1 or with a limited max - imum, more store is required for the compiled pattern, in proportion to the size of the minimum or maximum."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "imagepolygon() creates a polygon in image id. points is a PHP array containing the polygon's vertices, ie. points[0] = x0, points[1] = y0, points[2] = x1, points[3] = y1, etc. num_points is the total number of points (vertices). \t imagepolygon() creates a polygon in image id. points is a PHP array containing the polygon's vertices, ie. points[0] = x0, points[1] = y0, points[2] = x1, points[3] = y1, etc. num_points is the total number of vertices."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. array_pad() example \t דוגמה 1. array_pad() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "imap_qprint \t imap_popen"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For example, a true global variable imported inside a function scope with the global statement actually creates a reference to the global variable. \t function Test () {$a = 0; echo $a; $a++;}"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example E-2. \t דוגמה E-2."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. fbsql_create_blob() example \t דוגמה 1. fbsql_create_blob() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. strip_tags() example \t דוגמה 1. strip_tags() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The file must be accessible to PHP, so you need to ensure that the file access permissions allow this access. \t As of PHP 4.3.0 (not yet released), the header information can be retrieved using the file_get_wrapper_data()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php / / Get a file into an array. \t You can use the optional second parameter and set it to \"1\", if you want to search for the file in the include_path, too."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "get_html_translation_table \t get_meta_tags"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For our purposes here, a letter is a-z, A-Z, and the ASCII characters from 127 through 255 (0x7f-0xff). \t ניתן להגדיר קבוע באמצעות שימוש בפונקציה define(). מהרגע שקבוע נוצר, לא ניתן לשנות את ערכו."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "yaz_scan \t yaz_search"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pspell_new_config \t pspell_new"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For example, this code would display a is bigger than b if $a is bigger than $b, and would then assign the value of $a into $b: \t לעיתים תהיו מעוניינים בהרצת מספר פקודות בתנאי מסויים. כמובן, אין צורך להתנות כל פקודה בנפרד במשפט if. אפשר פשוט ליצור קבוצת פקודות. לדוגמה, הסקריפט הבא ידפיס a is bigger than b אם $a גדול מ - $b, ויציב ערכו של $a לתוך המשתנה $b:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Some examples are: \t form action=\" foo.php \"method=\"post\" Name: input type=\"text \"name=\"username\" br input type=\"submit \"/ form"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mailparse_msg_get_part \t mailparse_msg_get_part_data"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This extension is not available on Windows platforms. \t MCAL_RECUR_YEARLY"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. pspell_add_to_personal() \t דוגמה 1. pspell_add_to_personal()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The file to write errors to instead of stderr. \t CURLOPT_STDERR: הקובץ אליו יש לרשום את השגיאות במקום stderr."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If present, this function can reconstruct any resources that object may have. \t ולהיפך, unserialize() בודק נוכחות של פונקציה עם מילת הקסם __wakeup. אם המילה נוכחת, פונקציה זו יכולה לבנות מחדש מקור כלשהו שיכול להיות לאובייקט."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The proper value can be retrieved by name by using getprotobyname(). \t The two most common types are SOCK_DGRAM for UDP (connectionless) communication and SOCK_STREAM for TCP communication."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Build shared libraries [default=yes]. \t Include mcrypt support."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Starting with PHP 4.3 you can also use fdf_open_string() which handles temporary file creation and cleanup for you. \t A mechanism like for HTML form data where for each input field a variable is created does not exist."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. fbsql_field_name() example \t דוגמה 1. fbsql_field_name() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP / Java Integration \t Java"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP supports eight primitive types. \t PHP תומכת בשמונה סוגי נתונים."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "fdf_header \t fdf_get_value"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "h1 This is an ?php # echo \"simple\";? example. / h1 p The header above will say'This is an example '. \t הערת ה \"one-line\" תכלול את כל הטקסט עד סוף השורה או עד תגית סגירה של PHP."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For long strings, this approach makes a significant difference to the processing time. \t For long strings, this approach makes a significant difference to the process - ing time."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also: iconv_get_encoding(), iconv_set_encoding(), and output-control functions. \t See also: iconv_get_encoding() and iconv_set_encoding()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The constants below are defined by this extension, and will only be available when the extension has either been compiled into PHP or dynamically loaded at runtime. \t These constants are defined by this extension, and will only be available when the extension has either been compiled into PHP or dynamically loaded at runtime."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 2. ereg_replace() Example \t דוגמה 2. ereg_replace() Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Use of undefined constant fruit - assumed 'fruit' in... print $arr[fruit]; / / apple / / Let's define a constant to demonstrate what's going on. \t $error_descriptions[ 1] = \"A fatal error has occured\"; $error_descriptions[2] = \"PHP issued a warning\"; $error_descriptions[8] = \"This is just an informal notice\";"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Home \t Reference:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php echo \"a href=\\\"\". htmlspecialchars(\" / nextpage.php?stage=23 data= \". urlencode($data)). \"\\\" \\n\";? \t ?php echo \"a href=\\\"\". htmlspecialchars(\" / nexpage.php?stage=23 data= \". urlencode($data)). \"\\\" \\n\";?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The FDF toolkit library is available in binary form only, platforms supported by Adobe are Win32, Linux, Solaris and AIX. \t You must download the FDF toolkit from http: / /partners.adobe.com / asn / developer / acrosdk / forms.html."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In PHP 4.0.3 and older, in order to use URL wrappers, you were required to configure PHP using the configure option --enable-url-fopen-wrapper. \t הערה: לא ניתן להשתמש בקבצים מרוחקים בפקודות require() ו - include() תחת מערכת וינדוס."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The windows version of PHP The windows version of PHP has built in support for this extension. \t These functions are available as part of the standard module, which is always available."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The constants below are defined by this extension, and will only be available when the extension has either been compiled into PHP or dynamically loaded at runtime. \t SWFShape - setLeftFill - - Sets left rasterizing color."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In PHP 4.3.0 file() became binary safe. \t As of PHP 4.3.0 you can use file_get_contents() to return the contents of a file as a string in a binary safe manner."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The mail command will not parse this properly while talking with the MTA. \t הערה: וודא את זה שאין לך שום תו של שורה חדשה בפרמטר to או בפרמטר subject, אחרת הדואר לא ישלח היטב."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Session support is enabled in PHP by default. \t Registering a variable with track_vars enabled"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This might sound a bit confusing at first, but it' s not that complicated (see Figure 24-1). \t This might sound a bit confusing at first, but it' s not that complicated (see תרשים 25-1)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In addition to providing end users with a solid infrastructure for lots of different databases, protocols and APIs, PHP 3.0 's extensibility features attracted dozens of developers to join in and submit new extension modules. \t השפה החדשה שוחררה תחת שם חדש שהסיר את הרמיזה לכך שהשפה מוגבלת לשימוש פרטי בלבד. משמעותו של השם החדש, PHP הייתה ראשי תיבות רקורסיביים - 'PHP:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "To enable Msession support configure PHP --with-msession[ =DIR], where DIR is the Msession install directory. \t The session server software can be found at http: / /www.mohawksoft.com / phoenix /."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "A list of predefined constants is available in the section Reserved predefined constants. \t ?php function report_error( $file, $line, $message) {echo \"An error occured in $file on line $line: $message .\";} report_error(__FILE__, __LINE__, \"Something went wrong !\");?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "(4.2.0 - 4.3.0 only) \t (PHP 4 = 4.2.0)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Also note that foreach operates on a copy of the specified array, not the array itself, therefore the array pointer is not modified as with the each() construct and changes to the array element returned are not reflected in the original array. \t הערה: שים לב גם לכך שלולאת foreach פועלת על שיכפול של המערך המסויים ולא על המערך עצמו ולכן ערכו של מצביע המערך אינו משתנה כמו בפקודת each()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "imap_get_quotaroot \t imap_get_quota"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The current versions of PHP interpret the second assignment as a string offset identification, so $a becomes \"f\", the result of this automatic conversion however should be considered undefined. \t Since PHP supports indexing into strings via offsets using the same syntax as array indexing, the example above leads to a problem: should $a become an array with its first element being \"f\", or should \"f\" become the first character of the string $a?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mcrypt_create_iv() example \t דוגמה 1. mcrypt_create_iv() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Setting the cache limiter to nocache disallows any client / proxy caching. \t Setting the cache limiter to nocache, for example, would disallow any client-side caching."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_setfont \t pdf_setgray"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "5380 [1] = Threads: \t 5380 Threads:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Instead we call example() as a'class function ', that is, as a function of the class itself, not any object of that class. \t הדוגמא שלמעלה קוראת לפונקציה example() שבתוך המחלקה A, אבל אין אובייקט למחלקה A, ולפיכך לא ניתן לכתוב $a - example() או משהו דומא. במקום זאת קראנו לפונקציה example() כ 'פונקצית מחלקה ', כלומר, היא משמשת כפונקציה של המחלקה עצמה, ללא אוביקט כלשהו של אותה מחלקה."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns TRUE on success or FALSE on failure. \t It returns true on success and false if an error occurs."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "cpdf_save_to_file \t cpdf_rotate_text"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Do not install PEAR. \t Enable dmalloc."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The only way to test if cookies are accepted is to set one with setcookie(), reload, and check for the value. \t Mozilla / 4.5 [en] (X11; U; Linux 2.2.9 i586) hr b browser_name_pattern: / b Mozilla / 4\\.5.* br b parent: / b Netscape 4.0 br b platform: / b Unknown br b majorver: / b 4 br b minorver: / b 5 br b browser: / b Netscape br b version: / b 4 br b frames: / b 1 br b tables: / b 1 br b cookies: / b 1 br b backgroundsounds: / b br b vbscript: / b br b javascript: / b 1 br b javaapplets: / b 1 br b activexcontrols: / b br b beta: / b br b crawler: / b br b authenticodeupdate: / b br b msn: / b br"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The file where the output of your transfer should be placed, the default is STDOUT. \t CURLOPT_FILE: הקובץ אליו הפלט של ההעברה ינותב, ברירת המחדל היא STDOUT."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The first expression (expr1) is evaluated (executed) once unconditionally at the beginning of the loop. \t הביטוי הראשון (expr1) מוערך (מורץ) פעם אחת בלבד וללא תנאים בתחילת הלולאה."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Logs in to the given FTP stream. \t Logs in the given FTP stream."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Please do not forget the last backslash. ex: c:\\php\\extensions\\ \t You will need to change the 'extension_dir' setting to point to your php-install-dir, or where you have placed your php_*.dll files. ex: c:\\php\\extensions"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The CURL handle, ch, is also deleted. \t הפונקציה סוגרת CURL session ומשחררת את כל המשאבים. ה CURL handle, ch, נמחק אף הוא."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "filepro_fieldcount \t filepro"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "DomNode - set_namespace \t DomNode - unlink_node"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "description \t meaning"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ini_get \t ini_get_all"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_setrgbcolor_fill \t pdf_setrgbcolor"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The UDP protocol is based on this socket type. \t AF_INET is typical used for internet based communication."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "imap_mailboxmsginfo \t imap_mail_compose"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The Client Tools can be installed from the MS SQL Server CD or by copying ntwdblib.dll from \\winnt\\system32 on the server to \\winnt\\system32 on the PHP box. \t You can use the Sybase extension to connect to MSSQL databases from other platforms."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "gmp_com \t gmp_div"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "cpdf_setgray \t cpdf_setlinecap"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For command line users, make sure that you either have the C+ + environment variables registered, or have run vcvars.bat, and then execute one of the following commands from the c:\\work\\php-4.x.x\\win32 directory: \t For command line users, make sure that you either have the C+ + environment variables registered, or have run vcvars.bat, and then execute one of the following:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. pspell_config_ignore() \t דוגמה 1. pspell_config_ignore()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This extension uses expat, which can be found at http: / /www.jclark.com / xml /. \t The expat library should be installed somewhere your compiler can find it."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns TRUE on success or FALSE on failure. \t define() returns TRUE on success and FALSE if an error occurs."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For example, $userfile_name will equal $_FILES[ 'userfile']['name'], $userfile_type will equal $_FILES['userfile']['type'], etc. \t הגודל, ביחידות בייט (byte), של הקובץ שהועלה."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pg_fetch_assoc \t pg_fetch_object"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "DomElement_get_attribute_node() \t set_attribute_node"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "A common use for this socket type is to perform ICMP requests (like ping, traceroute, etc). \t The type parameter selects the socket type."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mysql_stat() example \t דוגמה 1. mysql_stat() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This is a behavior similar to the include() This is a behavior similar to the include() statement, with the only difference being that if the code from a file has already been included, it will not be included again. \t פקודת include_once() מספחת ומריצה או מעריכה קובץ מסויים. היתנהגותה זהה לפקודת include() עם הבדל יחיד שמתבטא בכך שאם קוד מקובץ מסויים כבר סופח במהלך הריצה של הסקריפט, הוא לא יסופח פעם נוספת. יש לעיין בתיעוד של פקודת include() למידע נוסף על אופן הפעולה של פקודה זו."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Warning: \t copy()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also is_null() and unset(). \t $var = NULL;"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If this flag is set, for every occuring match the appendant string offset will also be returned. \t If order is not specified, it is assumed to be PREG_PATTERN_ORDER."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. realpath() example \t דוגמה 1. realpath() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 3. ovrimos_result_all example \t דוגמה 3. ovrimos_result_all example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The cookie file can be in Netscape format, or just plain HTTP-style headers dumped into a file. \t CURLOPT_COOKIEFILE: העבר ערך מסוג מחרוזת המכיל את שם הקובץ המכיל את תוכן ה cookie. קובץ ה cookie יכול להיות בפורמט Netscapeת או ב HTTP-style headers רגילים שנשמרו בקובץ."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If a pattern starts with .* or .{ 0,} and the PCRE_DOTALL option (equivalent to Perl's / s) is set, thus allowing the. to match newlines, then the pattern is implicitly anchored, because whatever follows will be tried against every character position in the subject string, so there is no point in retrying the overall match at any position after the first. \t If a pattern starts with .* or .{ 0,} and the PCRE_DOTALL option (equivalent to Perl's / s) is set, thus allowing the. to match newlines, then the pattern is implicitly anchored, because whatever follows will be tried against every charac - ter position in the subject string, so there is no point in retrying the overall match at any position after the first."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This feature requires IRCG 3. \t This can be used to trigger a php script for example."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "odbc_field_len() \t satellite_caught_exception()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Appendix C. \t נספח C."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. ob_iconv_handler() example: \t דוגמה 1. ob_iconv_handler() example:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Extending_Zend_Build.xml,v 1.8 2002 / 10 / 10 18:13:11 imajes Exp $dnl config.m4 for extension my_module dnl Comments in this file start with the string 'dnl'. dnl Remove where necessary. \t Extending_Zend_Build.xml,v 1.6 2002 / 03 / 25 08:13:46 hholzgra Exp $dnl config.m4 for extension my_module dnl don' t forget to call PHP_EXTENSION(my_module) dnl If your extension references something external, use with:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Variables from outside PHP \t משתנים מחוץ ל-PHP"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Migrating from PHP 2 to PHP 3? \t 1. איך עוברים מ-PHP 2 ל-PHP 3?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pspell_new_personal \t pspell_config_save_repl"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Table H-1. \t טבלה H-1."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The user must convert them in the script, if conversion is needed. \t הערה: \"Supported character encoding\" does not mean that it works as internal character code."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. imagettftext() example \t דוגמה 1. imagettftext"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP uses the presence of an AuthType directive to determine whether external authentication is in effect. \t Remember to avoid this directive for the context where you want to use PHP authentication (otherwise each authentication attempt will fail)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "C:\\WINNT\\SYSTEM32 or C:\\WINDOWS\\SYSTEM32). \t You must have iconv() function in standard C library or libiconv installed on your system. libiconv library is available from http: / /www.gnu.org / software / libiconv /."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This extension has no resource types defined. \t MCAL_OCTOBER"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "session.use_trans_sid \t extname.global_value"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "It works, because bar is due to its syntax expected to be a constant expression. \t And, if these arguments don 't help: this syntax is simply deprecated, and it might stop working some day."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Servers-Apache 2.0 \t Servers-Caudium"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See INSTALL for more information. \t DIR is the recode install directory."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "str_shuffle \t strcasecmp"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This does not indicate whether the user accepted the cookie. \t This requires you to place calls to this function before any html or head tags."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "So in the end, you don 't need to do any urlencoding / urldecoding yourself, everything is handled automagically. \t בזמן שליחה, או דרך GET או דרך POST, המידע יומר לצורת urlencoded אוטומטית לפי הדפדפן בכדי להשלח, וגם אוטומטית יעבור urldecoded על-ידי PHP. כך שבסופו של דבר, אין לך צורך לבצע אף urldecoded או urldecoding בעצמך, הכל מתנהל בצורה אוטומטית."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns TRUE on success or FALSE on failure. socket_getsockname() may also return FALSE if the socket type is not any of AF_INET or AF_UNIX, in which case the last socket error code is not updated. \t מחזיר TRUE במקרה של הצלחה או FALSE במקרה של כישלון. socket_getsockname() may also return FALSE if the socket type is not any of AF_INET or AF_UNIX, in which case the last socket error code is not updated."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP 5 is experimental. \t PHP 4 היא הדור האחרון של PHP, שמשתמשת ב מנוע של Zend."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You can avoid this problem by using private_no_expire mode. \t You can avoid this problem with private_no_expire mode."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "We urge you to use the provided installation script. \t IRCG-Library from Sascha Schumann."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "socket_read() returns the data as a string on success, or FALSE on error. \t Returns the data as string on success, FALSE on error."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "imap_list \t imap_listmailbox"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "When the whole pattern matches, that portion of the subject string that matched the subpattern is passed back to the caller via the ovector argument of pcre_exec(). \t When the whole pattern matches, that por - tion of the subject string that matched the subpattern is passed back to the caller via the ovector argument of pcre_exec()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The former is provided by a SAPI module that interfaces with the Servlet server, the latter by this Java extension. \t The former is provided by a SAPI module that interfaces with the Servlet server, the latter by the Java extension."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "By convention constant identifiers are always uppercase. \t השם של הקבוע מציית לאותם הכללים של כל תג בphp. שם קבוע תקין מתחיל באות לועזית או קו תחתית ההמשך יכול להיות מספר בלתי מוגבל של אותיות לועזיות, מספרים, או קווים תחתיים. כביטוי רגולרי, זה יכתב כך: [a-zA-Z_\\x7f-\\xff][a-zA-Z0-9_\\x7f-\\xff ]*"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For a simple test procedure, you can copy it to your htdocs directory and try it with the source in Example 29-1. \t For a simple test procedure, you can copy it to your htdocs directory and try it with the source in דוגמה 30-1."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "2 [2] = Questions: \t 1 Questions:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. printer_close() example \t דוגמה 1. printer_close() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "odbc_data_source \t odbc_do"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "imagecreatefromgd \t imagecreatefromgif"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Sends a query to the connected server connection to ask for information about the specified user nick. \t Sends a query to the connected server connection to send information for the specified user nick."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php / / removes a file from the hard drive that / / the PHP user has access to. $username = $_SERVER[ 'REMOTE_USER']; / / using an authentication mechanisim $homedir = \"/ home / $username\"; $file_to_delete = basename(\"$userfile\"); / / strip paths unlink ($homedir / $file_to_delete); $fp = fopen(\" / home / logging / filedelete.log\" ,\"+a\"); / /log the deletion $logstring = \"$username $homedir $file_to_delete\"; fputs ($fp, $logstring); fclose($fp); echo \"$file_to_delete has been deleted !\";? \t ?php / / removes a file from the hard drive that / / the PHP user has access to. $username = $HTTP_SERVER_VARS[ 'REMOTE_USER']; / / using an authentication mechanisim $homedir = \"/ home / $username\"; $file_to_delete = basename(\"$userfile\"); / / strip paths unlink ($homedir / $file_to_delete); $fp = fopen(\" / home / logging / filedelete.log\" ,\"+a\"); / /log the deletion $logstring = \"$username $homedir $file_to_delete\"; fputs ($fp, $logstring); fclose($fp); echo \"$file_to_delete has been deleted !\";?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. php_uname() Example \t דוגמה 1. php_uname() Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "(4.1.0 - 4.3.0 only) \t (PHP 4 = 4.1.0)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. pspell_new_config() \t דוגמה 1. pspell_new_config()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "'w' - Open for writing only; place the file pointer at the beginning of the file and truncate the file to zero length. \t If filename begins with anything else, the file will be opened from the filesystem, and a file pointer to the file opened is returned."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "array( [key =] value,...) / / key is either string or nonnegative integer / / value can be anything \t For more information about those structures, we refer you to external literature about this broad topic."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. modifying an attribute \t דוגמה 1. modifying an attribute"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. printer_list() example \t דוגמה 1. printer_list() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "SWFText - addString \t SWFSprite - add"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You 're supposed to know what T_SR means. \t You 're supposed to know that T_SR means."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ldap_bind() does a bind operation on the directory. bind_rdn and bind_password are optional. \t Binds to the LDAP directory with specified RDN and password. מחזיר TRUE במקרה של הצלחה או FALSE במקרה של כישלון."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "From the users point of view it would be more straight forward if the URL http: / /your.hostname / name_of_object From the users point of view it would be more straight forward if the URL http: / /your.hostname / name_of_object would return the object. \t The URL http: / /your.hostname / Hyperwave / name_of_object The URL http: / /your.hostname / Hyperwave / name_of_object would than return the Hyperwave object with the name 'name_of_object'."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "class_exists \t get_class"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This extension has no resource types defined. \t This extension does not define any constants."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Where the sendmail program can be found, usually / usr / sbin / sendmail or / usr / lib / sendmail. configure does an honest attempt of locating this one for you and set a default, but if it fails, you can set it here. \t כשהפרמטר sendmail הוא תוכנה שיכולה להמצא לרוב ב - / usr / sbin / sendmail או / usr / lib / sendmail עושה נסיון אמיתי של חיפוש תוכנה זו וקובעת ברירת מחדל, אבל אם היא לא מצליחה אתה יכול לקבוע זאת כאן."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "cpdf_continue_text \t cpdf_closepath_fill_stroke"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "aspell_check \t aspell_new"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP_INI_SYSTEM allows a change only directly in the php.ini file; PHP_INI_USER allows a change to be overridden by a user at runtime using additional configuration files, such as .htaccess; and PHP_INI_ALL PHP_INI_SYSTEM allows a change only directly in the php.ini file; PHP_INI_USER allows a change to be overridden by a user at runtime using additional configuration files, such as .htaccess; and PHP_INI_ALL allows changes to be made without restrictions. \t PHP_INI_SYSTEM allows a change only directly in the php3.ini file; PHP_INI_USER allows a change to be overridden by a user at runtime using additional configuration files, such as .htaccess; and PHP_INI_ALL PHP_INI_SYSTEM allows a change only directly in the php3.ini file; PHP_INI_USER allows a change to be overridden by a user at runtime using additional configuration files, such as .htaccess; and PHP_INI_ALL allows changes to be made without restrictions."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Servers-Sambar \t שרתים-Xitami"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "filePro functions \t filepro"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. strtotime() examples \t דוגמה 1. strtotime() examples"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "; This is a sample configuration file; Comments start with ';', as in php.ini [first_section] one = 1 five = 5 animal = BIRD [second_section] path = / usr / local / bin URL = \"http: / /www.example.com / ~username \" \t ; This is a sample configuration file; Comments start with ';', as in php.ini [first_section] one = 1 five = 5 [second_section] path = / usr / local / bin"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $a = array ('test '= 1, 'hello' = NULL); var_dump (isset ($a['test'])); / / TRUE var_dump (isset ($a['foo'])); / / FALSE var_dump (isset ($a['hello'])); / / FALSE / / The key'hello 'equals NULL so is considered unset / / If you want to check for NULL key values then try: var_dump (array_key_exists('hello', $a)); / / TRUE? \t ?php $a = array ('test '= 1, 'hello' = null); echo isset ($a['test']); / / TRUE echo isset ($a['foo']); / / FALSE echo isset ($a['hello']); / / FALSE echo array_key_exists('hello', $a); / / TRUE?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "parent \t orbit_exception_value"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The parameters must be UTF-8 encoded and their values will be interpreted as strings by the Sablotron processor. \t Finally, the last argument to the xslt_process() function is any parameters that you want to pass to the XSLT document."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. str_pad() example \t דוגמה 1. str_pad() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The libiconv library is available from http: / /www.gnu.org / software / libiconv /. \t Note that iconv() function in some system is not work well as you expect."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "eregi \t split"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Legendary PHP 1.0, PHP / FI, PHP 3.0 and PHP 4.0. \t PHP 1.0, PHP / FI, PHP 3.0 ו-PHP 4.0."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php function show_Spanish( $n, $m) {return \"The number $n is called $m in Spanish\";} function map_Spanish($n, $m) {return array ($n = $m);} $a = array(1, 2, 3, 4, 5); $b = array(\"uno\", \"dos\", \"tres\", \"cuatro\", \"cinco\"); $c = array_map(\"show_Spanish\", $a, $b); print_r($c); $d = array_map(\"map_Spanish\", $a, $b); print_r($d);? \t function show_Spanish( $n, $m) {return \"The number $n is called $m in Spanish\";} function map_Spanish($n, $m) {return array ($n = $m);} $a = array(1, 2, 3, 4, 5); $b = array(\"uno\", \"dos\", \"tres\", \"cuatro\", \"cinco\"); $c = array_map(\"show_Spanish\", $a, $b); print_r($c); $d = array_map(\"map_Spanish\", $a, $b); print_r($d);"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. gettext() -check \t דוגמה 1. gettext() -check"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "file \t file_register_wrapper"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Table F-1. \t טבלה F-1."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Character encoding is converted using output buffer. \t Make sure to use character encoding works with PHP mbstring.internal_encoding = UTF-8; Set internal encoding to UTF-8;; Set default HTTP input character encoding;; Note:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "SWFAction \t SWFBitmap"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example E-3. \t דוגמה E-3."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "assert_options \t PHP Options Information"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. rsort() example \t דוגמה 1. rsort() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If you then assign an integer value to $var, it becomes an integer. \t If you then assign an integer value to var, it becomes an integer."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This extension has no configuration directives defined in php.ini. \t Note that ClibPDF has a slightly different API compared to PDFlib."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "recode \t recode_string"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mhash \t Microsoft SQL Server functions"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PEAR, the PHP Extension and Application Repository (originally, PHP Extension and Add-on Repository) is PHP's version of foundation classes, and may grow in the future to be one of the key ways to distribute both PHP and C-based PHP extensions among developers. \t PEAR, ראשי תיבות של 'PHP Extension and Application Repository',מאגר ההרחבות והיישומים של PHP (במקור, ראשי התיבות היו: 'PHP Extension and Add-On Repository', מאגר ההרחבות והתוספים של PHP) הוא פרוייקט של PHP שמטרתו לשמש כמאגר מחלקות בסיס, בעתיד הוא עשוי להיות אחד המקורות החשובים להפצת הרחבות מבוססות C ומבוססות PHP בין המפתחים."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This extension has no configuration directives defined in php.ini. \t This will not be the case if you just unpack the FdfTk distribution."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "\"Extending PHP\" is easier said than done. \t What Is Zend? and What Is PHP?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 12-9. include_once() is case sensitive \t דוגמה לשימוש ב - require_once() ו - include_once() ניתן למצוא בקוד של PEAR שמצורף לגרסת PHP האחרונה."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The constants below are defined by this extension, and will only be available when the extension has either been compiled into PHP or dynamically loaded at runtime. \t Returns a result identifier containing the information."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "call_user_method_array \t call_user_method"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "An object with name parent / my_object could be the child of my_object in the Hyperwave hierarchy, though in a web namespace it appears to be just the opposite and the user might get confused. \t An object with name 'parent / my_object' could be the child of 'my_object 'in the Hyperwave hierarchy, though in a web namespace it appears to be just the opposite and the user might get confused."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_set_text_matrix \t pdf_set_text_pos"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php / / prints something like: \t דוגמה 3. date() and mktime() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "yaz_search() prepares for a search on the connection given by id. \t yaz_search() prepares for a search on the target with given id."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP (recursive acronym for \"PHP: \t PHP (נוטריקון רקורסיבי ל \"PHP:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Include vpopmail support. \t DIR is the LDAP base install directory."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. swfmorph() example \t דוגמה 1. swfmorph() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "hw_api_content \t hw_api - object"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 2. test_script.php \t דוגמה 2. test_script.php"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "hw_api - userlist \t icap_store_event"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example C-6. \t דוגמה C-6."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Call a user defined function given by the function parameter. \t Call a user defined function given by the function_name parameter."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Sorting type flags: used by various sort functions \t CASE_UPPER and CASE_LOWER are used with the array_change_key_case() CASE_UPPER and CASE_LOWER are used with the array_change_key_case() function."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "00 through 23 \t H - hour, 24-hour format; i.e. \"00 \"to \"23\""} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns TRUE on success or FALSE on failure. \t It is useful for error recovery. מחזיר TRUE במקרה של הצלחה או FALSE במקרה של כישלון."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also: require(), include(), include_once(), get_required_files(), get_included_files(), readfile(), and virtual(). \t מידע נוסף ניתן למצוא בפרקים: require(), include(), include_once(), get_required_files(), get_included_files(), readfile(), ו - virtual()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The following example would display a is bigger than b if $a is bigger than $b: \t הדוגמה הבאה תדפיס a is bigger than b אם $a גדול מ - $b:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_setgray \t pdf_setlinecap"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "1321299 [3] = Slow queries: \t 1321299 Slow queries:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP functions that return a resource are identified by having a return type of resource in their function definition. \t PHP functions that return a resource are identified by having a return type of resource in their function definitions."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. get_class_vars() example \t דוגמה 1. get_class_vars() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Do this by passing an associative array as ctcp_messages. \t Currently ircg_pconnect() always returns a valid handle, even if the connection failed."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You can find a browscap.ini file at http: / /www.garykeith.com / browsers / downloads.asp. \t ניתן למצוא את הקובץ browscap.ini ב - http: / /www.cyscape.com / asp / browscap /."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Using error handling in a script \t Fore more Information see the section Error Handling."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "cpdf_save \t cpdf_scale"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. eval() example - simple text merge \t דוגמה 1. eval() example - simple text merge"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mb_regex_set_options \t mb_regex_encoding"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Call this function before yaz_search() or yaz_present() to specify the element set name for records to be retrieved. \t This function is used in conjunction with yaz_search() and yaz_present() to specify the element set name for records to be retrieved."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If the variable being unserialized is an object, after successfully reconstructing the object PHP will automatically attempt to call the __wakeup() member function (if it exists). \t דוגמה 1. unserialize_callback_func example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_setpolydash \t pdf_setrgbcolor"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "get_declared_classes \t get_class_methods"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Do you like yellow? * /? \t Do you like yellow? * /"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Write A::example() to do this (in fact, you should be writing parent::example(), as shown in the next section). \t בדוגמא שמעל, המחלקה B מגדירה מחדש את הפונקציה example(). ההגדרה המקורית בתוך המחלקה A \"מוצללת \"ולא מתקיימת למעשה, עד אשר מייחסים ספציפית למימוש של example() שבתוך המחלקה A תוך שימוש באופרטור::. הכתיבה של A::example() עושה זאת (למעשה, רצוי לכתוב: parent::example(), כפי שיודגם בחלק הבא)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If you prefer this file in another location, use --with-config-file-path= / path in step 10. \t If you prefer this file in another location, use --with-config-file-path= / path in step 8."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. ingres_fetch_array() example \t דוגמה 1. ingres_fetch_array() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. pspell_suggest() \t דוגמה 1. pspell_suggest()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "So, you 'd access these variables like any other described within the section on retrieving variables from outside of PHP. \t מאחר ש-$foo.x ו-$foo.y אינם משתנים שמתקבלים על-ידי PHP, שמותיהם מומרים אוטומטית ל-$foo_x ו-$foo_y. מה שבעצם קורה הוא שהנקודות במשתנים מוחלפות בקוים תחתונים."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Using $_FILES is preferred. \t $userfile - שם הקובץ הזמני שבו אוחסן הקובץ שהועלה לשרת."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "17 [7] = Queries per second avg: \t 17 Queries per second avg:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "It can be either TRUE or FALSE. \t הסוג הבוליאני הוא הסוג הפשוט ביותר. הוא מבטא ערך של אמת או שקר. הערך שלו יכול להיות TRUE או FALSE."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The type represents the query type - only \"rpn\" is supported now in which case the third argument specifies a Type-1 query in prefix query notation. \t The type represents the query type - only \"rpn\" is supported now in which case the third argument specifies a Type-1 query (RPN)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "atan \t atanh"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "DomElement - get_attribute_node \t DomDocumentType - system_id"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Like htmlspecialchars(), it takes an optional third argument which defines character set used in conversion. \t Here is an example of how to do this."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. swfdisplayitem - rotateto() example \t דוגמה 1. swfdisplayitem - rotateto() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Use of this function is recommended instead of addslashes(). \t Use of this functon is recommended instead of addslashes()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP includes several functions which find out what type a variable is, such as: gettype(), is_array(), is_float(), is_int(), is_object(), and is_string(). \t ב - PHP אין הפרדה בין סוגי משתנים ובדרך-כלל התבצעות המרות לפי הצורך ולכן לא תמיד ברור מהו סוג המשתנה בכל זמן נתון. ב - PHP מספר פונקציות למציאת סוג המשתנה: gettype(), is_long(), is_double(), is_string(), is_array(), ו - is_object()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See the Session handling functions section for more information. \t מערך אסוציאטיבי הממזג את כל המידע ממשתני GET, POST ו-Cookie. במילים אחרות, הוא מכיל את כל המידע המגיע מהמשתמש ומבחינת אבטחת מידע אינו מומלץ לשימוש כי לא ניתן לבטוח במידע זה. נוסף ל-PHP החל מגרסה 4.1.0."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The complex syntax was introduced in PHP 4, and can be recognised by the curly braces surrounding the expression. \t The complex syntax was introduced in PHP 4, and can by recognised by the curly braces surrounding the expression."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In order to use variable variables with arrays, you have to resolve an ambiguity problem. \t שתי הדוגמאות ידפיסו: hello world."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "cpdf_closepath \t cpdf_closepath_stroke"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. getimagesize (file) \t דוגמה 1. getimagesize (file)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Using UDP connection \t דוגמה 1. fsockopen() Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mb_output_handler() example \t דוגמה 1. mb_output_handler() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For a list of all directives, please read your well commented php.ini file. \t The format is like the system 's PATH environment variable: a list of directories separated with a colon in UNIX or semicolon in Windows."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "array_reduce() applies iteratively the function function to the elements of the array input, so as to reduce the array to a single value. \t array_reduce() applies iteratively the callback function to the elements of the array input, so as to reduce the array to a single value."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "$fields[ \"ti\"] = \"1=4\"; $fields[\"au\"] = \"1=1\"; $fields[\"isbn\"] = \"1=7\"; yaz_ccl_conf($id,$fields); \t $field[ \"ti\"] = \"1=4\"; $field[\"au\"] = \"1=1\"; $field[\"isbn\"] = \"1=7\"; yaz_ccl_conf($id,$field);"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You can prevent a recognized character in the format string from being expanded by escaping it with a preceding backslash. \t echo date( \"l \\\\t\\h\\e jS\"); / / prints something like 'Saturday the 8th '"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Everytime an undefined class should be instantiated, it 'll be called. \t It' s possible to set a callback-function which will be called, if an undefined class should be instanciated during unserializing. (to prevent getting an incomplete object \"__PHP_Incomplete_Class\".) Use your php.ini, ini_set() or .htaccess-file to define 'unserialize_callback_func '."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "internal_encoding and output_encoding should be defined by iconv_set_encoding() or in the configuration file php.ini. \t internal_encoding and output_encoding should be defined by iconv_set_encoding() or in configuration file."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "1 to 31 \t j - day of the month without leading zeros; i.e. \"1 \"to \"31\""} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "shm_remove_var \t shm_remove"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mcrypt_enc_get_supported_key_sizes() example \t דוגמה 1. mcrypt_enc_get_supported_key_sizes() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "cpdf_setlinecap \t cpdf_setgray_fill"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. array_unshift() example \t דוגמה 1. array_unshift() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "As an Apache module, open_basedir paths from parent directories are now automatically inherited. \t For practical reasons it 's currently not allowed to have.. components in the path to the executable."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "xmlrpc_encode_request \t xmlrpc_decode_request"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP 4 is currently the latest released version of PHP. \t PHP 4 היא הגרסה האחרונה של PHP. העבודה על שיפור מנוע Zend לקראת PHP 5.0 כבר החלה."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Consider unresolved documents (the document() function) non-lethal. \t If you need support for the old extension, please ask your questions on the php-general@lists.php.net mailing list."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See the recode extension for more information. \t The behaviour of the MySQL functions is affected by settings in the global configuration file php.ini."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This is accomplished via MIME-encoding - for more information, see this Zend article or the PEAR Mime Classes. \t RFC 1896, RFC 2045, RFC 2046, RFC 2047, RFC 2048, ו RFC 2049."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also: ircg_register_format_messages(). \t See also: ircg_register_format_messages() and ircg_lookup_format_messages()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Please read the section on Booleans for more information. \t פונקציה זו עשוייה להחזיר FALSE אך כמו כן, עשוייה להחזיר ערך זהה ל FALSE במשפט התנייה פשוט. יש להשתמש ב אופרטור === בבדיקת הערך המוחזר מפונקציה זו."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The parameter list of this declaration is very important; you should keep these parameters in mind (see Table 31-1 for descriptions). \t The parameter list of this declaration is very important; you should keep these parameters in mind (see טבלה 32-1 for descriptions)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pg_ping \t pg_pconnect"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "MYSQL_BOTH \t MYSQL_USE_RESULT"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Your entries should look like this: \t For Windows NT, mkdir %SystemDrive%\\tmp."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "File is in wrong directory in / docroot / script.php on line 2 \t In safe mode, headers beginning with 'authorization' (case-insensitive) will not be returned."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mime_content_type \t mhash_keygen_s2k"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also htmlspecialchars(), htmlentities(), wordwrap(), and str_replace(). \t See also htmlspecialchars(), htmlentities() and wordwrap()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. krsort() example \t דוגמה 1. krsort() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This extension has no configuration directives defined in php.ini. \t thttpd webserver"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "1 [6] = Open tables: \t 1 Open tables:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Since PHP 4.3.0, the year parameter is optional and defaults to the current year according to the localtime if ommited. \t If no year is specified, the current year is assumed."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Beginning with PHP 4.3, getimagesize() also returns an additional parameter, mime, that corresponds with the MIME type of the image. \t Currently this will return the different JPG APP markers in an associative Array."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also NULL, is_bool(), is_numeric(), is_float(), is_int(), is_string(), is_object(), is_array(), is_integer(), and is_real() \t See also is_bool(), is_numeric(), is_float(), is_int(), is_string(), is_object(), is_array(), is_integer(), and is_real()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Set this option to a non-zero value if you want CURL to report everything that is happening. \t CURLOPT_VERBOSE: קבע את הערך לערך השונה מאפס אם יש לאפשר ל CURL לדווח על כל אשר קורה."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "cpdf_finalize \t cpdf_finalize_page"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mysql_client_encoding() returns the default character set name for the current connection. \t mysql_character_set_name() returns the default character set name for the current connection."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mailparse_msg_extract_part \t mailparse_msg_free"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP defines a set of macros that can be used in this process, the most useful of which are described in Table 41-1. \t PHP defines a set of macros that can be used in this process, the most useful of which are described in טבלה 42-1."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. strcasecmp() example \t דוגמה 1. strcasecmp() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Give the name of the HTTP proxy to tunnel requests through. \t CURLOPT_PROXY: ציין את שם ה HTTP proxy שהבקשות יועברו דרכו."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. hexdec() example \t דוגמה 1. hexdec() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Secondly, the function names follow the PHP naming convention. \t First, all class attributes are implemented as functions with the same name and secondly the function names follow the PHP naming convention."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP programmers should be familiar with processing instructions (PIs) already. ?php? is a processing instruction, where php is called the \"PI target \". \t PHP programmers should be familiar with processing instructions (PIs) already. ?php? is a processing instruction, where php PHP programmers should be familiar with processing instructions (PIs) already. ?php? is a processing instruction, where php is called the \"PI target \"."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Then, start writing code and repeat the last two steps as often as necessary. \t You could also specify build instructions for other files if your module is built from multiple source files."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. ord() example \t דוגמה 1. ord() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $a = array( 1 = 'one', 2 = 'two', 3 = 'three'); unset($a[2]); / * will produce an array that would have been defined as $a = array(1 = 'one', 3 = 'three'); and NOT $a = array(1 = 'one', 2 = 'three'); * / $b = array_values($a); / / Now b is array(1 = 'one', 2 = 'three')? \t $a = array( 1 = 'one', 2 = 'two', 3 = 'three '); unset ($a[2]); / * will produce an array that would have been defined as $a = array (1= 'one', 3= 'three'); and NOT $a = array (1 = 'one', 2 = 'three'); * /"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Deprecated. \t (PHP 3 = 3.0.7, PHP 4)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns the newly created directory name on success or FALSE on error. \t Returns the newly created directory name on success, FALSE on error."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php / / Turn off all error reporting error_reporting( 0); / / Report simple running errors error_reporting (E_ERROR _BAR_ E_WARNING _BAR_ E_PARSE); / / Reporting E_NOTICE can be good too (to report uninitialized / / variables or catch variable name misspellings...) error_reporting (E_ERROR _BAR_ E_WARNING _BAR_ E_PARSE _BAR_ E_NOTICE); / / Report all errors except E_NOTICE / / This is the default value set in php.ini error_reporting (E_ALL ^ E_NOTICE); / / Report all PHP errors (bitwise 63 may be used in PHP 3) error_reporting (E_ALL); / / Same as error_reporting(E_ALL); ini_set ('error_reporting', E_ALL);? \t error_reporting (55); / / PHP 3 equivalent to E_ALL ^ E_NOTICE / * ...in PHP 4, '55 'would mean (E_ERROR _BAR_ E_WARNING _BAR_ E_PARSE _BAR_ E_CORE_ERROR _BAR_ E_CORE_WARNING) * / error_reporting (2039); / / PHP 4 equivalent to E_ALL ^ E_NOTICE error_reporting (E_ALL ^ E_NOTICE); / / The same in both PHP 3 and 4"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The original name of the file on the client machine. \t $userfile_size - הגודל של הקובץ ביחידות של בייט (byte)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $rest = substr( \"abcdef\", 1); / / returns \"bcdef \"$rest = substr(\"abcdef\", 1, 3); / / returns \"bcd\" $rest = substr(\"abcdef\", 0, 4); / / returns \"abcd \"$rest = substr(\"abcdef\", 0, 8); / / returns \"abcdef\" / / Accessing via curly braces is another option $string = 'abcdef'; echo $string{0}; / / returns a echo $string{3}; / / returns d? \t $rest = substr( \"abcdef\", 1); / / returns \"bcdef \"$rest = substr(\"abcdef\", 1, 3); / / returns \"bcd\" $rest = substr(\"abcdef\", 0, 4); / / returns \"abcd \"$rest = substr(\"abcdef\", 0, 8); / / returns \"abcdef\""} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If you choose the default files handler, this is the path where the files are created. \t Since PHP must know which global variables are registered as session variables, users must register variables with session_register() function while $HTTP_SESSION_VARS / $_SESSION does not need to use session_register()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "There are still some things to do: \t There are still some things todo:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_set_text_pos \t pdf_set_value"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "To use them, you need to know about objects. \t SWFTextField - setMargins - - Sets the margins width of the text field."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Pass a string formatted in the [username] :[password] manner, for PHP to use for the connection. \t CURLOPT_USERPWD: העבר ערך מסוג מחרוזת בפורמט [username] :[password], כדי ש PHP תשתמש בו עבור ההתחברות."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "openssl_pkey_export \t openssl_pkey_new"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "php $result = mysql_query( \"SELECT * WHERE 1=1\") or die(\"Invalid query: \". mysql_error());? \t php $result = mysql_query( \"SELECT * WHERE 1=1\") or die(\"Invalid query\");?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "com_load_typelib \t com_load"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "As always you can calculate the logarithm in base b of a number n, but using the mathematical identity: log b (n) = log(n) / log(b), where log is the neperian (or natural) logarithm. \t Returns the natural logarithm of arg."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mb_internal_encoding() example \t דוגמה 1. mb_internal_encoding() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If your email address was joeblow@example.com, you can send your subscription request to php-general-subscribe-joeblow=example.com@lists.php.net, or your unsubscription request to php-general-unsubscribe-joeblow=example.com@lists.php.net. \t אם נוצרות בעיות ברישום או בהסרת רישום מרשימת התפוצה php-general, כנראה שדבר זה קורה בגלל שתוכנת רשימות התפוצה לא מצליחה לזהות את כתובת האי-מייל הנחוצה לשימוש ברשימה. לדוגמא, אם כתובת הדואר שלך הייתה joeblow@example.com, יש באפשרותך לשלוח את בקשת ההרשמה ל php-general-subscribe-joeblow=example.com@lists.php.net, או לשלוח את בקשת המחיקה מהרשימה ל php-general-unsubscribe-joeblow=example.com@lists.php.net. השתמש באותה צורת כתובת לרשימות התפוצה האחרות."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "By doing this, you avoid using the name of your base class in more than one place. \t במקום להשתמש בשם המילולי (ליטרלי) של המחלקת הבסיס של הקוד, רצוי לבצע שימוש ב שם המיוחד parent, שלמעשה מצביע על השם של מחלקת הבסיס כפי שנכתבה תוך שימוש בהכרזה extends במחלקה שלך. בעזרת שימוש גזה, נמנעים משימוש בשם של מחלקת הבסיס ביותר ממקום אחד. ככה, כשעושים שינוי במימוש של ההורשות, מספיק לשנות את השם המוכרז extends שנמצא בהכרזה על המחלקה."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "msession_get_array \t msession_get"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "1 through 12 \t n - month without leading zeros; i.e. \"1 \"to \"12\""} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For example: \t unlink()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Make sure to take daylight saving time and leap years into consideration when working with these functions. \t Especially consider daylight saving time settings and leap years."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For related information on this change, read the configuration entry for register_globals, the security chapter on Using Register Globals, as well as the PHP 4.1.0 and 4.2.0 Release Announcements. \t תכולת כותר ה - Accept: בפנייה הנוכחית, אם קיים כותר כזה."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In this case, $_FILES[ 'userfile']['name'][0] would contain the value review.html, and $_FILES['userfile']['name'][1] would contain the value xwp.out. \t לדוגמה, בהנחה שהקבצים / home / test / review.html ו - / home / test / xwp.out נשלחו. במקרה הזה, $userfile_name[ 0] יכיל את הערך review.html, ו - $userfile_name[1] יכיל את הערך xwp.out. באותו האופן, $userfile_size[0] יכיל את גודל הקובץ review.html וכיוצא בזה."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For command line users, make sure that you either have the C+ + environment variables registered, or have run vcvars.bat, and then execute one of the following commands: \t Make another directory and unzip bindlib_w32.zip into it."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If you would like to force a variable to be converted to a certain type, you may either cast the variable or use the settype() function on it. \t בשביל לשנות סוג של משתנה, ניתן להשתמש ב המרה (cast) או להשתמש בפונקציית settype()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The main goal of the language is to allow web developers to write dynamically generated webpages quickly, but you can do much more with PHP. \t Hypertext Preprocessor \", היא שפת סקריפט בעלת קוד פתוח לשימוש כללי ומותאמת במיוחד לפיתוח באינטרנט ויכולה להשתלב בעמודי HTML. התחביר שאוב משפת C, JAVA ופרל והשפה קלה ללמידה. המטרה העיקרית של השפה היא לאפשר למפתחים ברשת לכתוב עמודים הנוצרים בצורה דינאמית ובמהירות אך אפשר לעשות עוד המון דברים בעזרת PHP."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. array_slice() examples \t דוגמה 1. array_slice() examples"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "fdf_set_target_frame \t fdf_set_value"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Analogous to the old $HTTP_SERVER_VARS array (which is still available, but deprecated). \t כתובת ה-URI המשמשת לגישה לעמוד הנוכחי. לדוגמה: / index.html '."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "With this extension you can easily implement a Z39.50 origin (client) that searches or scans Z39.50 targets (servers) in parallel. \t This extension offers a PHP interface to the YAZ toolkit that implements the Z39.50 protocol for information retrieval."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Can I run several versions of PHP at the same time? \t 4. האם ניתן להריץ כמה גירסאות של PHP בעת ובעונה אחת?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Before the replacement newnode is copied if it has a parent to make sure a node which is already in the document will not be inserted a second time. \t This function replaces an existing node with the passed new node."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Publications about PHP \t פרסומים על PHP"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This means that you do not need to call reset() before a foreach loop. \t הערה: כאשר מתחיל ביצוע לולאת foreach, ערכו של המצביע הפנימי מאותחל לאבר הראשון במערך. כלומר, אין צורך לבצע קריאה לפונקציה reset() לפני לולאת foreach."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The first is an indexing mechanism (indexer). \t If you installed mnogosearch at other path you should specify it: --with-mnogosearch=DIR."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "openssl_csr_export \t openssl_csr_export_to_file"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The syntax of declare is similar to the syntax of other flow control constructs: \t מבנה ה - declare משמש לקביעת הוראת הפעלה לגבי בלוק מסויים. התחביר דומה לתחביר של מבני-בקרה אחרים:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If this directive is empty, PHP will let the user modify ANY environment variable! \t sql_safe_mode restrictions, (!= safe mode)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 3. swfaction() example \t דוגמה 3. swfaction() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also session_start(), session_set_save_handler(), and session.save_handler. \t See also session_start()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 3. mysql_fetch_array with MYSQL_ASSOC \t דוגמה 3. mysql_fetch_array with MYSQL_ASSOC"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Simple cases such as the above example can be thought of as a maximizingSimple cases such as the above example can be thought of as a maximizing repeat that must swallow everything it can. \t Simple cases such as the above example can be thought of as a max-Simple cases such as the above example can be thought of as a max - imizing repeat that must swallow everything it can."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The behaviour of these functions is affected by settings in php.ini. \t They have been added in PHP 4 (4.0.4)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If you want to output some binary data such as image from PHP script with PHP 4.2.x or earlier, you must set output encoding to \"pass\" using mb_http_output(). \t If you want to output some binary data such as image from PHP script, you must set output encoding to \"pass\" using mb_http_output()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Next month followed a German book authored by Egon Schmid, Christian Cartus and Richard Blume. \t ככל הידוע לנו, הספר הראשון שנכתב על PHP היה 'php-dynamische webauftritte professionell realisieren', ספר בגרמנית שיצא לאור בשנת 1999 ונכתב על ידי אגון שמיד, כריסטיאן קרטוס וריצ'רד בלום (Egon Schmid,Christian Cartus,Richard Blume). הספר הראשון על PHP בשפה האנגלית יצא לאור זמן קצר לאחר מכן ונקרא 'Core PHP Programming' מאת לאון אטקינסון (Leon Atkinson). שני הספרים נכתבו על PHP 3.0."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. array_push() example \t דוגמה 1. array_push() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Prev \t מדריך PHP"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mb_preferred_mime_string() example \t דוגמה 1. mb_preferred_mime_string() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "It is your responsibility to propagate the call to constructors upstream where appropriate. \t לא PHP 3 ולא PHP 4 קוראים לבנאי של מחלקת הבסיס אוטומטית מבנאי של מחלקה נגזרת. זה באחריות המשתמש לקורא לפונקציה הבנאית של מחלקת הבסיס במקרה כזה."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "cpdf_setrgbcolor \t cpdf_show"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See the manual section about building PHP from source on Windows. \t דבר ראשון, חובה עליך שתהיה ברשותך תוכנת Microsoft Visual C+ + בגירסה 6 (5 גם יכולה לעבוד, אבל אנחנו עושים זאת בגירסה 6), וצריכים להמצא גם כמה קבצי תמיכה. ניתן לבדוק זאת במדריך תחת מדור בניית PHP מקוד המקור תחת חלונות."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Configuration directives \t Configuration"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You can also write to files on an FTP server (provided that you have connected as a user with the correct access rights). \t ?php $file = fopen (\"http: / /www.php.net / \", \"r\"); if (!$file) {echo\" p Unable to open remote file.\\n\"; exit;} while (!feof ($file)) {$line = fgets ($file, 1024); / * This only works if the title and its tags are on one line * / if (eregi (\"title (.*) / title\", $line, $out)) {$title = $out[1]; break;}} fclose($file);?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "A full numeric representation of a year, 4 digits \t y - year, 2 digits; e.g. \"99 \""} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php preg_match_all (\"_BAR_ [^] + (.*) / [^] + _BAR_U\",\" b example: / b div align=left this is a test / div \", $out, PREG_PATTERN_ORDER); print $out[0][0] .\", \".$out[0][1] .\"\\n\"; print $out[1][0] .\", \".$out[1][1] .\"\\n\";? \t preg_match_all (\"_BAR_ [^] + (.*) / [^] + _BAR_U\",\" b example: / b div align=left this is a test / div \", $out, PREG_PATTERN_ORDER); print $out[0][0] .\", \".$out[0][1] .\"\\n\"; print $out[1][0] .\", \".$out[1][1] .\"\\n\";"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "md5_file \t ltrim"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In an effort to cooperate and start building upon PHP / FI 's existing user-base, Andi, Rasmus and Zeev decided to cooperate and announce PHP 3.0 as the official successor of PHP / FI 2.0, and development of PHP / FI 2.0 was mostly halted. \t אחת מהיתרונות הגדולים ביותר של PHP 3.0 היה יכולות ההרחבה שלה. בנוסף לתמיכה במסדי נתונים, פרוטוקולים וממשקי תכנות (APIs), יכולות ההרחבה של PHP 3.0 משכו מתכנתים רבים להצטרף לשלוח רכיבי הרחבה חדשים. זה היה אחד מהגורמים להצלחה המסחררת של PHP 3.0. בין התכונות האחרות שהוצגו ב-PHP 3.0 ניתן למצוא את המעבר לתחביר של תכנות מונחה עצמים והפיכתו של התחביר ליותר עקבי."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also list(), foreach, each(), and call_user_func_array(). \t See also each() and list()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_open \t pdf_open_tiff"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 3. getimagesize() and MIME types \t Some Programs use these APP markers to embedd text information in images."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "dba_list \t dba_insert"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. shuffle() example \t דוגמה 1. shuffle() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mailparse_msg_get_part_data \t mailparse_msg_free"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "0 [4] = Opens: \t 1 Opens:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "cpdf_setrgbcolor_fill \t cpdf_setrgbcolor"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mb_eregi \t mb_get_info"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "msession_get \t msession_get_array"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example E-6. \t דוגמה E-6."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Note that ZZIPlib only provides a subset of functions provided in a full implementation of the ZIP compression algorithm and can only read ZIP file archives. \t Please note that ZZIPlib only provides a subset of functions provided in a full implementation of the ZIP compression algorithm and can only read ZIP file archives."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "ovrimos_result \t ovrimos_rollback"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "__LINE__ \t הסתכל בסוג null)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "php4 / TSRM \t TSRM"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "fprintf \t get_html_translation_table"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "odbc_result_all \t odbc_procedures"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "swffont - getwidth \t SWFFill - moveTo"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This setting cannot be empty but you can specify a list of encodings supported by mbstring. \t These constants are defined by this extension, and will only be available when the extension has either been compiled into PHP or dynamically loaded at runtime."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 12-3. \t דוגמה 11-3. דוגמה בסיסית ל - include()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This extension has no configuration directives defined in php.ini. \t This extension does not define any configuration directives."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mode specifies the type of access you require to the stream. \t If the remote file already exists on the ftp server and you attempt to open it for writing, this will fail."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. printer_open() example \t דוגמה 1. printer_open() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "An expanded mysql_fetch_assoc() example \t דוגמה 1. mysql_fetch_assoc()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "It is also important that you do not use an older libpq than the PostgreSQL Server to which you will be connecting. \t It is also important that you use newer libpq than PostgreSQL Server to be connected."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "xml_parser_create \t xml_parser_free"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Constants may also be parsed in the ini file so if you define a constant as an ini value before running parse_ini_file(), it will be integrated into the results. \t If the ini file you are trying to parse is malformed, PHP will exit."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "vpopmail_alias_del_domain \t vpopmail_alias_add"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The timeout can be changed and queried at any time with ftp_set_option() and ftp_get_option(). \t The timeout can be changed and queried anytime with ftp_set_option() and ftp_get_option()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "substr \t substr_replace"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. microtime() example \t דוגמה 1. microtime() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This is the same restriction as for the header() function. \t $Count++; setcookie(\"Count\", $Count, time()+3600); setcookie(\"Cart[$Count]\", $item, time()+3600);"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If the string does not match one of these, then 'private' is used. \t CURLOPT_KRB4LEVEL: העבר את רמת האבטחה KRB4 (Kerberos 4). הערך יכול להיות כל אחד מהערכים הבאים (מהחלשה מבין האפשרויות, לחזקה מביניהם): 'clear', 'safe', 'confidential', 'private'. אם הערך אינו תואם את אחד מהערכים האילו, אזי 'private 'תהיה בשימוש. אם הערך נקבע ל NULL, אבטחת KRB4 תהיה מנוטרלת. אבטחת KRB4 עובדת כרגע רק עם העברות FTP."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "A hidden HTML form element \t דוגמה 51-1. פריט מוסתר (hidden) בטופס HTML"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "openssl_x509_export \t openssl_x509_export_to_file"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This is available since PHP 4.3.0 for compatibility with the deprecated dbm extension only and should be avoided. \t The actually available list of handlers is displayed by invoking phpinfo()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This section holds the most general questions about PHP: what it is and what it does. \t מדור זה כולל את השאלות הכלליות ביותר על PHP: מה היא ומה היא עושה."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "number_format \t nl2br"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "DIR is the cybercash mck build directory, defaults to / usr / src / mck-3.2.0.3-linux for help look in extra / cyberlib. \t Set DIR to shared to build as a dl, or shared,DIR to build as a dl and still specify DIR."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "get_elements_by_tagname \t DomElement_set_attribute_node()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The first way, ?php...?, is the preferred method, as it allows the use of PHP in XML-conformant code such as XHTML. \t הדרך הראשונה תפעל רק אם התמיכה בתגיות קצרות הופעלה. כדי אפשר להפעיל תמיכה זו( ב PHP 3) על-ידי שימוש בפונקציה short_tags(), תוך הפעלת האפשרות short_open_tag בקובץ ההגדרות של PHP, או על-ידי הידור של PHP עם האופציה --enable-short-tags בהרצת ה configure."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "With PHP you are not limited to output HTML. \t ב-PHP אין הגבלה לפלט של HTML בלבד."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_show \t pdf_show_xy"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. swfdisplayitem - setname() example \t דוגמה 1. swfdisplayitem - setname() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "cpdf_closepath \t cpdf_continue_text"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The main package you need to install is php4-core-4.2.3.tgz, which contains the basic engine (plus gettext and iconv). \t To use this method, ensure that you have a recent ports tree."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "References in PHP are a means to access the same variable content by different names. \t References are a means in PHP to access the same variable content by different names."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. str_repeat() example \t דוגמה 1. str_repeat() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "fileatime \t file_exists"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "After calling this function, you can no longer use the FTP connection and must create a new one with ftp_connect(). \t This function is only available in CVS."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "cpdf_show \t cpdf_show_xy"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "stream_set_write_buffer \t socket_writev"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "However, if a once-only subpattern is not used, the match runs for a very long time indeed because there are so many different ways the + and * repeats can carve up the subject, and all have to be tested before failure can be reported. \t However, if a once-only sub - pattern is not used, the match runs for a very long time indeed because there are so many different ways the + and * repeats can carve up the subject, and all have to be tested before failure can be reported."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Note: \t SIGALRM"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "What 's next? \t מה PHP יודעת לעשות?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. constant() example \t דוגמה 1. constant() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Takes the filepointer, handle, and truncates the file to length, size. \t Takes the filepointer, fp, and truncates the file to length, size."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "vpopmail_add_alias_domain_ex \t vpopmail functions"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Like with the if statement, you can group multiple statements within the same while loop by surrounding a group of statements with curly braces, or by using the alternate syntax: \t בדומה לפקודת ה - if, ניתן לאגד מספר פקודות לבלוק אחד בלולאת while אחת בעזרת סוגריים מסולסלים או תוך שימוש בתחביר האלטרנטיבי:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. chunk_split() example \t דוגמה 1. chunk_split() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "cpdf_fill \t cpdf_finalize"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "filepro \t filepro_rowcount"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "C:\\WINNT\\SYSTEM32 or C:\\WINDOWS\\SYSTEM32) \t There a quite some functions which do not fit into the DOM standard and should not be used anymore as listed in the following table."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The default location of php.ini is a compile time option (see the FAQ entry), but can be changed for the CGI and CLI version with the -c command line switch, see the chapter about using PHP from the command line. \t Setting this to \"GP\", for example, will cause PHP to completely ignore environment variables, cookies and server variables, and to overwrite any GET method variables with POST-method variables of the same name."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "TIFF support was added in PHP 4.2. \t JPEG2000 support will be added in PHP 4.3."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Note: \t popen()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "function scan_titles( $id, $startterm) {yaz_scan($id ,\"rpn\", \"@attr 1=4 \". $startterm); yaz_wait(); $errno = yaz_errno($id); if ($errno == 0) {$ar = yaz_scan_result($id, $options); echo'Scan ok; '; while(list($key,$val)=each($options)) {echo \"$key = $val nbsp ;\";} echo' br table tr td '; while(list($key,list($k, $term, $tcount))=each($ar)) {if (empty($k)) continue; echo\" tr td $term / td td \"; echo $tcount; echo\" / td / tr \";} echo' / table ';} else {echo \"Scan failed. \t function scan_titles( $id, $starterm) {yaz_scan($id ,\"rpn\", \"@attr 1=4 \". $starterm); yaz_wait(); $errno = yaz_errno($id); if ($errno == 0) {$ar = yaz_scan_result($id, $options); echo 'Scan ok; '; $ar = yaz_scan_result($id, $options); while(list($key,$val)=each($options)) {echo \"$key = $val nbsp ;\";} echo' br table tr td '; while(list($key,list($k, $term, $tcount))=each($ar)) {if (empty($k)) continue; echo\" tr td $term / td td \"; echo $tcount; echo\" / td / tr \";} echo' / table ';} else {echo \"Scan failed."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php mysql_connect( \"localhost\", \"mysql_user\", \"mysql_password\") or die(\"Could not connect: \". mysql_error()); mysql_select_db(\"mydb\"); $result = mysql_query(\"SELECT id, name FROM mytable\"); while ($row = mysql_fetch_array($result, MYSQL_BOTH)) {printf (\"ID: %s Name: %s\", $row[0], $row[\"name\"]);} mysql_free_result($result);? \t ?php mysql_connect( \"localhost\", \"mysql_user\", \"mysql_password\") or die(\"could not connect\"); mysql_select_db(\"mydb\"); $result = mysql_query(\"SELECT id, name FROM mytable\"); while ($row = mysql_fetch_array($result, MYSQL_BOTH)) {printf (\"ID: %s Name: %s\", $row[0], $row[\"name\"]);} mysql_free_result($result);?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In PHP global variables must be declared global inside a function if they are going to be used in that function. \t $a = 1; / * global scope * / function Test() {echo $a; / * reference to local scope variable * /} Test();"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "These predefined variables are found in the $_SERVER and $HTTP_SERVER_VARS These predefined variables are found in the $_SERVER and $HTTP_SERVER_VARS arrays. \t Only \"Basic\" authentication is supported at this point."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "To compile PHP with Ingres support, you need the Open API library and header files included with Ingres II. \t You need the Open API library and header files included with Ingres II."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Table 1. openlog() Options \t טבלה 1. openlog() Options"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "getopt \t getrusage"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For example, to get DOCUMENT_ROOT you' ll use $_SERVER['DOCUMENT_ROOT'] instead of $DOCUMENT_ROOT, or $_GET['id'] from the URL http: / /www.example.com / test.php?id=3 instead of $id, or $_ENV['HOME'] instead of $HOME. \t מחרוזת הפנייה (query string) שדרכה התבצעה גישה לעמוד."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. openssl_pkcs7_encrypt() example \t דוגמה 1. openssl_pkcs7_encrypt() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Table 33-1, Table 33-2 and Table 33-3 describe these functions. \t To add new elements to the array, you can use numerous functions, depending on what you want to do. טבלה 34-1, טבלה 34-2 and טבלה 34-3 describe these functions."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "01 through 12 \t m - month; i.e. \"01 \"to \"12\""} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP 4.0, based on this engine, and coupled with a wide range of additional new features, was officially released in May 2000, almost two years after its predecessor, PHP 3.0. \t PHP 4.0 המבוססת על מנוע זה, והכוללת מגוון רחב של תכונות חדשות שוחררה רשמית במאי 2000, כמעט שנתיים אחרי PHP 3.0. בנוסף לביצועים המשופרים, PHP 4.0 כללה תכונות מפתח אחרות, כגון תמיכה בשרתי Web מרובים, HTTP Sessions, חציצת פלט (output buffering), דרכים בטוחות יותר לטיפול בקלט מן המשתמש וגם כמה חלקים חדשים בשפה עצמה."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "(4.2.0 - 4.2.3 only) \t (PHP 4 = 4.2.0)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. pack() format string \t דוגמה 1. pack() format string"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Enable transparent session id propagation. \t DIR is the base install directory for the JDK."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mysql_errno Example \t דוגמה 1. mysql_errno Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. openssl_seal() example \t דוגמה 1. openssl_seal() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "dbx_escape_string \t dbx_error"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If you don 't want these, simply strip them out: \t שים לב כי הפונקציה readdir() תחזיר את הערך. ו את... אם אינך רוצה בהם, פשוט הסר אותם:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For example, the pattern (a_BAR_b\\1)+For example, the pattern (a_BAR_b\\1) + matches any number of \"a\"s and also \"aba\", \"ababaa \"etc. \t For example, the pat - tern (a_BAR_b\\1)+For example, the pat - tern (a_BAR_b\\1) + matches any number of \"a\"s and also \"aba\", \"ababaa \"etc."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "imagecreatefromgd2 \t imagecreatefromgd"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The length parameter must be greater than the longest line to be found in the CSV file (allowing for trailing line-end characters). \t Length must be greater than the longest line to be found in the CSV file (allowing for trailing line-end characters)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Set this option to a non-zero value if you don 't want PHP to display a progress meter for CURL transfers. \t CURLOPT_NOPROGRESS: קבע את הערך לערך השונה מאפס אם אין אתם רוצים ש PHP תציג progress meter עבור CURL transfers"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "These macros automatically set the correspondent type and value, as described in Table 35-1 and Table 35-2. \t These macros automatically set the correspondent type and value, as described in טבלה 36-1 and טבלה 36-2."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. array_chunk() example \t דוגמה 1. array_chunk() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. rawurlencode() example 1 \t דוגמה 1. rawurlencode() example 1"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "file \t file_get_wrapper_data"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. disk_free_space() example \t דוגמה 1. disk_free_space() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This function forces a write of all buffered output to the resource pointed to by the file handle handle. \t This function forces a write of all buffered output to the to the resource pointed to by the file handle fp."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mailparse_msg_parse_file \t mailparse_msg_parse"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "It provides an easy way to traverse an array. \t The foreach control structure exists specificly for arrays."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example E-7. \t דוגמה E-7."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "By putting engine off in the appropriate places in the httpd.conf file, PHP can be enabled or disabled. \t These functions are only available when running PHP as an Apache module."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "However, in most cases you do not need to use the cast, since a value will be automatically converted if an operator, function or control structure requires a boolean argument. \t כדי להמיר ערך של משתנה במפורש לבוליאני, יש להשתמש בהמרת (bool) או בהמרת (boolean. עף על פי כן, ברוב המקרים אין צורך להמיר את המשתנה ידנית, משום שהערך יומר אוטומטית אם אופרטור, פונקציה או מבנה בקרה דורשים ארגומנט בוליאני."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Table 3. \t protocol sets the protocol which is either SOL_UDP or SOL_TCP."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Include experimental php streams. \t Enable support for calendar conversion."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns TRUE on success or FALSE on failure. \t Returns TRUE on success, FALSE on error."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Instructions are separated the same as in C or Perl - terminate each statement with a semicolon. \t הפרדת הוראות ב PHP מתבצעת בצורה זהה לזו שקיימת בשפת C או פרל - כל הוראה מסתיימת בסמיקולון;."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP 3.0 was the first version that closely resembles PHP as we know it today. \t PHP 3.0 הייתה הגרסא הראשונה שמזכירה את PHP של היום. היא נכתבה על ידי אנדי גוטמנס (Andi Gutmans) וזאב סורסקי (Zeev Suraski) בשנת 1997 כמנוע חדש לחלוטין, אחרי שהם מצאו את PHP / FI 2.0 חלשה מדי לבניית יישום ה-eCommerce שלהם. במאמץ לשיתוף פעולה, אנדי,זאב ורסמוס החליטו להכריז על PHP 3.0 כיורשת הרשמית של PHP / FI 2.0 והפיתוח של PHP / FI 2.0 הופסק ברובו."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "000 through 999 \t B - Swatch Internet time"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "(4.0.5 - 4.2.3 only) \t (PHP 4 = 4.0.5)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For example, after (tweedle[dume]{3}\\s*) + has matched \"tweedledum tweedledee \"the value of the capturedFor example, after (tweedle[dume]{3}\\s*) + has matched \"tweedledum tweedledee\" the value of the captured substring is \"tweedledee \". \t For exam - ple, after (tweedle[dume]{3}\\s*) + has matched \"tweedledum tweedledee \"the value of the cap-For exam - ple, after (tweedle[dume]{3}\\s*) + has matched \"tweedledum tweedledee\" the value of the cap - tured substring is \"tweedledee \"."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Ticks are well suited for debugging, implementing simple multitasking, backgrounded I / O and many other tasks. \t הוראת ticks מיועדת לניפוי שגיאות, ישום ריבוי משימות פשוט, ביצוע מטלות פלט\\קלט ברקע ועוד המון משימות אחרות."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "E_ALL \t דוגמה 2. error_reporting() examples"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also mysql_fetch_row(), mysql_fetch_array(), mysql_query(), and mysql_error(). \t For further details, see also mysql_fetch_row(), mysql_fetch_array() and mysql_query()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If an error occurs, returns 0, otherwise it returns 1. \t If an error occurs, returns 0."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Appendix E. \t נספח E."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Set this option to a non-zero value to follow any \"Location:\" header that the server sends as a part of the HTTP header (note this is recursive, PHP will follow as many \"Location: \"headers that it is sent.) \t CURLOPT_FOLLOWLOCATION: קבע את הערך לערך השונה מאפס אם ברצונך לעקוב אחר כל \"Location:\" header שהשרת שולח כחלק מה HTTP header (המעקב הינו רקורסיבי, ו PHP תעקוב אחר כל \"Location: \"headers שישלחו.)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The goal of the language is to allow web developers to write dynamically generated pages quickly. \t PHP היא שפת תיכנות משובצת בשפת HTML. רוב צורת התחביר שלה מושאלת משפות C, Java ו-Perl בתוספת כמה מאפיינים יחודיים משלה. מטרת השפה היא לאפשר למפתחי אתרים באינטרנט לכתוב עמודי אינטרנט דינמיים במהירות."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The library recognises or produces nearly 150 different character sets and is able to convert files between almost any pair. \t To be able to use the functions defined in this module you must compile you PHP interpreter using the --with-recode option."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You can also output easily any text, such as XHTML and any other XML file. \t PHP מסוגלת ליצור פלט גרפי של תמונה, קובץ PDF ואפילו קבצי פלאש (בעזרת הרחבות libswf ו Ming). אפשר בקלות להחזיר פלט של כל פורמט טקסט, כמו XHTML או כל קובץ XML אחר."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "DomDocument - create_element_ns \t DomDocument - create_element"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In this case all array elements will be stored as a value array. \t The fdf_set_value() function sets the value of a field."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "openssl_csr_export \t openssl_csr_new"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The solution here is to implement SSL on your server and make it mandatory for users. \t Not like $HTTP_SESSION_VARS, $_SESSION is always global."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. array_key_exists() example \t דוגמה 1. array_key_exists() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Read on, and see more in the What can PHP do? section. \t למרות שפיתוח PHP מתרכז באפליקציות לצד שרת, אפשר לבצע עוד המון משימות נוספות העזרתה. למידע נוסף יש לעיין בסעיף מה PHP יודעת לעשות?."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Array ([0] = RED [1] = BLUE [2] = GREEN [3] = YELLOW) * /? \t Array ([0] = RED [1] = BLUE [2] = GREEN [3] = YELLOW) * /"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also print(), sprintf(), sscanf(), fscanf(), and flush(). \t See also: print(), sprintf(), sscanf(), fscanf(), and flush()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "It' s worth mentioning that CLI and CGI are different SAPI's although they do share many of the same behaviors. \t There are quite some differences between the CLI SAPI and other SAPI s which are further explained throughout this chapter."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The code generator is a PHP program that reads a set of .defs file containing the Gtk + classes, constants, and methods information and generates C code that interfaces PHP with them. \t כתיבה ידנית של ממשק לכל פונקציות Gtk + לא באה בחשבון, אז נדבקתי לרעיון של מחולל-קוד, בדומה לדרך שבה נכתב ממשק PyGtk. מחולל הקוד הוא תכנית PHP אשר קוראת קבצי def. שמכילים אינפורמציה על מחלקות +Gtk, קבועים ומתודות ומחולל קוד C אשר ממשק את PHP איתם. מה שלא היה ניתן לחולל באופן אוטומטי, נכתב ידנית."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The list of supported protocols can be found in Appendix I. \t You can open files for either reading or writing via ftp (but not both simultaneously)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Pseudo-types used in this documentation \t Type Juggling"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Read the faq on cgi.force_redirect for important details. \t רשימה זו מסבירה כיצד להגדיר CGI בינארי של PHP לעבודה עם Xitami על סביבת חלונות"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mysql_list_fields() retrieves information about the given table name. \t mysql_list_fields() retrieves information about the given tablename."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Servers-Apache 2.0 \t Servers-Apache"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. dir() example \t דוגמה 1. dir() דוגמא"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This extension has no constants defined. \t This extension does not define any constants."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This particular example pattern contains nested unlimited repeats, and so the use of a once-only subpattern for matching strings of non-parentheses is important when applyingThis particular example pattern contains nested unlimited repeats, and so the use of a once-only subpattern for matching strings of non-parentheses is important when applying the pattern to strings that do not match. \t This particular example pattern contains nested unlimited repeats, and so the use of a once-only subpattern for match - ing strings of non-parentheses is important when applyingThis particular example pattern contains nested unlimited repeats, and so the use of a once-only subpattern for match - ing strings of non-parentheses is important when applying the pattern to strings that do not match."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "iconv functions \t iconv"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "(PHP 4.3) This function replaces the child oldnode with the passed newnode, even if the new node already is a child of the DomNode. \t If the old node cannot be found the function returns false."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "configuration variable: ifx.blobinfile \t The Informix shared libraries should also be available to the loader (check LD_LINBRARY_PATH or ld.so.conf / ldconfig)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Table 23-2. \t When using the CGI version, the output is"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "When called with a string argument they will check every character in the string and will only return TRUE if every character in the string matches the requested criteria. \t When called with an integer argument these functions behave exactly like their C counterparts from \"ctype.h\"."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 4. swfaction() example \t דוגמה 4. swfaction() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pg_unescape_bytea \t pg_untrace"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 38-1 shows a small demonstration of calling a user function. \t דוגמה 39-1 shows a small demonstration of calling a user function."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mcrypt_list_algorithms() Example \t דוגמה 1. mcrypt_list_algorithms() Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Pass a string containing the \"referer\" header to be used in an HTTP request. \t CURLOPT_REFERER: העבר ערך מסוג מחרוזת המכיל את ה \"referer\" header לשימוש ב HTTP request."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "hw_api - object \t hw_api_object - value"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If you' re interested in getting the last modification time of a different file, consider using filemtime(). \t March 04 1998 20:43:59 .' echo \"Last modified: \". date (\"F d Y H:i:s .\", getlastmod());"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "swffont - getwidth \t SWFFill - skewYTo"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Many of these variables, however, cannot be fully documented as they are dependent upon which server is running, the version and setup of the server, and other factors. \t לקבלת רשימה מלאה של כל המוגדרים מראש הזמינים לשימוש (והמון מידע שימושי נוסף), יש לעיין ולהשתמש בפונקציה phpinfo()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 2. swfbutton - addaction() example \t דוגמה 2. swfbutton - addaction() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "SWFShape - addFill \t SWFMovie - add"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pdf_set_leading \t pdf_set_info_author"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Appendix B. \t נספח B."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Argument id specifies connection. \t Argument id specifies target ID."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This extension has no configuration directives defined in php.ini. \t You need at least 3.1.10 version of mnoGoSearch installed to use these functions."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "A possible use for extract() is to import into the symbol table variables contained in an associative array returned by wddx_deserialize(). \t A possible use for extract is to import into the symbol table variables contained in an associative array returned by wddx_deserialize()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mb_eregi_replace \t mb_ereg_search_setpos"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Pass a string containing the filename of PEM formatted certificate. \t CURLOPT_SSLCERT: העבר ערך מסוג מחרוזת המכיל את שם קובץ ה PEM formatted certificate."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also apache_request_headers(). \t This example will display all the request headers for the current request."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "A very clever implementation of this can be found in the code handling PHP' s fsockopen() located in ext / standard / fsock.c, as shown in Example 32-1. \t A very clever implementation of this can be found in the code handling PHP' s fsockopen() located in ext / standard / fsock.c, as shown in דוגמה 33-1."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 2. getimagesize (URL) \t דוגמה 2. getimagesize (URL)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns TRUE on success or FALSE on failure. \t Sets retval to the value of the specified option. מחזיר TRUE במקרה של הצלחה או FALSE במקרה של כישלון."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Examples follow how to delete cookies sent in previous example: \t setcookie (\"cookie[three]\", \"cookiethree\"); setcookie (\"cookie[two]\", \"cookietwo\"); setcookie (\"cookie[one]\", \"cookieone\"); if (isset ($cookie)) {while (list ($name, $value) = each ($cookie)) {echo \"$name == $value br \\n\";}}"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php function authenticate() {header( 'WWW-Authenticate: \t ?php function authenticate() {header (\"WWW-Authenticate:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PostgreSQL supports many character encoding including multibyte character encoding. \t PostgreSQL 7.0 or later to enable all PostgreSQL module feature."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. swftext() example \t דוגמה 1. swftext() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 52-1. \t Not yet."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The imagick extension has been moved to PECL in PEAR and can be found here. \t DIR is the pdflib base install directory, defaults to / usr / local."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The keys are the attribute names. \t The key is the attribute name."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Therefore, this statement: \t בנקודה זו מוגדרים שני משתנים בטבלת הסמלים של PHP. המשתנה $a שערכו \"hello\" והמשתנה $hello שערכו \"world \". כפועל יוצא, הפקודה:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "lcg_value \t log"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "There would be some very weird behaviour otherwise. \t There would be some very weird behaviour oth - erwise."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "List of Supported Protocols / Wrappers \t List of Parser Tokens"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Enable mailparse support. \t DIR is the Kerberos install dir."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "odbc_close \t odbc_columnprivileges"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. pspell_config_runtogether() \t דוגמה 1. pspell_config_runtogether()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 2. lists each field 's name and type \t דוגמה 2. lists each field 's name and type"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The behaviour of these functions is affected by settings in php.ini. \t The behaviour of the ODBC functions is affected by settings in the global configuration file php.ini."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 36-1 Example 36-1 shows a source example and its output. \t As arguments, both take the number of columns (as integers) and the column contents (as strings). דוגמה 37-1 As arguments, both take the number of columns (as integers) and the column contents (as strings). דוגמה 37-1 shows a source example and its output."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $handle = popen (\"/ bin / ls\", \"r\");? \t $fp = popen (\"/ bin / ls\", \"r\");"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mailparse_msg_parse_file \t mailparse_msg_get_structure"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "E.g. operator mode is granted by '+o' and revoked by '-o ', as passed as mode_spec. \t E.g. operator mode is granted by '+o' and revoked by '-o 'passed as mode_spec."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Pass a long as a parameter that contains the time in seconds that the transfer should be below the CURLOPT_LOW_SPEED_LIMIT for PHP to consider it too slow and abort. \t CURLOPT_LOW_SPEED_TIME: העבר ערך מסוג long כפרמטר שמכיל את הזמן בשניות שההעברה צריכה להיות מתחת ל CURLOPT_LOW_SPEED_LIMIT כדי ש PHP תתיחס לפעולה כאיטית מדי ותבטל את ההעברה."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Query may be canceled by calling pg_cancel_query(). \t Use pg_connection_busy() to check connection is busy (i.e. query is executing) Query may be canceled by calling pg_cancel_query()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 2. swfaction() example \t דוגמה 2. swfaction() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You will need to use the --with-bz2[ =DIR] configuration option when compiling PHP to enable bzip2 support. \t You will need to use the --with-bz2 configuration option when compiling PHP to enable bzip2 support."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "pg_get_pid \t pg_free_result"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The function returns FALSE if an error occurs. \t The function returns -1 if a error occurs."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If you want to register a session variable from within a function, you need to make sure to make it global using the global keyword or the $GLOBALS[] array, or use the special session arrays as noted below. \t If you are using $HTTP_SESSION_VARS / $_SESSION, do not use session_register(), session_is_registered() and session_unregister()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $link = mysql_connect( 'localhost', \"mysql_user\", \"mysql_password\"); $status = explode( '', mysql_stat($link)); print_r($status);? \t ?php $link = mysql_connect( 'localhost', \"mysql_user\", \"mysql_password\"); printf(\"%s\\n\", mysql_stat($link));?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "It had Perl-like variables, automatic interpretation of form variables and HTML embedded syntax. \t PHP / FI, ראשי תיבות של 'Personal Home Page / Forms Interpreter', כללה כמה מן התכונות שקיימות ב-PHP כיום. המשתנים בה היו דומים למשתנים בפרל, הי א כללה אוטומציה של עיבוד משתני טפסים ותחביר מוטבע HTML. התחביר עצמו היה דומה לזה של פרל, אבל הרבה יותר מוגבל, פשוט ולעיתים לא עקבי."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "zval *new_array, *new_element; char *key = \"element_key\"; MAKE_STD_ZVAL(new_array); MAKE_STD_ZVAL(new_element); array_init(new_array); ZVAL_LONG(new_element, 10); if(zend_hash_update(new_array - value.ht, key, strlen(key) + 1, (void *) new_element, sizeof(zval *), NULL) == FAILURE) {/ / do error handling here} \t zval *new_array, *new_element; char *key = \"element_key\"; MAKE_STD_ZVAL(new_array); MAKE_STD_ZVAL(new_element); if(array_init(new_array) == FAILURE) {/ / do error handling here} ZVAL_LONG(new_element, 10); if(zend_hash_update(new_array - value.ht, key, strlen(key) + 1, (void *) new_element, sizeof(zval *), NULL) == FAILURE) {/ / do error handling here}"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "money_format \t nl_langinfo"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php / / tick use required as of PHP 4.3.0 declare (ticks = 1); / / signal handler function function sig_handler($signo) {switch($signo) {case SIGTERM: / / handle shutdown tasks exit; break; case SIGHUP: / / handle restart tasks break; case SIGUSR1: print \"Caught SIGUSR1...\\n\"; break; default: / / handle all other signals}} print \"Installing signal handler...\\n\"; / / setup signal handlers pcntl_signal(SIGTERM, \"sig_handler\"); pcntl_signal(SIGHUP, \"sig_handler\"); pcntl_signal(SIGUSR1, \"sig_handler\"); / / or use an object, available as of PHP 4.3.0 / / pcntl_signal(SIGUSR1, array($obj, \"do_something\"); print \"Generating signal SIGTERM to self...\\n\"; / / send SIGUSR1 to current process id posix_kill(posix_getpid(), SIGUSR1); print \"Done\\n \"? \t ?php / / signal handler function function sig_handler( $signo) {switch($signo) {case SIGTERM: / / handle shutdown tasks exit; break; case SIGHUP: / / handle restart tasks break; case SIGUSR1: print \"Caught SIGUSR1...\\n\"; break; default: / / handle all other signals}} print \"Installing signal handler...\\n\"; / / setup signal handlers pcntl_signal(SIGTERM, \"sig_handler\"); pcntl_signal(SIGHUP, \"sig_handler\"); pcntl_signal(SIGUSR1, \"sig_handler\"); print \"Generating signal SIGTERM to self...\\n\"; / / send SIGUSR1 to current process id posix_kill(posix_getpid(), SIGUSR1); print \"Done\\n \"?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also imagecopyresized(). \t This function was added in PHP 4.0.6 and requires GD 2.0.1 or later"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "C:\\WINNT\\SYSTEM32 or C:\\WINDOWS\\SYSTEM32) \t They should be in fdftk-dir / include and fdftk-dir / lib."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "cpdf_show_xy \t cpdf_setrgbcolor_fill"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. session_cache_limiter() example \t דוגמה 1. session_cache_limiter() examples"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "log \t max"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Another, more complex, one: \t For the query"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This is an alias for openssl_pkey_get_private(). \t The optional parameter passphrase must be used if the specified key is encrypted (protected by a passphrase)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. imap_status() example \t דוגמה 1. imap_status() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "array_merge_recursive \t array_merge"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "$HTTP_COOKIE_VARS contains the same initial information, but is not an autoglobal. (Note that HTTP_COOKIE_VARS and $_COOKIE are different variables and that PHP handles them as such) \t $HTTP_COOKIE_VARS contains the same information, but is not an autoglobal."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "These scripts can also be used for simple text processing tasks. \t תוכנית מערכת לשימוש משורת הפקודה. אפשר להריץ סקריפט PHP ללא שימוש בשרת ודפדפן. על מנת להריץ PHP באופן זה, יש צורך במפרש PHP בלבד. צורת שימוש זו היא אידיאלית לסקריפטים אשר מורצים באורח קבע על-ידי cron (windows:task sheduler) או משימות פשוטות לעיבוד טקסט. יש לעיין בסעיף תוכניות מערכת ב-PHP למידע נוסף."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Note: \t sql_safe_mode restrictions, (!= safe mode)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $foo = 10; / / $foo is an integer $str = \"$foo\"; / / $str is a string $fst = (string) $foo; / / $fst is also a string / / This prints out that \"they are the same \"if ($fst === $str) {echo \"they are the same\";}? \t When casting or forcing a conversion from array to string, the result will be the word Array."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "It offers full-text indexing and searching for HTML, PDF, and text documents. mnoGoSearch consists of two parts. \t If you use this option without specifying the path to mnogosearch, php will look for mnogosearch under / usr / local / mnogosearch path by default."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "So even if your URL is not dynamic, you need to htmlspecialchars() the URL. \t ניתן לשים לב שסימן בשדה הכתובת מוחלף בסימן amp;. למרות שרוב הדפדפנים יצליחו להמשיך אם דבר זה לא נעשה, זה לא תמיד אפשרי. לכן, אפילו אם כתובתך אינה דינמית, חובה עליך לעשות htmlspecialchars() לכתובת."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "php4 / pear \t Directory for the PHP class repository."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This will build libming.so and install it into / usr / lib /, and copy ming.h into / usr / include /. \t SWFMovie - setdimension - - Sets the movie 's width and height."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "@and @or a b @not @or c d e \t \"donald knuth\""} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "hw_api_attribute \t hw_api - checkin"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Include Easysoft OOB support. \t Include Sybase-DB support."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "On versions older than PHP 4.0.6, you will have to pass the user agent in via the optional user_agent parameter if the PHP directive register_globals is off. \t In order for this to work, your browscap configuration file setting must point to the correct location of the browscap.ini file."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If a directory is specified, then it must be a correctly formed hashed directory as the openssl command would use. \t When calling a function that will verify a signature / certificate, the cainfo parameter is an array containing file and directory names the specify the locations of trusted CA files."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "gmp_div_q \t gmp_div"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For up to date SWF support take a look at the MING functions. \t Once you have libswf all you need to do is to configure --with-swf[ =DIR] where DIR is a location containing the directories include and lib."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "xmlrpc_encode \t xmlrpc_encode_request"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The default timeout is 90 seconds. \t Changes the timeout in seconds used for all network related functions."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns a directory handle to be used in subsequent closedir(), readdir(), and rewinddir() calls. \t מחזירה מצביע לספריה לשימוש בקריאות לפונקציות closedir(), readdir(), ו rewinddir()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "2.? echo (\"this is the simplest, an SGML processing instruction\\n\");? ?= expression? \t 3. script language=\" php \"echo (\"some editors (like FrontPage) don't like processing instructions\"); / script 4.% echo (\"You may optionally use ASP-style tags\");% %= $variable; # This is a shortcut for\"% echo... \"%"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. mysql_list_dbs() example \t דוגמה 1. mysql_list_dbs() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Therefore the new child is a completely new copy which can be modified without changing the node which was passed to this function. \t DomDocument_create_element(), DomDocument_create_text() etc. or simply by using any other node."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. pspell_store_replacement() \t דוגמה 1. pspell_store_replacement()"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $link = mysql_connect( \"localhost\", \"mysql_user\", \"mysql_password\") or die(\"Could not connect: \". mysql_error()); print (\"Connected successfully\"); mysql_close($link);? \t ?php $link = mysql_connect( \"localhost\", \"mysql_user\", \"mysql_password\") or die(\"Could not connect\"); print (\"Connected successfully\"); mysql_close($link);?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Your systems standard C library must provide the iconv() function or you must have libiconv installed on your system. \t The supported character sets depend on iconv() implementation on your system."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Fatal compile-time errors. \t PHP 4 only."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Passing the key and userdata to function was added in 4.0.0 \t If func needs to be working with the actual values of the array, specify that the first parameter of func should be passed by reference."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "1 if Daylight Savings Time, 0 otherwise. \t I (capital i) - \"1 \"if Daylight Savings Time, \"0\" otherwise."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php $error_descriptions[ E_ERROR] = \"A fatal error has occured\"; $error_descriptions[E_WARNING] = \"PHP issued a warning\"; $error_descriptions[E_NOTICE] = \"This is just an informal notice\";? \t At some point in the future, the PHP team might want to add another constant or keyword, and then you get in trouble."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mb_regex_set_options \t mb_send_mail"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Table 2. iconv constants \t This extension does not define any resource types."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "You can see the internal definition of this module in Example 31-2. \t You can see the internal definition of this module in דוגמה 32-2."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Returns TRUE on success or FALSE on failure. \t Checks the list of defined functions, both built-in (internal) and user-defined, for function_name. מחזיר TRUE במקרה של הצלחה או FALSE במקרה של כישלון."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "hw_api - content \t hw_api - copy"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "crack.default_dictionary \t This extension does not define any resource types."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In versions after PHP 4.2.0, the key will be assigned with a NULL value. \t If variables declared in the class of which the obj is an instance, have not been assigned a value, those will not be returned in the array."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Afterwards, IRCG will suppress all messages from this user through the associated connection. \t By doing so you will suppress all messages from this user from being send to you."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "mcrypt_enc_is_block_algorithm_mode \t mcrypt_enc_is_block_algorithm"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. bzopen() Example \t דוגמה 1. bzopen() Example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "imagecreatefromgd \t imagecreatefromgd2part"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "SWFBitmap \t SWFbutton"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Include ASPELL support. \t Include CyberMut (French Credit Mutuel telepaiement)."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "After I showed PHP-GTK to Frank Kromann, he got interested and started helping me out with code generator work and Win32 implementation. \t כתיבת מחולל הקוד לקחה זמן משום שלא היה לי הרבה זמן פנוי במהלך סתיו 2000. אחרי שהראתי את PHP-GTK לפרנק קרומן (Frank Kromann) הוא החל התעניין ועזר לי עם מחולל הקוד ויישומו במערכת חלונות. כשכתבנו את תוכנית ה'שלום עולם 'הראשונה והרצנו אותה, זה היה מרגש ביותר. נדרשו עוד מספר חודשים על מנת להפוך את הפרוייקט לבר-הצגה והגרסה הראשונית שוחררה בתאריך הראשון למרץ, 2001. הסיפור פורסם מיידית באתר SlashDot."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. disk_total_space() example \t דוגמה 1. disk_total_space() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "?php / / get contents of a file into a string $filename = \"/ usr / local / something.txt\"; $handle = fopen ($filename, \"r\"); $contents = fread ($handle, filesize ($filename)); fclose ($handle);? \t / / get contents of a file into a string $filename = \"/ usr / local / something.txt\"; $fd = fopen ($filename, \"r\"); $contents = fread ($fd, filesize ($filename)); fclose ($fd);"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For more information about PEAR and the installer read the documantation at the PEAR website. \t At this point, you should have a usable php.exe in either your Debug_TS or Release_TS subdirectories."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "msql \t MySQL Functions"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 2. mb_encode_numericentity() example \t דוגמה 2. mb_encode_numericentity() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Resets the directory stream indicated by dir_handle to the beginning of the directory. \t מציבה את מצביע הספריה המיוצג על ידי dir_handle להתחלת הספריה."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "swf_ortho2 \t swf_openfile"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "With this option only the certificates specified in the extracerts parameter of openssl_pkcs7_verify() are used. \t With this option only the certificates specified in the extracerts parameter of openssl_pkcs7_verify() With this option only the certificates specified in the extracerts parameter of openssl_pkcs7_verify() are used."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "For a list of available types, see Table 32-4. \t For a list of available types, see טבלה 33-4."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Heredoc string quoting example \t Here doc string quoting example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Here' s some debugging info:\\n\"; print_r($_FILES);}? \t הערה: זה לא יעבוד בגירסאות של PHP שגדולות מ-4.0.2. זה תלוי בתפקודיות הפנימית של PHP ששונתה אחרי הגירסה הזו."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "CASE_UPPER is used with array_change_key_case() and is used to convert array keys to upper case. \t This extension does not define any configuration directives."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP_INI_ALL \t area=href"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "If it is switched off, PHP will emit a warning and the fopen call will fail. \t If the server does not support passive mode ftp, this will fail."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Prev \t Description void mssql_min_error_severity (int severity)"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "This is because the string can be divided between the two repeats in a large number of ways, and all have to be tried. (The example used [!?] rather than a single character at the end, because both PCRE and Perl have an optimization that allowsThis is because the string can be divided between the two repeats in a large number of ways, and all have to be tried. (The example used [!?] rather than a single character at the end, because both PCRE and Perl have an optimization that allows for fast failure when a single character is used. \t This is because the string can be divided between the two repeats in a large number of ways, and all have to be tried. (The exam - ple used [!?] rather than a single character at the end, because both PCRE and Perl have an optimization that allowsThis is because the string can be divided between the two repeats in a large number of ways, and all have to be tried. (The exam - ple used [!?] rather than a single character at the end, because both PCRE and Perl have an optimization that allows for fast failure when a single character is used."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "iconv_set_encoding \t iconv functions"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Ways of escaping from HTML \t This is a shortcut for \"? echo expression?\" 2. ?php echo(\"if you want to serve XHTML or XML documents, do like this\\n\");?"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Migrating from PHP 3 to PHP 4 \t מעבר מ-PHP 3 ל-PHP 4"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Copyright © 1997, 1998, 1999, 2000, 2001, 2002, 2003 the PHP Documentation Group \t Duplicating Variable Contents:"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Default wrappers are provided for the access of remote files using the ftp or http protocol, some extensions like zlib may register additional wrappers. \t There is no installation needed to use these functions, they are part of the PHP core."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Standard Predefined Constants \t zlib Predefined Constants"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP now assumes that you meant bar literally, as the string \"bar\", but that you forgot to write the quotes. \t When you turn error_reporting to E_ALL, you will see that PHP generates warnings whenever this construct is used."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Mimetype Functions \t mhash_count"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "yaz_get_option \t yaz_error"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "PHP automatically sets this option to a non-zero parameter, this should only be changed for debugging purposes. \t PHP קובעת באופן אוטומטי את הערך לערך השונה מאפס, יש לשנות ערך זה למטרות debugging בלבד."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "display_startup_errors \t These constants are part of the PHP core and always available."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "It uses a random number generator with known characteristics using the Mersenne Twister, which will produce random numbers that should be suitable for seeding some kinds of cryptography (see the home page for details) and is four times faster than what the average libc provides. \t The Homepage of the Mersenne Twister can be found at http: / /www.math.keio.ac.jp / ~matumoto / emt.html, and an optimized version of the MT source is available from http: / /www.scp.syr.edu / ~marc / hawk / twister.html."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "There are often times when a grouping subpatternThere are often times when a grouping subpattern is required without a capturing requirement. \t There are often times when a grouping sub-There are often times when a grouping sub - pattern is required without a capturing requirement."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "The windows version of PHP The windows version of PHP has built in support for this extension. \t In order to use WDDX, you will need to install the expat library (which comes with apache 1.3.7 or higher) and recompile PHP with --with-xml and --enable-wddx."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "fbsql_database_password \t fbsql_database"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Database \t Build DBA as a shared module."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Only scalar data (boolean, integer, float and string) can be contained in constants. \t ניתן לקבל את תוכנו של קבוע באמצעות ציון שמו בלבד. שלא כמו במשתנים, אתה לא צריך להתחיל את שם הקבוע ב $. אתה יכול גם להשתמש בפונקציה constant(), כדי לקרוא ערך של קבוע, אם ברצונך לקבל את שם הקבוע באופן דינמי. השתמש ב get_defined_constants() כדי לקבל רשימה של כל הקבועים המוגדרים."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Example 1. openssl_pkcs7_sign() example \t דוגמה 1. openssl_pkcs7_sign() example"} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Currently the following values are supported: \"Shift-JIS\", \"UHC\", \"GBK\", \"BigFive\". \t The valid encoding name in Acrobat 5.0 are \"Shift-JIS\", \"UHC\", \"GBK\", \"BigFive\"."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "See also get_loaded_extensions(), get_extension_funcs(), phpinfo() and dl(). \t See also phpinfo() and dl()."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "Executes a statement prepared with odbc_prepare() .Returns TRUE on success or FALSE on failure. \t Returns TRUE on successful execution; FALSE otherwise."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "In fact you are faking a HTML GET request, therefore it' s necessary to manually urlencode() the data. \t הערה: בעצם, ניתן בצורה זו לזייף שליחת HTML בתצורת GET, לכן לפעמים נחוץ לעשות urlencode() למידע מסויים בצורה ידנית."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "DIR is SAP DB base install directory, defaults to / usr / local. \t Include Oracle-oci8 support."} {"url": "https://object.pouta.csc.fi/OPUS-PHP/v1/moses/en-he.txt.zip", "collection": "PHP", "source": "PHP", "original_code": "en - he", "text": "the special type NULL (including unset variables) \t הסוג המיוחד NULL (כולל משתנים שלא הוכרזו)"}