Listing language features

[PHP] ifx_prepare (edit)

Prepares a query for later use with ifx_do().  For "select-type" queries a cursor is declared and opened. Non-select queries are "execute immediate".  For either query type the number of (estimated or real) affected rows is saved for retri... (read more)
$conn = fx_connect( "db", "usr", "password" );
$result = ifx_prepare("SELECT customer_num, company FROM customer", $conn);
ifx_do($result);

Edited 1 time. Last edit by xxx.xxx.1.177 on 08/25/2010 at 07:54AM.

http://us3.php.net/manual/en/function.ifx-prepare.php

[C++] class (edit)

HAHA NO YOU ARE A LOSER.
class Ball {
  /* ... */

private:
  int hey;
};

Edited 4 times. Last edit by xxx.xxx.17.203 on 02/11/2011 at 03:57AM.

[C++] strcpy (edit)

COPY A STRING YO.
strcpy(bla, &bla, sizeof(blabla));

Edited 1 time. Last edit by xxx.xxx.15.143 on 02/11/2011 at 04:01AM.